Uses of Interface
net.opengis.gml.x32.ShellType
-
Packages that use ShellType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of ShellType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return ShellType Modifier and Type Method Description ShellTypeShellDocument. addNewShell()Appends and returns a new empty "Shell" elementShellTypeShellPropertyType. addNewShell()Appends and returns a new empty "Shell" elementShellTypeShellDocument. getShell()Gets the "Shell" elementShellTypeShellPropertyType. getShell()Gets the "Shell" elementstatic ShellTypeShellType.Factory. newInstance()static ShellTypeShellType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(File file)static ShellTypeShellType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(InputStream is)static ShellTypeShellType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(Reader r)static ShellTypeShellType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(String xmlAsString)static ShellTypeShellType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(URL u)static ShellTypeShellType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(XMLStreamReader sr)static ShellTypeShellType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ShellTypeShellType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ShellTypeShellType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ShellTypeShellType.Factory. parse(Node node)static ShellTypeShellType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type ShellType Modifier and Type Method Description voidShellDocument. setShell(ShellType shell)Sets the "Shell" elementvoidShellPropertyType. setShell(ShellType shell)Sets the "Shell" element -
Uses of ShellType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement ShellType Modifier and Type Class Description classShellTypeImplAn XML ShellType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return ShellType Modifier and Type Method Description ShellTypeShellDocumentImpl. addNewShell()Appends and returns a new empty "Shell" elementShellTypeShellPropertyTypeImpl. addNewShell()Appends and returns a new empty "Shell" elementShellTypeShellDocumentImpl. getShell()Gets the "Shell" elementShellTypeShellPropertyTypeImpl. getShell()Gets the "Shell" elementMethods in net.opengis.gml.x32.impl with parameters of type ShellType Modifier and Type Method Description voidShellDocumentImpl. setShell(ShellType shell)Sets the "Shell" elementvoidShellPropertyTypeImpl. setShell(ShellType shell)Sets the "Shell" element
-