Uses of Interface
net.opengis.sensorML.x101.LinkDocument.Link.Destination
-
Packages that use LinkDocument.Link.Destination Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of LinkDocument.Link.Destination in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return LinkDocument.Link.Destination Modifier and Type Method Description LinkDocument.Link.DestinationLinkDocument.Link. addNewDestination()Appends and returns a new empty "destination" elementLinkDocument.Link.DestinationLinkDocument.Link. getDestination()Gets the "destination" elementstatic LinkDocument.Link.DestinationLinkDocument.Link.Destination.Factory. newInstance()static LinkDocument.Link.DestinationLinkDocument.Link.Destination.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type LinkDocument.Link.Destination Modifier and Type Method Description voidLinkDocument.Link. setDestination(LinkDocument.Link.Destination destination)Sets the "destination" element -
Uses of LinkDocument.Link.Destination in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement LinkDocument.Link.Destination Modifier and Type Class Description static classLinkDocumentImpl.LinkImpl.DestinationImplAn XML destination(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return LinkDocument.Link.Destination Modifier and Type Method Description LinkDocument.Link.DestinationLinkDocumentImpl.LinkImpl. addNewDestination()Appends and returns a new empty "destination" elementLinkDocument.Link.DestinationLinkDocumentImpl.LinkImpl. getDestination()Gets the "destination" elementMethods in net.opengis.sensorML.x101.impl with parameters of type LinkDocument.Link.Destination Modifier and Type Method Description voidLinkDocumentImpl.LinkImpl. setDestination(LinkDocument.Link.Destination destination)Sets the "destination" element
-