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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theadministrativeAreaelement.static final TLcdDataPropertyData property that maps to thecityelement.static final TLcdDataPropertyData property that maps to thecountryelement.static final TLcdDataPropertyData property that maps to thedeliveryPointelement.static final TLcdDataPropertyData property that maps to theelectronicMailAddresselement.static final TLcdDataPropertyData property that maps to thepostalCodeelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theADMINISTRATIVE_AREA_PROPERTYproperty.getCity()Returns the role value contained in the value of theCITY_PROPERTYproperty.Returns the role value contained in the value of theCOUNTRY_PROPERTYproperty.Gets the value of theDELIVERY_POINT_PROPERTYproperty adapted to a list ofStringinstances.Gets the value of theELECTRONIC_MAIL_ADDRESS_PROPERTYproperty adapted to a list ofStringinstances.Returns the role value contained in the value of thePOSTAL_CODE_PROPERTYproperty.voidsetAdministrativeArea(String aValue) Sets the value of the property that maps to theadministrativeAreaelement.voidSets the value of the property that maps to thecityelement.voidsetCountry(String aValue) Sets the value of the property that maps to thecountryelement.voidsetPostalCode(String aValue) Sets the value of the property that maps to thepostalCodeelement.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 thedeliveryPointelement. The possible values for this property are instances ofList<TLcdISO19115Optional<String>>. -
CITY_PROPERTY
Data property that maps to thecityelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
ADMINISTRATIVE_AREA_PROPERTY
Data property that maps to theadministrativeAreaelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
POSTAL_CODE_PROPERTY
Data property that maps to thepostalCodeelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
COUNTRY_PROPERTY
Data property that maps to thecountryelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
ELECTRONIC_MAIL_ADDRESS_PROPERTY
Data property that maps to theelectronicMailAddresselement. 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_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
DELIVERY_POINT_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-
getCity
Returns the role value contained in the value of theCITY_PROPERTYproperty. Returnsnullif the value of theCITY_PROPERTYproperty isnull.- Returns:
- the role value of the
CITY_PROPERTYproperty. - See Also:
-
setCity
Sets the value of the property that maps to thecityelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCITY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCITY_PROPERTYproperty.
-
getAdministrativeArea
Returns the role value contained in the value of theADMINISTRATIVE_AREA_PROPERTYproperty. Returnsnullif the value of theADMINISTRATIVE_AREA_PROPERTYproperty isnull.- Returns:
- the role value of the
ADMINISTRATIVE_AREA_PROPERTYproperty. - See Also:
-
setAdministrativeArea
Sets the value of the property that maps to theadministrativeAreaelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theADMINISTRATIVE_AREA_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theADMINISTRATIVE_AREA_PROPERTYproperty.
-
getPostalCode
Returns the role value contained in the value of thePOSTAL_CODE_PROPERTYproperty. Returnsnullif the value of thePOSTAL_CODE_PROPERTYproperty isnull.- Returns:
- the role value of the
POSTAL_CODE_PROPERTYproperty. - See Also:
-
setPostalCode
Sets the value of the property that maps to thepostalCodeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePOSTAL_CODE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePOSTAL_CODE_PROPERTYproperty.
-
getCountry
Returns the role value contained in the value of theCOUNTRY_PROPERTYproperty. Returnsnullif the value of theCOUNTRY_PROPERTYproperty isnull.- Returns:
- the role value of the
COUNTRY_PROPERTYproperty. - See Also:
-
setCountry
Sets the value of the property that maps to thecountryelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theCOUNTRY_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theCOUNTRY_PROPERTYproperty.
-
getElectronicMailAddress
Gets the value of theELECTRONIC_MAIL_ADDRESS_PROPERTYproperty adapted to a list ofStringinstances.- Returns:
- the value of the
ELECTRONIC_MAIL_ADDRESS_PROPERTYproperty adapted to a list ofStringinstances. - See Also:
-