Uses of Interface
net.opengis.eml.x002.GenericViewType
-
Packages that use GenericViewType Package Description net.opengis.eml.x002 net.opengis.eml.x002.impl -
-
Uses of GenericViewType in net.opengis.eml.x002
Methods in net.opengis.eml.x002 that return GenericViewType Modifier and Type Method Description GenericViewTypeGenericViewDocument. addNewGenericView()Appends and returns a new empty "GenericView" elementGenericViewTypeViewType. addNewGenericView()Appends and returns a new empty "GenericView" elementGenericViewTypeGenericViewDocument. getGenericView()Gets the "GenericView" elementGenericViewTypeViewType. getGenericView()Gets the "GenericView" elementstatic GenericViewTypeGenericViewType.Factory. newInstance()static GenericViewTypeGenericViewType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(File file)static GenericViewTypeGenericViewType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(InputStream is)static GenericViewTypeGenericViewType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(Reader r)static GenericViewTypeGenericViewType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(String xmlAsString)static GenericViewTypeGenericViewType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(URL u)static GenericViewTypeGenericViewType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(XMLStreamReader sr)static GenericViewTypeGenericViewType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GenericViewTypeGenericViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GenericViewTypeGenericViewType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GenericViewTypeGenericViewType.Factory. parse(Node node)static GenericViewTypeGenericViewType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.eml.x002 with parameters of type GenericViewType Modifier and Type Method Description voidGenericViewDocument. setGenericView(GenericViewType genericView)Sets the "GenericView" elementvoidViewType. setGenericView(GenericViewType genericView)Sets the "GenericView" element -
Uses of GenericViewType in net.opengis.eml.x002.impl
Classes in net.opengis.eml.x002.impl that implement GenericViewType Modifier and Type Class Description classGenericViewTypeImplAn XML GenericViewType(@http://www.opengis.net/eml/0.0.2).Methods in net.opengis.eml.x002.impl that return GenericViewType Modifier and Type Method Description GenericViewTypeGenericViewDocumentImpl. addNewGenericView()Appends and returns a new empty "GenericView" elementGenericViewTypeViewTypeImpl. addNewGenericView()Appends and returns a new empty "GenericView" elementGenericViewTypeGenericViewDocumentImpl. getGenericView()Gets the "GenericView" elementGenericViewTypeViewTypeImpl. getGenericView()Gets the "GenericView" elementMethods in net.opengis.eml.x002.impl with parameters of type GenericViewType Modifier and Type Method Description voidGenericViewDocumentImpl. setGenericView(GenericViewType genericView)Sets the "GenericView" elementvoidViewTypeImpl. setGenericView(GenericViewType genericView)Sets the "GenericView" element
-