Uses of Interface
net.opengis.ows.x11.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of ReferenceType in net.opengis.ows.x11
Subinterfaces of ReferenceType in net.opengis.ows.x11 Modifier and Type Interface Description interfaceServiceReferenceTypeAn XML ServiceReferenceType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11 that return ReferenceType Modifier and Type Method Description ReferenceTypeReferenceDocument. addNewReference()Appends and returns a new empty "Reference" elementReferenceTypeReferenceDocument. getReference()Gets the "Reference" elementstatic ReferenceTypeReferenceType.Factory. newInstance()static ReferenceTypeReferenceType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(File file)static ReferenceTypeReferenceType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(InputStream is)static ReferenceTypeReferenceType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(Reader r)static ReferenceTypeReferenceType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(String xmlAsString)static ReferenceTypeReferenceType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(URL u)static ReferenceTypeReferenceType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(XMLStreamReader sr)static ReferenceTypeReferenceType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferenceTypeReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferenceTypeReferenceType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferenceTypeReferenceType.Factory. parse(Node node)static ReferenceTypeReferenceType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type ReferenceType Modifier and Type Method Description voidReferenceDocument. setReference(ReferenceType reference)Sets the "Reference" element -
Uses of ReferenceType in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement ReferenceType Modifier and Type Class Description classReferenceTypeImplAn XML ReferenceType(@http://www.opengis.net/ows/1.1).classServiceReferenceTypeImplAn XML ServiceReferenceType(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return ReferenceType Modifier and Type Method Description ReferenceTypeReferenceDocumentImpl. addNewReference()Appends and returns a new empty "Reference" elementReferenceTypeReferenceDocumentImpl. getReference()Gets the "Reference" elementMethods in net.opengis.ows.x11.impl with parameters of type ReferenceType Modifier and Type Method Description voidReferenceDocumentImpl. setReference(ReferenceType reference)Sets the "Reference" element
-