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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theissueIdentification
element.static final TLcdDataProperty
Data property that maps to thename
element.static final TLcdDataProperty
Data property that maps to thepage
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 theISSUE_IDENTIFICATION_PROPERTY
property.getName()
Returns the role value contained in the value of theNAME_PROPERTY
property.getPage()
Returns the role value contained in the value of thePAGE_PROPERTY
property.void
setIssueIdentification
(String aValue) Sets the value of the property that maps to theissueIdentification
element.void
Sets the value of the property that maps to thename
element.void
Sets the value of the property that maps to thepage
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NAME_PROPERTY
Data property that maps to thename
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
ISSUE_IDENTIFICATION_PROPERTY
Data property that maps to theissueIdentification
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
PAGE_PROPERTY
Data property that maps to thepage
element. 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_PROPERTY
property. Returnsnull
if the value of theNAME_PROPERTY
property isnull
.- Returns:
- the role value of the
NAME_PROPERTY
property. - See Also:
-
setName
Sets the value of the property that maps to thename
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theNAME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theNAME_PROPERTY
property.
-
getIssueIdentification
Returns the role value contained in the value of theISSUE_IDENTIFICATION_PROPERTY
property. Returnsnull
if the value of theISSUE_IDENTIFICATION_PROPERTY
property isnull
.- Returns:
- the role value of the
ISSUE_IDENTIFICATION_PROPERTY
property. - See Also:
-
setIssueIdentification
Sets the value of the property that maps to theissueIdentification
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theISSUE_IDENTIFICATION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theISSUE_IDENTIFICATION_PROPERTY
property.
-
getPage
Returns the role value contained in the value of thePAGE_PROPERTY
property. Returnsnull
if the value of thePAGE_PROPERTY
property isnull
.- Returns:
- the role value of the
PAGE_PROPERTY
property. - See Also:
-
setPage
Sets the value of the property that maps to thepage
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, thePAGE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for thePAGE_PROPERTY
property.
-