Uses of Interface
net.opengis.sensorML.x101.LinkRef
-
Packages that use LinkRef Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of LinkRef in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return LinkRef Modifier and Type Method Description static LinkRefLinkRef.Factory. newInstance()static LinkRefLinkRef.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. newValue(Object obj)static LinkRefLinkRef.Factory. parse(File file)static LinkRefLinkRef.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(InputStream is)static LinkRefLinkRef.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(Reader r)static LinkRefLinkRef.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(String xmlAsString)static LinkRefLinkRef.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(URL u)static LinkRefLinkRef.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(XMLStreamReader sr)static LinkRefLinkRef.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinkRefLinkRef.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinkRefLinkRef.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinkRefLinkRef.Factory. parse(Node node)static LinkRefLinkRef.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)LinkRefArrayLinkDocument.ArrayLink.DestinationArray. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocument.ArrayLink.DestinationIndex. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocument.ArrayLink.SourceArray. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocument.ArrayLink.SourceIndex. xgetRef()Gets (as xml) the "ref" attributeLinkRefLinkDocument.Link.Destination. xgetRef()Gets (as xml) the "ref" attributeLinkRefLinkDocument.Link.Source. xgetRef()Gets (as xml) the "ref" attributeMethods in net.opengis.sensorML.x101 with parameters of type LinkRef Modifier and Type Method Description voidArrayLinkDocument.ArrayLink.DestinationArray. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocument.ArrayLink.DestinationIndex. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocument.ArrayLink.SourceArray. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocument.ArrayLink.SourceIndex. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidLinkDocument.Link.Destination. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidLinkDocument.Link.Source. xsetRef(LinkRef ref)Sets (as xml) the "ref" attribute -
Uses of LinkRef in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement LinkRef Modifier and Type Class Description classLinkRefImplAn XML linkRef(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return LinkRef Modifier and Type Method Description LinkRefArrayLinkDocumentImpl.ArrayLinkImpl.DestinationArrayImpl. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocumentImpl.ArrayLinkImpl.DestinationIndexImpl. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocumentImpl.ArrayLinkImpl.SourceArrayImpl. xgetRef()Gets (as xml) the "ref" attributeLinkRefArrayLinkDocumentImpl.ArrayLinkImpl.SourceIndexImpl. xgetRef()Gets (as xml) the "ref" attributeLinkRefLinkDocumentImpl.LinkImpl.DestinationImpl. xgetRef()Gets (as xml) the "ref" attributeLinkRefLinkDocumentImpl.LinkImpl.SourceImpl. xgetRef()Gets (as xml) the "ref" attributeMethods in net.opengis.sensorML.x101.impl with parameters of type LinkRef Modifier and Type Method Description voidArrayLinkDocumentImpl.ArrayLinkImpl.DestinationArrayImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocumentImpl.ArrayLinkImpl.DestinationIndexImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocumentImpl.ArrayLinkImpl.SourceArrayImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidArrayLinkDocumentImpl.ArrayLinkImpl.SourceIndexImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidLinkDocumentImpl.LinkImpl.DestinationImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attributevoidLinkDocumentImpl.LinkImpl.SourceImpl. xsetRef(LinkRef ref)Sets (as xml) the "ref" attribute
-