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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thelowerelement.static final TLcdDataPropertyData property that maps to theupperelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptiongetLower()Returns the role value contained in the value of theLOWER_PROPERTYproperty.getUpper()Returns the role value contained in the value of theUPPER_PROPERTYproperty.voidSets the value of the property that maps to thelowerelement.voidsetUpper(TLcdISO19103UnlimitedInteger aValue) Sets the value of the property that maps to theupperelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
LOWER_PROPERTY
Data property that maps to thelowerelement. The possible values for this property are instances ofTLcdISO19115Optional<Long>. -
UPPER_PROPERTY
Data property that maps to theupperelement. 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_PROPERTYproperty. Returnsnullif the value of theLOWER_PROPERTYproperty isnull.- Returns:
- the role value of the
LOWER_PROPERTYproperty. - See Also:
-
setLower
Sets the value of the property that maps to thelowerelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theLOWER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLOWER_PROPERTYproperty.
-
getUpper
Returns the role value contained in the value of theUPPER_PROPERTYproperty. Returnsnullif the value of theUPPER_PROPERTYproperty isnull.- Returns:
- the role value of the
UPPER_PROPERTYproperty. - See Also:
-
setUpper
Sets the value of the property that maps to theupperelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theUPPER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theUPPER_PROPERTYproperty.
-