Module jonix.onix3

Class StreetAddress

java.lang.Object
com.tectonica.jonix.onix3.StreetAddress
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class StreetAddress extends Object implements OnixElement<String>, Serializable

Venue street address

The street address of the named venue. Optional, but typically required for physical events and omitted for a purely digital event. Care should be taken that if the Street address is provided, then the Venue name, Street address, Location name, any Postal code or Region code, and the Country code can be combined into a complete postal address, without repetition.

Format Variable length text, suggested maximum length 200 characters
Reference name <StreetAddress>
Short tag <x552>
Cardinality 0…1
Attributes language
Example <x552>555 Crystal Parkway, Suite 2021, Spar Hill</x552>

Technical notes about <StreetAddress> from the schema author: Address of venue for (physical) promotional event ● Added at revision 3.0.7 This tag may be included in the following composites:

Possible placements within ONIX message:
Since:
Onix-3.07
See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • language

      public Languages language
    • value

      public String value
      This is the raw content of StreetAddress. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 200 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final StreetAddress EMPTY
  • Constructor Details

    • StreetAddress

      public StreetAddress()
    • StreetAddress

      public StreetAddress(Element element)
  • Method Details