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 propertybooleanisSetId()Checks if id is setvoidsetDestination(String destination) Sets the destination propertyvoidSets the id propertyvoidSets 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:
 getDestinationin interfaceLink
 - 
setDestination
Sets the destination property- Specified by:
 setDestinationin interfaceLink
 - 
getId
Gets the id property - 
isSetId
public boolean isSetId()Checks if id is set - 
setId
Sets the id property 
 -