Class TLcdISO19103MultiplicityRange
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.util.TLcdISO19103MultiplicityRange
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A component of a multiplicity, consisting of an non-negative lower bound, and a potentially infinite upper bound.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thelower
element.static final TLcdDataProperty
Data property that maps to theupper
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetLower()
Returns the role value contained in the value of theLOWER_PROPERTY
property.getUpper()
Returns the role value contained in the value of theUPPER_PROPERTY
property.void
Sets the value of the property that maps to thelower
element.void
setUpper
(TLcdISO19103UnlimitedInteger aValue) Sets the value of the property that maps to theupper
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
LOWER_PROPERTY
Data property that maps to thelower
element. The possible values for this property are instances ofTLcdISO19115Optional<Long>
. -
UPPER_PROPERTY
Data property that maps to theupper
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19103UnlimitedInteger>
.
-
-
Constructor Details
-
TLcdISO19103MultiplicityRange
public TLcdISO19103MultiplicityRange() -
TLcdISO19103MultiplicityRange
-
-
Method Details
-
getLower
Returns the role value contained in the value of theLOWER_PROPERTY
property. Returnsnull
if the value of theLOWER_PROPERTY
property isnull
.- Returns:
- the role value of the
LOWER_PROPERTY
property. - See Also:
-
setLower
Sets the value of the property that maps to thelower
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theLOWER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLOWER_PROPERTY
property.
-
getUpper
Returns the role value contained in the value of theUPPER_PROPERTY
property. Returnsnull
if the value of theUPPER_PROPERTY
property isnull
.- Returns:
- the role value of the
UPPER_PROPERTY
property. - See Also:
-
setUpper
Sets the value of the property that maps to theupper
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theUPPER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theUPPER_PROPERTY
property.
-