Class TLcdAIXM51PostalAddress
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theadministrativeArea
element.static final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to thecity
element.static final TLcdDataProperty
Data property that maps to thecountry
element.static final TLcdDataProperty
Data property that maps to thedeliveryPoint
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to thepostalCode
element.static final TLcdDataProperty
Data property that maps to thespecialDateAuthority
element.static final TLcdDataProperty
Data property that maps to thetimeInterval
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theADMINISTRATIVE_AREA_PROPERTY
property.Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.getCity()
Returns the role value contained in the value of theCITY_PROPERTY
property.Returns the role value contained in the value of theCOUNTRY_PROPERTY
property.Returns the role value contained in the value of theDELIVERY_POINT_PROPERTY
property.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of thePOSTAL_CODE_PROPERTY
property.Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances.Gets the value of theTIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances.void
setAdministrativeArea
(String aValue) Sets the value of the property that maps to theadministrativeArea
element.void
Sets the value of the property that maps to thecity
element.void
setCountry
(String aValue) Sets the value of the property that maps to thecountry
element.void
setDeliveryPoint
(String aValue) Sets the value of the property that maps to thedeliveryPoint
element.void
setPostalCode
(String aValue) Sets the value of the property that maps to thepostalCode
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
TIME_INTERVAL_PROPERTY
Data property that maps to thetimeInterval
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Timesheet>>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
SPECIAL_DATE_AUTHORITY_PROPERTY
Data property that maps to thespecialDateAuthority
element. The possible values for this property are instances ofList<TLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>>
. -
DELIVERY_POINT_PROPERTY
Data property that maps to thedeliveryPoint
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
CITY_PROPERTY
Data property that maps to thecity
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
ADMINISTRATIVE_AREA_PROPERTY
Data property that maps to theadministrativeArea
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
POSTAL_CODE_PROPERTY
Data property that maps to thepostalCode
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
COUNTRY_PROPERTY
Data property that maps to thecountry
element. The possible values for this property are instances ofTLcdAIXM51Optional<String>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51PostalAddress
public TLcdAIXM51PostalAddress() -
TLcdAIXM51PostalAddress
-
-
Method Details
-
getTimeInterval
Gets the value of theTIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances.A component of the schedule.
- Overrides:
getTimeInterval
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
TIME_INTERVAL_PROPERTY
property adapted to a list ofTLcdAIXM51Timesheet
instances. - See Also:
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Overrides:
getAnnotation
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getSpecialDateAuthority
Gets the value of theSPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances.Indicates that the SpecialDates associated with the related OrganisationAuthority are applicable to the schedule definition.
- Overrides:
getSpecialDateAuthority
in classTLcdAIXM51AbstractPropertiesWithSchedule
- Returns:
- the value of the
SPECIAL_DATE_AUTHORITY_PROPERTY
property adapted to a list ofTLcdAIXM51Feature
instances. - See Also:
-
getDeliveryPoint
Returns the role value contained in the value of theDELIVERY_POINT_PROPERTY
property. Returnsnull
if the value of theDELIVERY_POINT_PROPERTY
property isnull
.The street address line for the location. More than one address line may be used.
- Returns:
- the role value of the
DELIVERY_POINT_PROPERTY
property. - See Also:
-
setDeliveryPoint
Sets the value of the property that maps to thedeliveryPoint
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theDELIVERY_POINT_PROPERTY
property is set tonull
.The street address line for the location. More than one address line may be used.
- Parameters:
aValue
- the role value to set for theDELIVERY_POINT_PROPERTY
property.
-
getCity
Returns the role value contained in the value of theCITY_PROPERTY
property. Returnsnull
if the value of theCITY_PROPERTY
property isnull
.The city of the location or organisation.
- Returns:
- the role value of the
CITY_PROPERTY
property. - See Also:
-
setCity
Sets the value of the property that maps to thecity
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theCITY_PROPERTY
property is set tonull
.The city of the location or organisation.
- Parameters:
aValue
- the role value to set for theCITY_PROPERTY
property.
-
getAdministrativeArea
Returns the role value contained in the value of theADMINISTRATIVE_AREA_PROPERTY
property. Returnsnull
if the value of theADMINISTRATIVE_AREA_PROPERTY
property isnull
.The state or province of the location or organisation.
- Returns:
- the role value of the
ADMINISTRATIVE_AREA_PROPERTY
property. - See Also:
-
setAdministrativeArea
Sets the value of the property that maps to theadministrativeArea
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theADMINISTRATIVE_AREA_PROPERTY
property is set tonull
.The state or province of the location or organisation.
- Parameters:
aValue
- the role value to set for theADMINISTRATIVE_AREA_PROPERTY
property.
-
getPostalCode
Returns the role value contained in the value of thePOSTAL_CODE_PROPERTY
property. Returnsnull
if the value of thePOSTAL_CODE_PROPERTY
property isnull
.The ZIP or other postal code for the location or organisation.
- Returns:
- the role value of the
POSTAL_CODE_PROPERTY
property. - See Also:
-
setPostalCode
Sets the value of the property that maps to thepostalCode
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, thePOSTAL_CODE_PROPERTY
property is set tonull
.The ZIP or other postal code for the location or organisation.
- Parameters:
aValue
- the role value to set for thePOSTAL_CODE_PROPERTY
property.
-
getCountry
Returns the role value contained in the value of theCOUNTRY_PROPERTY
property. Returnsnull
if the value of theCOUNTRY_PROPERTY
property isnull
.The country of the physical address for the location or organisation. Full name, not ISO 3166 abbreviations.
- Returns:
- the role value of the
COUNTRY_PROPERTY
property. - See Also:
-
setCountry
Sets the value of the property that maps to thecountry
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theCOUNTRY_PROPERTY
property is set tonull
.The country of the physical address for the location or organisation. Full name, not ISO 3166 abbreviations.
- Parameters:
aValue
- the role value to set for theCOUNTRY_PROPERTY
property.
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-