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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theDCPelement.static final TLcdDataPropertyData property that maps to theimplementationelement.Fields inherited from class com.luciad.format.metadata.model.service.TLcdISO19119PlatformNeutralServiceSpecification
PLATFORM_SPECIFIC_SPECIFICATION_PROPERTY, SERVICE_TYPE_PROPERTYFields 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 TypeMethodDescriptiongetDCP()Returns the role value contained in the value of theDCP_PROPERTYproperty.Gets the value of theIMPLEMENTATION_PROPERTYproperty adapted to a list ofTLcdISO19119Serviceinstances.voidsetDCP(TLcdISO19119DCPListCode aValue) Sets the value of the property that maps to theDCPelement.Methods inherited from class com.luciad.format.metadata.model.service.TLcdISO19119PlatformNeutralServiceSpecification
getPlatformSpecificSpecification, getServiceType, setPlatformSpecificSpecification, setServiceTypeMethods 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
-
DCP_PROPERTY
Data property that maps to theDCPelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19119DCPListCode>. -
IMPLEMENTATION_PROPERTY
Data property that maps to theimplementationelement. 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_PROPERTYproperty. Returnsnullif the value of theDCP_PROPERTYproperty isnull.- Returns:
- the role value of the
DCP_PROPERTYproperty. - See Also:
-
setDCP
Sets the value of the property that maps to theDCPelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDCP_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDCP_PROPERTYproperty.
-
getImplementation
Gets the value of theIMPLEMENTATION_PROPERTYproperty adapted to a list ofTLcdISO19119Serviceinstances.- Returns:
- the value of the
IMPLEMENTATION_PROPERTYproperty adapted to a list ofTLcdISO19119Serviceinstances. - See Also:
-