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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theimplSpec
element.static final TLcdDataProperty
Data property that maps to theserviceType
element.Fields inherited from class com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
INTERFACES_PROPERTY, NAME_PROPERTY, OPERATION_MODEL_PROPERTY, PLATFORM_NEUTRAL_SPECIFICATION_PROPERTY
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 thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property.Returns the role value contained in the value of theSERVICE_TYPE_PROPERTY
property.void
Sets the value of the property that maps to theimplSpec
element.void
Sets the value of the property that maps to theserviceType
element.Methods inherited from class com.luciad.format.metadata.model.service.TLcdISO19119ServiceSpecification
getInterfaces, getName, getOperationModel, getPlatformNeutralSpecification, setName, setOperationModel, setPlatformNeutralSpecification
Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SERVICE_TYPE_PROPERTY
Data property that maps to theserviceType
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19119ServiceType>
. -
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
Data property that maps to theimplSpec
element. 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_PROPERTY
property. Returnsnull
if the value of theSERVICE_TYPE_PROPERTY
property isnull
.- Returns:
- the role value of the
SERVICE_TYPE_PROPERTY
property. - See Also:
-
setServiceType
Sets the value of the property that maps to theserviceType
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theSERVICE_TYPE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theSERVICE_TYPE_PROPERTY
property.
-
getPlatformSpecificSpecification
Returns the role value contained in the value of thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property. Returnsnull
if the value of thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property isnull
.- Returns:
- the role value of the
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property. - See Also:
-
setPlatformSpecificSpecification
public void setPlatformSpecificSpecification(TLcdISO19119PlatformSpecificServiceSpecification aValue) Sets the value of the property that maps to theimplSpec
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for thePLATFORM_SPECIFIC_SPECIFICATION_PROPERTY
property.
-