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 propertybooleanisSetId()Checks if id is setvoidsetDestination(String destination) Sets the destination propertyvoidSets the id propertyvoidSets 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
-