Class TLcdISO19119CoupledResource
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119CoupledResource
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theidentifier
element.static final TLcdDataProperty
Data property that maps to theoperationName
element.static final TLcdDataProperty
Data property that maps to theScopedName
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 theIDENTIFIER_PROPERTY
property.Returns the role value contained in the value of theOPERATION_NAME_PROPERTY
property.Returns the value of the property that maps to theScopedName
element.void
setIdentifier
(String aValue) Sets the value of the property that maps to theidentifier
element.void
setOperationName
(String aValue) Sets the value of the property that maps to theoperationName
element.void
setScopedName
(TLcdGML32Code aValue) Sets the value of the property that maps to theScopedName
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
OPERATION_NAME_PROPERTY
Data property that maps to theoperationName
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
IDENTIFIER_PROPERTY
Data property that maps to theidentifier
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
SCOPED_NAME_PROPERTY
Data property that maps to theScopedName
element. The possible values for this property are instances ofTLcdGML32Code
.
-
-
Constructor Details
-
TLcdISO19119CoupledResource
public TLcdISO19119CoupledResource() -
TLcdISO19119CoupledResource
-
-
Method Details
-
getOperationName
Returns the role value contained in the value of theOPERATION_NAME_PROPERTY
property. Returnsnull
if the value of theOPERATION_NAME_PROPERTY
property isnull
.- Returns:
- the role value of the
OPERATION_NAME_PROPERTY
property. - See Also:
-
setOperationName
Sets the value of the property that maps to theoperationName
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theOPERATION_NAME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theOPERATION_NAME_PROPERTY
property.
-
getIdentifier
Returns the role value contained in the value of theIDENTIFIER_PROPERTY
property. Returnsnull
if the value of theIDENTIFIER_PROPERTY
property isnull
.- Returns:
- the role value of the
IDENTIFIER_PROPERTY
property. - See Also:
-
setIdentifier
Sets the value of the property that maps to theidentifier
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theIDENTIFIER_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theIDENTIFIER_PROPERTY
property.
-
getScopedName
Returns the value of the property that maps to theScopedName
element.- Returns:
- the value of the
SCOPED_NAME_PROPERTY
property.
-
setScopedName
Sets the value of the property that maps to theScopedName
element.- Parameters:
aValue
- the value to set for theSCOPED_NAME_PROPERTY
property.
-