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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedate
element.static final TLcdDataProperty
Data property that maps to thedescription
element.static final TLcdDataProperty
Data property that maps to thelocale
element.static final TLcdDataProperty
Data property that maps to thelocalisedString
element.static final TLcdDataProperty
Data property that maps to theresponsibleParty
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetDate()
Gets the value of theDATE_PROPERTY
property adapted to a list ofTLcdISO19115Date
instances.Returns the role value contained in the value of theDESCRIPTION_PROPERTY
property.Returns the role value contained in the value of theLOCALE_PROPERTY
property.Gets the value of theLOCALISED_STRING_PROPERTY
property adapted to a list ofTLcdISO19115LocalisedCharacterString
instances.Gets the value of theRESPONSIBLE_PARTY_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances.void
setDescription
(String aValue) Sets the value of the property that maps to thedescription
element.void
setLocale
(TLcdISO19115Locale aValue) Sets the value of the property that maps to thelocale
element.
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescription
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
LOCALE_PROPERTY
Data property that maps to thelocale
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Locale>
. -
DATE_PROPERTY
Data property that maps to thedate
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115Date>>
. -
RESPONSIBLE_PARTY_PROPERTY
Data property that maps to theresponsibleParty
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115ResponsibleParty>>
. -
LOCALISED_STRING_PROPERTY
Data property that maps to thelocalisedString
element. 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_PROPERTY
property. Returnsnull
if the value of theDESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
DESCRIPTION_PROPERTY
property. - See Also:
-
setDescription
Sets the value of the property that maps to thedescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDESCRIPTION_PROPERTY
property.
-
getLocale
Returns the role value contained in the value of theLOCALE_PROPERTY
property. Returnsnull
if the value of theLOCALE_PROPERTY
property isnull
.- Returns:
- the role value of the
LOCALE_PROPERTY
property. - See Also:
-
setLocale
Sets the value of the property that maps to thelocale
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theLOCALE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLOCALE_PROPERTY
property.
-
getDate
Gets the value of theDATE_PROPERTY
property adapted to a list ofTLcdISO19115Date
instances.- Returns:
- the value of the
DATE_PROPERTY
property adapted to a list ofTLcdISO19115Date
instances. - See Also:
-
getResponsibleParty
Gets the value of theRESPONSIBLE_PARTY_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances.- Returns:
- the value of the
RESPONSIBLE_PARTY_PROPERTY
property adapted to a list ofTLcdISO19115ResponsibleParty
instances. - See Also:
-
getLocalisedString
Gets the value of theLOCALISED_STRING_PROPERTY
property adapted to a list ofTLcdISO19115LocalisedCharacterString
instances.- Returns:
- the value of the
LOCALISED_STRING_PROPERTY
property adapted to a list ofTLcdISO19115LocalisedCharacterString
instances. - See Also:
-