Class TLcdISO19119Service
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.service.TLcdISO19119Service
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
An implementation of a service.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thetheSV_Portelement.static final TLcdDataPropertyData property that maps to thespecificationelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPorts()Gets the value of thePORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances.Gets the value of theSPECIFICATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecificationinstances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPECIFICATIONS_PROPERTY
Data property that maps to thespecificationelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119PlatformSpecificServiceSpecification>>. -
PORTS_PROPERTY
Data property that maps to thetheSV_Portelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119Port>>.
-
-
Constructor Details
-
TLcdISO19119Service
public TLcdISO19119Service() -
TLcdISO19119Service
-
-
Method Details
-
getSpecifications
Gets the value of theSPECIFICATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecificationinstances.- Returns:
- the value of the
SPECIFICATIONS_PROPERTYproperty adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecificationinstances. - See Also:
-
getPorts
Gets the value of thePORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances.- Returns:
- the value of the
PORTS_PROPERTYproperty adapted to a list ofTLcdISO19119Portinstances. - See Also:
-