Class TLcdISO19115CitationSeries
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.citation.TLcdISO19115CitationSeries
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Information about the series, or aggregate dataset, to which a dataset belongs
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theissueIdentificationelement.static final TLcdDataPropertyData property that maps to thenameelement.static final TLcdDataPropertyData property that maps to thepageelement.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 theISSUE_IDENTIFICATION_PROPERTYproperty.getName()Returns the role value contained in the value of theNAME_PROPERTYproperty.getPage()Returns the role value contained in the value of thePAGE_PROPERTYproperty.voidsetIssueIdentification(String aValue) Sets the value of the property that maps to theissueIdentificationelement.voidSets the value of the property that maps to thenameelement.voidSets the value of the property that maps to thepageelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NAME_PROPERTY
Data property that maps to thenameelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
ISSUE_IDENTIFICATION_PROPERTY
Data property that maps to theissueIdentificationelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
PAGE_PROPERTY
Data property that maps to thepageelement. The possible values for this property are instances ofTLcdISO19115Optional<String>.
-
-
Constructor Details
-
TLcdISO19115CitationSeries
public TLcdISO19115CitationSeries() -
TLcdISO19115CitationSeries
-
-
Method Details
-
getName
Returns the role value contained in the value of theNAME_PROPERTYproperty. Returnsnullif the value of theNAME_PROPERTYproperty isnull.- Returns:
- the role value of the
NAME_PROPERTYproperty. - See Also:
-
setName
Sets the value of the property that maps to thenameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theNAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theNAME_PROPERTYproperty.
-
getIssueIdentification
Returns the role value contained in the value of theISSUE_IDENTIFICATION_PROPERTYproperty. Returnsnullif the value of theISSUE_IDENTIFICATION_PROPERTYproperty isnull.- Returns:
- the role value of the
ISSUE_IDENTIFICATION_PROPERTYproperty. - See Also:
-
setIssueIdentification
Sets the value of the property that maps to theissueIdentificationelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theISSUE_IDENTIFICATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theISSUE_IDENTIFICATION_PROPERTYproperty.
-
getPage
Returns the role value contained in the value of thePAGE_PROPERTYproperty. Returnsnullif the value of thePAGE_PROPERTYproperty isnull.- Returns:
- the role value of the
PAGE_PROPERTYproperty. - See Also:
-
setPage
Sets the value of the property that maps to thepageelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, thePAGE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePAGE_PROPERTYproperty.
-