Uses of Interface
net.opengis.sensorml.x20.TermType
-
Packages that use TermType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of TermType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return TermType Modifier and Type Method Description TermTypeClassifierListType.Classifier. addNewTerm()Appends and returns a new empty "Term" elementTermTypeIdentifierListType.Identifier. addNewTerm()Appends and returns a new empty "Term" elementTermTypeTermDocument. addNewTerm()Appends and returns a new empty "Term" elementTermTypeTermPropertyType. addNewTerm()Appends and returns a new empty "Term" elementTermTypeClassifierListType.Classifier. getTerm()Gets the "Term" elementTermTypeIdentifierListType.Identifier. getTerm()Gets the "Term" elementTermTypeTermDocument. getTerm()Gets the "Term" elementTermTypeTermPropertyType. getTerm()Gets the "Term" elementstatic TermTypeTermType.Factory. newInstance()static TermTypeTermType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(File file)static TermTypeTermType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(InputStream is)static TermTypeTermType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(Reader r)static TermTypeTermType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(String xmlAsString)static TermTypeTermType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(URL u)static TermTypeTermType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(XMLStreamReader sr)static TermTypeTermType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TermTypeTermType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TermTypeTermType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TermTypeTermType.Factory. parse(Node node)static TermTypeTermType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type TermType Modifier and Type Method Description voidClassifierListType.Classifier. setTerm(TermType term)Sets the "Term" elementvoidIdentifierListType.Identifier. setTerm(TermType term)Sets the "Term" elementvoidTermDocument. setTerm(TermType term)Sets the "Term" elementvoidTermPropertyType. setTerm(TermType term)Sets the "Term" element -
Uses of TermType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement TermType Modifier and Type Class Description classTermTypeImplAn XML TermType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return TermType Modifier and Type Method Description TermTypeClassifierListTypeImpl.ClassifierImpl. addNewTerm()Appends and returns a new empty "Term" elementTermTypeIdentifierListTypeImpl.IdentifierImpl. addNewTerm()Appends and returns a new empty "Term" elementTermTypeTermDocumentImpl. addNewTerm()Appends and returns a new empty "Term" elementTermTypeTermPropertyTypeImpl. addNewTerm()Appends and returns a new empty "Term" elementTermTypeClassifierListTypeImpl.ClassifierImpl. getTerm()Gets the "Term" elementTermTypeIdentifierListTypeImpl.IdentifierImpl. getTerm()Gets the "Term" elementTermTypeTermDocumentImpl. getTerm()Gets the "Term" elementTermTypeTermPropertyTypeImpl. getTerm()Gets the "Term" elementMethods in net.opengis.sensorml.x20.impl with parameters of type TermType Modifier and Type Method Description voidClassifierListTypeImpl.ClassifierImpl. setTerm(TermType term)Sets the "Term" elementvoidIdentifierListTypeImpl.IdentifierImpl. setTerm(TermType term)Sets the "Term" elementvoidTermDocumentImpl. setTerm(TermType term)Sets the "Term" elementvoidTermPropertyTypeImpl. setTerm(TermType term)Sets the "Term" element
-