Class TLcdISO19115LocaleContainer
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.localization.TLcdISO19115LocaleContainer
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedateelement.static final TLcdDataPropertyData property that maps to thedescriptionelement.static final TLcdDataPropertyData property that maps to thelocaleelement.static final TLcdDataPropertyData property that maps to thelocalisedStringelement.static final TLcdDataPropertyData property that maps to theresponsiblePartyelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Gets the value of theDATE_PROPERTYproperty adapted to a list ofTLcdISO19115Dateinstances.Returns the role value contained in the value of theDESCRIPTION_PROPERTYproperty.Returns the role value contained in the value of theLOCALE_PROPERTYproperty.Gets the value of theLOCALISED_STRING_PROPERTYproperty adapted to a list ofTLcdISO19115LocalisedCharacterStringinstances.Gets the value of theRESPONSIBLE_PARTY_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances.voidsetDescription(String aValue) Sets the value of the property that maps to thedescriptionelement.voidsetLocale(TLcdISO19115Locale aValue) Sets the value of the property that maps to thelocaleelement.
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
LOCALE_PROPERTY
Data property that maps to thelocaleelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Locale>. -
DATE_PROPERTY
Data property that maps to thedateelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Date>>. -
RESPONSIBLE_PARTY_PROPERTY
Data property that maps to theresponsiblePartyelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>. -
LOCALISED_STRING_PROPERTY
Data property that maps to thelocalisedStringelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115LocalisedCharacterString>>.
-
-
Constructor Details
-
TLcdISO19115LocaleContainer
public TLcdISO19115LocaleContainer() -
TLcdISO19115LocaleContainer
-
-
Method Details
-
getDescription
Returns the role value contained in the value of theDESCRIPTION_PROPERTYproperty. Returnsnullif the value of theDESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
DESCRIPTION_PROPERTYproperty. - See Also:
-
setDescription
Sets the value of the property that maps to thedescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDESCRIPTION_PROPERTYproperty.
-
getLocale
Returns the role value contained in the value of theLOCALE_PROPERTYproperty. Returnsnullif the value of theLOCALE_PROPERTYproperty isnull.- Returns:
- the role value of the
LOCALE_PROPERTYproperty. - See Also:
-
setLocale
Sets the value of the property that maps to thelocaleelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theLOCALE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLOCALE_PROPERTYproperty.
-
getDate
Gets the value of theDATE_PROPERTYproperty adapted to a list ofTLcdISO19115Dateinstances.- Returns:
- the value of the
DATE_PROPERTYproperty adapted to a list ofTLcdISO19115Dateinstances. - See Also:
-
getResponsibleParty
Gets the value of theRESPONSIBLE_PARTY_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances.- Returns:
- the value of the
RESPONSIBLE_PARTY_PROPERTYproperty adapted to a list ofTLcdISO19115ResponsiblePartyinstances. - See Also:
-
getLocalisedString
Gets the value of theLOCALISED_STRING_PROPERTYproperty adapted to a list ofTLcdISO19115LocalisedCharacterStringinstances.- Returns:
- the value of the
LOCALISED_STRING_PROPERTYproperty adapted to a list ofTLcdISO19115LocalisedCharacterStringinstances. - See Also:
-