Class TLcdISO19119PortSpecification
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119PortSpecification
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theaddresselement.static final TLcdDataPropertyData property that maps to thebindingelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theADDRESS_PROPERTYproperty.Returns the role value contained in the value of theBINDING_PROPERTYproperty.voidsetAddress(URI aValue) Sets the value of the property that maps to theaddresselement.voidsetBinding(TLcdISO19119DCPListCode aValue) Sets the value of the property that maps to thebindingelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
BINDING_PROPERTY
Data property that maps to thebindingelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19119DCPListCode>. -
ADDRESS_PROPERTY
Data property that maps to theaddresselement. The possible values for this property are instances ofTLcdISO19115Optional<URI>.
-
-
Constructor Details
-
TLcdISO19119PortSpecification
public TLcdISO19119PortSpecification() -
TLcdISO19119PortSpecification
-
-
Method Details
-
getBinding
Returns the role value contained in the value of theBINDING_PROPERTYproperty. Returnsnullif the value of theBINDING_PROPERTYproperty isnull.- Returns:
- the role value of the
BINDING_PROPERTYproperty. - See Also:
-
setBinding
Sets the value of the property that maps to thebindingelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theBINDING_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theBINDING_PROPERTYproperty.
-
getAddress
Returns the role value contained in the value of theADDRESS_PROPERTYproperty. Returnsnullif the value of theADDRESS_PROPERTYproperty isnull.- Returns:
- the role value of the
ADDRESS_PROPERTYproperty. - See Also:
-
setAddress
Sets the value of the property that maps to theaddresselement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theADDRESS_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theADDRESS_PROPERTYproperty.
-