Class LinkImpl

java.lang.Object
net.opengis.sensorml.v20.impl.LinkImpl
All Implemented Interfaces:
Serializable, Link

public class LinkImpl extends Object implements Link
POJO class for XML type LinkType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
See Also:
  • Field Details

    • source

      protected String source
    • destination

      protected String destination
    • id

      protected String id
  • Constructor Details

    • LinkImpl

      public LinkImpl()
  • Method Details

    • getSource

      public String getSource()
      Gets the source property
      Specified by:
      getSource in interface Link
    • setSource

      public void setSource(String source)
      Sets the source property
      Specified by:
      setSource in interface Link
    • getDestination

      public String getDestination()
      Gets the destination property
      Specified by:
      getDestination in interface Link
    • setDestination

      public void setDestination(String destination)
      Sets the destination property
      Specified by:
      setDestination in interface Link
    • getId

      public String getId()
      Gets the id property
      Specified by:
      getId in interface Link
    • isSetId

      public boolean isSetId()
      Checks if id is set
      Specified by:
      isSetId in interface Link
    • setId

      public void setId(String id)
      Sets the id property
      Specified by:
      setId in interface Link