Uses of Interface
net.opengis.swe.x20.TextType
-
Packages that use TextType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of TextType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return TextType Modifier and Type Method Description TextTypeAnyScalarPropertyType. addNewText()Appends and returns a new empty "Text" elementTextTypeQualityPropertyType. addNewText()Appends and returns a new empty "Text" elementTextTypeTextDocument. addNewText()Appends and returns a new empty "Text" elementTextTypeTextPropertyType. addNewText()Appends and returns a new empty "Text" elementTextTypeAnyScalarPropertyType. getText()Gets the "Text" elementTextTypeQualityPropertyType. getText()Gets the "Text" elementTextTypeTextDocument. getText()Gets the "Text" elementTextTypeTextPropertyType. getText()Gets the "Text" elementstatic TextTypeTextType.Factory. newInstance()static TextTypeTextType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(File file)static TextTypeTextType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(InputStream is)static TextTypeTextType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(Reader r)static TextTypeTextType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(String xmlAsString)static TextTypeTextType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(URL u)static TextTypeTextType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(XMLStreamReader sr)static TextTypeTextType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TextTypeTextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TextTypeTextType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TextTypeTextType.Factory. parse(Node node)static TextTypeTextType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type TextType Modifier and Type Method Description voidAnyScalarPropertyType. setText(TextType text)Sets the "Text" elementvoidQualityPropertyType. setText(TextType text)Sets the "Text" elementvoidTextDocument. setText(TextType text)Sets the "Text" elementvoidTextPropertyType. setText(TextType text)Sets the "Text" element -
Uses of TextType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement TextType Modifier and Type Class Description classTextTypeImplAn XML TextType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return TextType Modifier and Type Method Description TextTypeAnyScalarPropertyTypeImpl. addNewText()Appends and returns a new empty "Text" elementTextTypeQualityPropertyTypeImpl. addNewText()Appends and returns a new empty "Text" elementTextTypeTextDocumentImpl. addNewText()Appends and returns a new empty "Text" elementTextTypeTextPropertyTypeImpl. addNewText()Appends and returns a new empty "Text" elementTextTypeAnyScalarPropertyTypeImpl. getText()Gets the "Text" elementTextTypeQualityPropertyTypeImpl. getText()Gets the "Text" elementTextTypeTextDocumentImpl. getText()Gets the "Text" elementTextTypeTextPropertyTypeImpl. getText()Gets the "Text" elementMethods in net.opengis.swe.x20.impl with parameters of type TextType Modifier and Type Method Description voidAnyScalarPropertyTypeImpl. setText(TextType text)Sets the "Text" elementvoidQualityPropertyTypeImpl. setText(TextType text)Sets the "Text" elementvoidTextDocumentImpl. setText(TextType text)Sets the "Text" elementvoidTextPropertyTypeImpl. setText(TextType text)Sets the "Text" element
-