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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theaddress
element.static final TLcdDataProperty
Data property that maps to thebinding
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theADDRESS_PROPERTY
property.Returns the role value contained in the value of theBINDING_PROPERTY
property.void
setAddress
(URI aValue) Sets the value of the property that maps to theaddress
element.void
setBinding
(TLcdISO19119DCPListCode aValue) Sets the value of the property that maps to thebinding
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
BINDING_PROPERTY
Data property that maps to thebinding
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19119DCPListCode>
. -
ADDRESS_PROPERTY
Data property that maps to theaddress
element. 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_PROPERTY
property. Returnsnull
if the value of theBINDING_PROPERTY
property isnull
.- Returns:
- the role value of the
BINDING_PROPERTY
property. - See Also:
-
setBinding
Sets the value of the property that maps to thebinding
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theBINDING_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theBINDING_PROPERTY
property.
-
getAddress
Returns the role value contained in the value of theADDRESS_PROPERTY
property. Returnsnull
if the value of theADDRESS_PROPERTY
property isnull
.- Returns:
- the role value of the
ADDRESS_PROPERTY
property. - See Also:
-
setAddress
Sets the value of the property that maps to theaddress
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theADDRESS_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theADDRESS_PROPERTY
property.
-