Class TLcdISO19119PlatformSpecificServiceSpecification
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
com.luciad.format.metadata.model.service.TLcdISO19119PlatformSpecificServiceSpecification
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
public class TLcdISO19119PlatformSpecificServiceSpecification
extends TLcdISO19119PlatformNeutralServiceSpecification
Defines the implementation of a specific type of service. there may be multiple platform-specific specifications for a single platform-neutral specification.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theDCP
element.static final TLcdDataProperty
Data property that maps to theimplementation
element.Fields inherited from class com.luciad.format.metadata.model.service.TLcdISO19119PlatformNeutralServiceSpecification
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTY, SERVICE_TYPE_PROPERTY
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 TypeMethodDescriptiongetDCP()
Returns the role value contained in the value of theDCP_PROPERTY
property.Gets the value of theIMPLEMENTATION_PROPERTY
property adapted to a list ofTLcdISO19119Service
instances.void
setDCP
(TLcdISO19119DCPListCode aValue) Sets the value of the property that maps to theDCP
element.Methods inherited from class com.luciad.format.metadata.model.service.TLcdISO19119PlatformNeutralServiceSpecification
getPlatformSpecificSpecification, getServiceType, setPlatformSpecificSpecification, setServiceType
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
-
DCP_PROPERTY
Data property that maps to theDCP
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19119DCPListCode>
. -
IMPLEMENTATION_PROPERTY
Data property that maps to theimplementation
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119Service>>
.
-
-
Constructor Details
-
TLcdISO19119PlatformSpecificServiceSpecification
public TLcdISO19119PlatformSpecificServiceSpecification() -
TLcdISO19119PlatformSpecificServiceSpecification
-
-
Method Details
-
getDCP
Returns the role value contained in the value of theDCP_PROPERTY
property. Returnsnull
if the value of theDCP_PROPERTY
property isnull
.- Returns:
- the role value of the
DCP_PROPERTY
property. - See Also:
-
setDCP
Sets the value of the property that maps to theDCP
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDCP_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDCP_PROPERTY
property.
-
getImplementation
Gets the value of theIMPLEMENTATION_PROPERTY
property adapted to a list ofTLcdISO19119Service
instances.- Returns:
- the value of the
IMPLEMENTATION_PROPERTY
property adapted to a list ofTLcdISO19119Service
instances. - See Also:
-