Class TLcdISO19119PlatformNeutralServiceSpecification
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
com.luciad.format.metadata.model.service.TLcdISO19119PlatformNeutralServiceSpecification
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19119PlatformSpecificServiceSpecification
public class TLcdISO19119PlatformNeutralServiceSpecification
extends TLcdISO19119ServiceSpecification
Provides the abstract definition of a specific type of service but does not specify the implementation of the service.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theimplSpecelement.static final TLcdDataPropertyData property that maps to theserviceTypeelement.Fields inherited from class com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
INTERFACES_PROPERTY, NAME_PROPERTY, OPERATION_MODEL_PROPERTY, PLATFORM_NEUTRAL_SPECIFICATION_PROPERTYFields 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 thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty.Returns the role value contained in the value of theSERVICE_TYPE_PROPERTYproperty.voidSets the value of the property that maps to theimplSpecelement.voidSets the value of the property that maps to theserviceTypeelement.Methods inherited from class com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
getInterfaces, getName, getOperationModel, getPlatformNeutralSpecification, setName, setOperationModel, setPlatformNeutralSpecificationMethods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SERVICE_TYPE_PROPERTY
Data property that maps to theserviceTypeelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19119ServiceType>. -
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
Data property that maps to theimplSpecelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19119PlatformSpecificServiceSpecification>.
-
-
Constructor Details
-
TLcdISO19119PlatformNeutralServiceSpecification
public TLcdISO19119PlatformNeutralServiceSpecification() -
TLcdISO19119PlatformNeutralServiceSpecification
-
-
Method Details
-
getServiceType
Returns the role value contained in the value of theSERVICE_TYPE_PROPERTYproperty. Returnsnullif the value of theSERVICE_TYPE_PROPERTYproperty isnull.- Returns:
- the role value of the
SERVICE_TYPE_PROPERTYproperty. - See Also:
-
setServiceType
Sets the value of the property that maps to theserviceTypeelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theSERVICE_TYPE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theSERVICE_TYPE_PROPERTYproperty.
-
getPlatformSpecificSpecification
Returns the role value contained in the value of thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty. Returnsnullif the value of thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty isnull.- Returns:
- the role value of the
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty. - See Also:
-
setPlatformSpecificSpecification
public void setPlatformSpecificSpecification(TLcdISO19119PlatformSpecificServiceSpecification aValue) Sets the value of the property that maps to theimplSpecelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTYproperty.
-