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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thetheSV_Port
element.static final TLcdDataProperty
Data property that maps to thespecification
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPorts()
Gets the value of thePORTS_PROPERTY
property adapted to a list ofTLcdISO19119Port
instances.Gets the value of theSPECIFICATIONS_PROPERTY
property adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecification
instances.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPECIFICATIONS_PROPERTY
Data property that maps to thespecification
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19119PlatformSpecificServiceSpecification>>
. -
PORTS_PROPERTY
Data property that maps to thetheSV_Port
element. 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_PROPERTY
property adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecification
instances.- Returns:
- the value of the
SPECIFICATIONS_PROPERTY
property adapted to a list ofTLcdISO19119PlatformSpecificServiceSpecification
instances. - See Also:
-
getPorts
Gets the value of thePORTS_PROPERTY
property adapted to a list ofTLcdISO19119Port
instances.- Returns:
- the value of the
PORTS_PROPERTY
property adapted to a list ofTLcdISO19119Port
instances. - See Also:
-