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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theidentifierelement.static final TLcdDataPropertyData property that maps to theoperationNameelement.static final TLcdDataPropertyData property that maps to theScopedNameelement.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 theIDENTIFIER_PROPERTYproperty.Returns the role value contained in the value of theOPERATION_NAME_PROPERTYproperty.Returns the value of the property that maps to theScopedNameelement.voidsetIdentifier(String aValue) Sets the value of the property that maps to theidentifierelement.voidsetOperationName(String aValue) Sets the value of the property that maps to theoperationNameelement.voidsetScopedName(TLcdGML32Code aValue) Sets the value of the property that maps to theScopedNameelement.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 theoperationNameelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
IDENTIFIER_PROPERTY
Data property that maps to theidentifierelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
SCOPED_NAME_PROPERTY
Data property that maps to theScopedNameelement. 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_PROPERTYproperty. Returnsnullif the value of theOPERATION_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
OPERATION_NAME_PROPERTYproperty. - See Also:
-
setOperationName
Sets the value of the property that maps to theoperationNameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theOPERATION_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theOPERATION_NAME_PROPERTYproperty.
-
getIdentifier
Returns the role value contained in the value of theIDENTIFIER_PROPERTYproperty. Returnsnullif the value of theIDENTIFIER_PROPERTYproperty isnull.- Returns:
- the role value of the
IDENTIFIER_PROPERTYproperty. - See Also:
-
setIdentifier
Sets the value of the property that maps to theidentifierelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theIDENTIFIER_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theIDENTIFIER_PROPERTYproperty.
-
getScopedName
Returns the value of the property that maps to theScopedNameelement.- Returns:
- the value of the
SCOPED_NAME_PROPERTYproperty.
-
setScopedName
Sets the value of the property that maps to theScopedNameelement.- Parameters:
aValue- the value to set for theSCOPED_NAME_PROPERTYproperty.
-