Uses of Interface
net.opengis.sensorML.x10.LinkDocument.Link

Packages that use LinkDocument.Link
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of LinkDocument.Link in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return LinkDocument.Link
 LinkDocument.Link LinkDocument.addNewLink()
          Appends and returns a new empty "Link" element
 LinkDocument.Link ConnectionDocument.Connection.addNewLink()
          Appends and returns a new empty "Link" element
 LinkDocument.Link LinkDocument.getLink()
          Gets the "Link" element
 LinkDocument.Link ConnectionDocument.Connection.getLink()
          Gets the "Link" element
static LinkDocument.Link LinkDocument.Link.Factory.newInstance()
           
static LinkDocument.Link LinkDocument.Link.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.sensorML.x10 with parameters of type LinkDocument.Link
 void LinkDocument.setLink(LinkDocument.Link link)
          Sets the "Link" element
 void ConnectionDocument.Connection.setLink(LinkDocument.Link link)
          Sets the "Link" element
 

Uses of LinkDocument.Link in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement LinkDocument.Link
static class LinkDocumentImpl.LinkImpl
          An XML Link(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return LinkDocument.Link
 LinkDocument.Link LinkDocumentImpl.addNewLink()
          Appends and returns a new empty "Link" element
 LinkDocument.Link ConnectionDocumentImpl.ConnectionImpl.addNewLink()
          Appends and returns a new empty "Link" element
 LinkDocument.Link LinkDocumentImpl.getLink()
          Gets the "Link" element
 LinkDocument.Link ConnectionDocumentImpl.ConnectionImpl.getLink()
          Gets the "Link" element
 

Methods in net.opengis.sensorML.x10.impl with parameters of type LinkDocument.Link
 void LinkDocumentImpl.setLink(LinkDocument.Link link)
          Sets the "Link" element
 void ConnectionDocumentImpl.ConnectionImpl.setLink(LinkDocument.Link link)
          Sets the "Link" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.