Package org.vast.sensorML
Class LinkImpl
java.lang.Object
org.vast.sensorML.LinkImpl
- All Implemented Interfaces:
Serializable
,Link
POJO class for XML type LinkType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the destination propertygetId()
Gets the id propertyGets the source propertyboolean
isSetId()
Checks if id is setvoid
setDestination
(String destination) Sets the destination propertyvoid
Sets the id propertyvoid
Sets the source property
-
Field Details
-
source
-
destination
-
id
-
-
Constructor Details
-
LinkImpl
public LinkImpl() -
LinkImpl
-
-
Method Details
-
getSource
Gets the source property -
setSource
Sets the source property -
getDestination
Gets the destination property- Specified by:
getDestination
in interfaceLink
-
setDestination
Sets the destination property- Specified by:
setDestination
in interfaceLink
-
getId
Gets the id property -
isSetId
public boolean isSetId()Checks if id is set -
setId
Sets the id property
-