Class TLcdISO19115Address
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.citation.TLcdISO19115Address
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Location of the responsible individual or organisation
- 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 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 theelectronicMailAddress
element.static final TLcdDataProperty
Data property that maps to thepostalCode
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theADMINISTRATIVE_AREA_PROPERTY
property.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.Gets the value of theDELIVERY_POINT_PROPERTY
property adapted to a list ofString
instances.Gets the value of theELECTRONIC_MAIL_ADDRESS_PROPERTY
property adapted to a list ofString
instances.Returns the role value contained in the value of thePOSTAL_CODE_PROPERTY
property.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
setPostalCode
(String aValue) Sets the value of the property that maps to thepostalCode
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DELIVERY_POINT_PROPERTY
Data property that maps to thedeliveryPoint
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
. -
CITY_PROPERTY
Data property that maps to thecity
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
ADMINISTRATIVE_AREA_PROPERTY
Data property that maps to theadministrativeArea
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
POSTAL_CODE_PROPERTY
Data property that maps to thepostalCode
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
COUNTRY_PROPERTY
Data property that maps to thecountry
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
ELECTRONIC_MAIL_ADDRESS_PROPERTY
Data property that maps to theelectronicMailAddress
element. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>
.
-
-
Constructor Details
-
TLcdISO19115Address
public TLcdISO19115Address() -
TLcdISO19115Address
-
-
Method Details
-
getDeliveryPoint
Gets the value of theDELIVERY_POINT_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
DELIVERY_POINT_PROPERTY
property adapted to a list ofString
instances. - See Also:
-
getCity
Returns the role value contained in the value of theCITY_PROPERTY
property. Returnsnull
if the value of theCITY_PROPERTY
property isnull
.- 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 classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCITY_PROPERTY
property is set tonull
.- 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
.- 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 classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theADMINISTRATIVE_AREA_PROPERTY
property is set tonull
.- 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
.- 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 classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, thePOSTAL_CODE_PROPERTY
property is set tonull
.- 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
.- 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 classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theCOUNTRY_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theCOUNTRY_PROPERTY
property.
-
getElectronicMailAddress
Gets the value of theELECTRONIC_MAIL_ADDRESS_PROPERTY
property adapted to a list ofString
instances.- Returns:
- the value of the
ELECTRONIC_MAIL_ADDRESS_PROPERTY
property adapted to a list ofString
instances. - See Also:
-