Uses of Interface
net.opengis.sensorml.x20.KeywordListType
-
Packages that use KeywordListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of KeywordListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return KeywordListType Modifier and Type Method Description KeywordListTypeKeywordListDocument. addNewKeywordList()Appends and returns a new empty "KeywordList" elementKeywordListTypeKeywordListPropertyType. addNewKeywordList()Appends and returns a new empty "KeywordList" elementKeywordListTypeKeywordListDocument. getKeywordList()Gets the "KeywordList" elementKeywordListTypeKeywordListPropertyType. getKeywordList()Gets the "KeywordList" elementstatic KeywordListTypeKeywordListType.Factory. newInstance()static KeywordListTypeKeywordListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(File file)static KeywordListTypeKeywordListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(InputStream is)static KeywordListTypeKeywordListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(Reader r)static KeywordListTypeKeywordListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(String xmlAsString)static KeywordListTypeKeywordListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(URL u)static KeywordListTypeKeywordListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(XMLStreamReader sr)static KeywordListTypeKeywordListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static KeywordListTypeKeywordListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeywordListTypeKeywordListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic KeywordListTypeKeywordListType.Factory. parse(Node node)static KeywordListTypeKeywordListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type KeywordListType Modifier and Type Method Description voidKeywordListDocument. setKeywordList(KeywordListType keywordList)Sets the "KeywordList" elementvoidKeywordListPropertyType. setKeywordList(KeywordListType keywordList)Sets the "KeywordList" element -
Uses of KeywordListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement KeywordListType Modifier and Type Class Description classKeywordListTypeImplAn XML KeywordListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return KeywordListType Modifier and Type Method Description KeywordListTypeKeywordListDocumentImpl. addNewKeywordList()Appends and returns a new empty "KeywordList" elementKeywordListTypeKeywordListPropertyTypeImpl. addNewKeywordList()Appends and returns a new empty "KeywordList" elementKeywordListTypeKeywordListDocumentImpl. getKeywordList()Gets the "KeywordList" elementKeywordListTypeKeywordListPropertyTypeImpl. getKeywordList()Gets the "KeywordList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type KeywordListType Modifier and Type Method Description voidKeywordListDocumentImpl. setKeywordList(KeywordListType keywordList)Sets the "KeywordList" elementvoidKeywordListPropertyTypeImpl. setKeywordList(KeywordListType keywordList)Sets the "KeywordList" element
-