Class TLcdISO19119OperationChainMetadata
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119OperationChainMetadata
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Describes the signature of an operation chain provided by the service.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedescriptionelement.static final TLcdDataPropertyData property that maps to thenameelement.static final TLcdDataPropertyData property that maps to theoperationelement.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 theDESCRIPTION_PROPERTYproperty.getName()Returns the role value contained in the value of theNAME_PROPERTYproperty.Gets the value of theOPERATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119OperationMetadatainstances.voidsetDescription(String aValue) Sets the value of the property that maps to thedescriptionelement.voidSets the value of the property that maps to thenameelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
NAME_PROPERTY
Data property that maps to thenameelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
OPERATIONS_PROPERTY
Data property that maps to theoperationelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119OperationMetadata>>.
-
-
Constructor Details
-
TLcdISO19119OperationChainMetadata
public TLcdISO19119OperationChainMetadata() -
TLcdISO19119OperationChainMetadata
-
-
Method Details
-
getName
Returns the role value contained in the value of theNAME_PROPERTYproperty. Returnsnullif the value of theNAME_PROPERTYproperty isnull.- Returns:
- the role value of the
NAME_PROPERTYproperty. - See Also:
-
setName
Sets the value of the property that maps to thenameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theNAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theNAME_PROPERTYproperty.
-
getDescription
Returns the role value contained in the value of theDESCRIPTION_PROPERTYproperty. Returnsnullif the value of theDESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
DESCRIPTION_PROPERTYproperty. - See Also:
-
setDescription
Sets the value of the property that maps to thedescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDESCRIPTION_PROPERTYproperty.
-
getOperations
Gets the value of theOPERATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119OperationMetadatainstances.- Returns:
- the value of the
OPERATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119OperationMetadatainstances. - See Also:
-