Package net.opengis.sensorml.v20
Interface Link
- All Superinterfaces:
Serializable
POJO class for XML type LinkType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
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
-
Method Details
-
getSource
String getSource()Gets the source property -
setSource
Sets the source property -
getDestination
String getDestination()Gets the destination property -
setDestination
Sets the destination property -
getId
String getId()Gets the id property -
isSetId
boolean isSetId()Checks if id is set -
setId
Sets the id property
-