java.lang.Object
com.tectonica.jonix.onix3.StreetAddress
- All Implemented Interfaces:
OnixElement<String>
,OnixTag
,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> |
- Since:
- Onix-3.07
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final StreetAddress
static final String
static final String
(type: dt.NonEmptyString)This is the raw content of StreetAddress. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<StreetAddress> action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
language
-
value
This is the raw content of StreetAddress. Could be null ifexists() == false
. UseOnixElement.value()
instead if you want to get this as anOptional
.Raw Format: Variable length text, suggested maximum length 200 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
StreetAddress
public StreetAddress() -
StreetAddress
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-