Uses of Interface
net.opengis.sos.x20.ContentsType
-
Packages that use ContentsType Package Description net.opengis.sos.x20 net.opengis.sos.x20.impl -
-
Uses of ContentsType in net.opengis.sos.x20
Methods in net.opengis.sos.x20 that return ContentsType Modifier and Type Method Description ContentsTypeCapabilitiesType.Contents. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeContentsDocument. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeContentsPropertyType. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeCapabilitiesType.Contents. getContents()Gets the "Contents" elementContentsTypeContentsDocument. getContents()Gets the "Contents" elementContentsTypeContentsPropertyType. getContents()Gets the "Contents" elementstatic ContentsTypeContentsType.Factory. newInstance()static ContentsTypeContentsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(File file)static ContentsTypeContentsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(InputStream is)static ContentsTypeContentsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(Reader r)static ContentsTypeContentsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(String xmlAsString)static ContentsTypeContentsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(URL u)static ContentsTypeContentsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(XMLStreamReader sr)static ContentsTypeContentsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ContentsTypeContentsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ContentsTypeContentsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ContentsTypeContentsType.Factory. parse(Node node)static ContentsTypeContentsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sos.x20 with parameters of type ContentsType Modifier and Type Method Description voidCapabilitiesType.Contents. setContents(ContentsType contents)Sets the "Contents" elementvoidContentsDocument. setContents(ContentsType contents)Sets the "Contents" elementvoidContentsPropertyType. setContents(ContentsType contents)Sets the "Contents" element -
Uses of ContentsType in net.opengis.sos.x20.impl
Classes in net.opengis.sos.x20.impl that implement ContentsType Modifier and Type Class Description classContentsTypeImplAn XML ContentsType(@http://www.opengis.net/sos/2.0).Methods in net.opengis.sos.x20.impl that return ContentsType Modifier and Type Method Description ContentsTypeCapabilitiesTypeImpl.ContentsImpl. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeContentsDocumentImpl. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeContentsPropertyTypeImpl. addNewContents()Appends and returns a new empty "Contents" elementContentsTypeCapabilitiesTypeImpl.ContentsImpl. getContents()Gets the "Contents" elementContentsTypeContentsDocumentImpl. getContents()Gets the "Contents" elementContentsTypeContentsPropertyTypeImpl. getContents()Gets the "Contents" elementMethods in net.opengis.sos.x20.impl with parameters of type ContentsType Modifier and Type Method Description voidCapabilitiesTypeImpl.ContentsImpl. setContents(ContentsType contents)Sets the "Contents" elementvoidContentsDocumentImpl. setContents(ContentsType contents)Sets the "Contents" elementvoidContentsPropertyTypeImpl. setContents(ContentsType contents)Sets the "Contents" element
-