Uses of Interface
net.opengis.sensorML.x101.LinkDocument.Link
-
Packages that use LinkDocument.Link Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of LinkDocument.Link in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return LinkDocument.Link Modifier and Type Method Description LinkDocument.LinkConnectionDocument.Connection. addNewLink()Appends and returns a new empty "Link" elementLinkDocument.LinkLinkDocument. addNewLink()Appends and returns a new empty "Link" elementLinkDocument.LinkConnectionDocument.Connection. getLink()Gets the "Link" elementLinkDocument.LinkLinkDocument. getLink()Gets the "Link" elementstatic LinkDocument.LinkLinkDocument.Link.Factory. newInstance()static LinkDocument.LinkLinkDocument.Link.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type LinkDocument.Link Modifier and Type Method Description voidConnectionDocument.Connection. setLink(LinkDocument.Link link)Sets the "Link" elementvoidLinkDocument. setLink(LinkDocument.Link link)Sets the "Link" element -
Uses of LinkDocument.Link in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement LinkDocument.Link Modifier and Type Class Description static classLinkDocumentImpl.LinkImplAn XML Link(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return LinkDocument.Link Modifier and Type Method Description LinkDocument.LinkConnectionDocumentImpl.ConnectionImpl. addNewLink()Appends and returns a new empty "Link" elementLinkDocument.LinkLinkDocumentImpl. addNewLink()Appends and returns a new empty "Link" elementLinkDocument.LinkConnectionDocumentImpl.ConnectionImpl. getLink()Gets the "Link" elementLinkDocument.LinkLinkDocumentImpl. getLink()Gets the "Link" elementMethods in net.opengis.sensorML.x101.impl with parameters of type LinkDocument.Link Modifier and Type Method Description voidConnectionDocumentImpl.ConnectionImpl. setLink(LinkDocument.Link link)Sets the "Link" elementvoidLinkDocumentImpl. setLink(LinkDocument.Link link)Sets the "Link" element
-