Uses of Interface
net.opengis.swe.x20.Reference
-
Packages that use Reference Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of Reference in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return Reference Modifier and Type Method Description ReferenceCategoryRangeType. addNewCodeSpace()Appends and returns a new empty "codeSpace" elementReferenceCategoryType. addNewCodeSpace()Appends and returns a new empty "codeSpace" elementReferenceCategoryRangeType. getCodeSpace()Gets the "codeSpace" elementReferenceCategoryType. getCodeSpace()Gets the "codeSpace" elementstatic ReferenceReference.Factory. newInstance()static ReferenceReference.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(File file)static ReferenceReference.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(InputStream is)static ReferenceReference.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(Reader r)static ReferenceReference.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(String xmlAsString)static ReferenceReference.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(URL u)static ReferenceReference.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(XMLStreamReader sr)static ReferenceReference.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ReferenceReference.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ReferenceReference.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ReferenceReference.Factory. parse(Node node)static ReferenceReference.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type Reference Modifier and Type Method Description voidCategoryRangeType. setCodeSpace(Reference codeSpace)Sets the "codeSpace" elementvoidCategoryType. setCodeSpace(Reference codeSpace)Sets the "codeSpace" element -
Uses of Reference in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement Reference Modifier and Type Class Description classReferenceImplAn XML Reference(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return Reference Modifier and Type Method Description ReferenceCategoryRangeTypeImpl. addNewCodeSpace()Appends and returns a new empty "codeSpace" elementReferenceCategoryTypeImpl. addNewCodeSpace()Appends and returns a new empty "codeSpace" elementReferenceCategoryRangeTypeImpl. getCodeSpace()Gets the "codeSpace" elementReferenceCategoryTypeImpl. getCodeSpace()Gets the "codeSpace" elementMethods in net.opengis.swe.x20.impl with parameters of type Reference Modifier and Type Method Description voidCategoryRangeTypeImpl. setCodeSpace(Reference codeSpace)Sets the "codeSpace" elementvoidCategoryTypeImpl. setCodeSpace(Reference codeSpace)Sets the "codeSpace" element
-