Uses of Interface
net.opengis.sensorml.x20.DocumentListType
-
Packages that use DocumentListType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of DocumentListType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return DocumentListType Modifier and Type Method Description DocumentListTypeDocumentListDocument. addNewDocumentList()Appends and returns a new empty "DocumentList" elementDocumentListTypeDocumentListPropertyType. addNewDocumentList()Appends and returns a new empty "DocumentList" elementDocumentListTypeDocumentListDocument. getDocumentList()Gets the "DocumentList" elementDocumentListTypeDocumentListPropertyType. getDocumentList()Gets the "DocumentList" elementstatic DocumentListTypeDocumentListType.Factory. newInstance()static DocumentListTypeDocumentListType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(File file)static DocumentListTypeDocumentListType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(InputStream is)static DocumentListTypeDocumentListType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(Reader r)static DocumentListTypeDocumentListType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(String xmlAsString)static DocumentListTypeDocumentListType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(URL u)static DocumentListTypeDocumentListType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(XMLStreamReader sr)static DocumentListTypeDocumentListType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DocumentListTypeDocumentListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DocumentListTypeDocumentListType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DocumentListTypeDocumentListType.Factory. parse(Node node)static DocumentListTypeDocumentListType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type DocumentListType Modifier and Type Method Description voidDocumentListDocument. setDocumentList(DocumentListType documentList)Sets the "DocumentList" elementvoidDocumentListPropertyType. setDocumentList(DocumentListType documentList)Sets the "DocumentList" element -
Uses of DocumentListType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement DocumentListType Modifier and Type Class Description classDocumentListTypeImplAn XML DocumentListType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return DocumentListType Modifier and Type Method Description DocumentListTypeDocumentListDocumentImpl. addNewDocumentList()Appends and returns a new empty "DocumentList" elementDocumentListTypeDocumentListPropertyTypeImpl. addNewDocumentList()Appends and returns a new empty "DocumentList" elementDocumentListTypeDocumentListDocumentImpl. getDocumentList()Gets the "DocumentList" elementDocumentListTypeDocumentListPropertyTypeImpl. getDocumentList()Gets the "DocumentList" elementMethods in net.opengis.sensorml.x20.impl with parameters of type DocumentListType Modifier and Type Method Description voidDocumentListDocumentImpl. setDocumentList(DocumentListType documentList)Sets the "DocumentList" elementvoidDocumentListPropertyTypeImpl. setDocumentList(DocumentListType documentList)Sets the "DocumentList" element
-