Uses of Interface
net.opengis.sensorML.x10.LinkRef

Packages that use LinkRef
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of LinkRef in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return LinkRef
static LinkRef LinkRef.Factory.newInstance()
           
static LinkRef LinkRef.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.newValue(Object obj)
           
static LinkRef LinkRef.Factory.parse(File file)
           
static LinkRef LinkRef.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(InputStream is)
           
static LinkRef LinkRef.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(Node node)
           
static LinkRef LinkRef.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(Reader r)
           
static LinkRef LinkRef.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(String xmlAsString)
           
static LinkRef LinkRef.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(URL u)
           
static LinkRef LinkRef.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LinkRef LinkRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static LinkRef LinkRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static LinkRef LinkRef.Factory.parse(XMLStreamReader sr)
           
static LinkRef LinkRef.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 LinkRef LinkDocument.Link.Source.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef LinkDocument.Link.Destination.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocument.ArrayLink.SourceArray.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocument.ArrayLink.DestinationIndex.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocument.ArrayLink.DestinationArray.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocument.ArrayLink.SourceIndex.xgetRef()
          Gets (as xml) the "ref" attribute
 

Methods in net.opengis.sensorML.x10 with parameters of type LinkRef
 void LinkDocument.Link.Source.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void LinkDocument.Link.Destination.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocument.ArrayLink.SourceArray.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocument.ArrayLink.DestinationIndex.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocument.ArrayLink.DestinationArray.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocument.ArrayLink.SourceIndex.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 

Uses of LinkRef in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement LinkRef
 class LinkRefImpl
          An XML linkRef(@http://www.opengis.net/sensorML/1.0).
 

Methods in net.opengis.sensorML.x10.impl that return LinkRef
 LinkRef LinkDocumentImpl.LinkImpl.SourceImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef LinkDocumentImpl.LinkImpl.DestinationImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocumentImpl.ArrayLinkImpl.SourceArrayImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocumentImpl.ArrayLinkImpl.DestinationIndexImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocumentImpl.ArrayLinkImpl.DestinationArrayImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 LinkRef ArrayLinkDocumentImpl.ArrayLinkImpl.SourceIndexImpl.xgetRef()
          Gets (as xml) the "ref" attribute
 

Methods in net.opengis.sensorML.x10.impl with parameters of type LinkRef
 void LinkDocumentImpl.LinkImpl.SourceImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void LinkDocumentImpl.LinkImpl.DestinationImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocumentImpl.ArrayLinkImpl.SourceArrayImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocumentImpl.ArrayLinkImpl.DestinationIndexImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocumentImpl.ArrayLinkImpl.DestinationArrayImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 void ArrayLinkDocumentImpl.ArrayLinkImpl.SourceIndexImpl.xsetRef(LinkRef ref)
          Sets (as xml) the "ref" attribute
 



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