Uses of Interface
net.opengis.sensorml.x20.SettingsType
-
Packages that use SettingsType Package Description net.opengis.sensorml.x20 net.opengis.sensorml.x20.impl -
-
Uses of SettingsType in net.opengis.sensorml.x20
Methods in net.opengis.sensorml.x20 that return SettingsType Modifier and Type Method Description SettingsTypeSettingsDocument. addNewSettings()Appends and returns a new empty "Settings" elementSettingsTypeSettingsPropertyType. addNewSettings()Appends and returns a new empty "Settings" elementSettingsTypeSettingsDocument. getSettings()Gets the "Settings" elementSettingsTypeSettingsPropertyType. getSettings()Gets the "Settings" elementstatic SettingsTypeSettingsType.Factory. newInstance()static SettingsTypeSettingsType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(File file)static SettingsTypeSettingsType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(InputStream is)static SettingsTypeSettingsType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(Reader r)static SettingsTypeSettingsType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(String xmlAsString)static SettingsTypeSettingsType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(URL u)static SettingsTypeSettingsType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(XMLStreamReader sr)static SettingsTypeSettingsType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SettingsTypeSettingsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SettingsTypeSettingsType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SettingsTypeSettingsType.Factory. parse(Node node)static SettingsTypeSettingsType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorml.x20 with parameters of type SettingsType Modifier and Type Method Description voidSettingsDocument. setSettings(SettingsType settings)Sets the "Settings" elementvoidSettingsPropertyType. setSettings(SettingsType settings)Sets the "Settings" element -
Uses of SettingsType in net.opengis.sensorml.x20.impl
Classes in net.opengis.sensorml.x20.impl that implement SettingsType Modifier and Type Class Description classSettingsTypeImplAn XML SettingsType(@http://www.opengis.net/sensorml/2.0).Methods in net.opengis.sensorml.x20.impl that return SettingsType Modifier and Type Method Description SettingsTypeSettingsDocumentImpl. addNewSettings()Appends and returns a new empty "Settings" elementSettingsTypeSettingsPropertyTypeImpl. addNewSettings()Appends and returns a new empty "Settings" elementSettingsTypeSettingsDocumentImpl. getSettings()Gets the "Settings" elementSettingsTypeSettingsPropertyTypeImpl. getSettings()Gets the "Settings" elementMethods in net.opengis.sensorml.x20.impl with parameters of type SettingsType Modifier and Type Method Description voidSettingsDocumentImpl. setSettings(SettingsType settings)Sets the "Settings" elementvoidSettingsPropertyTypeImpl. setSettings(SettingsType settings)Sets the "Settings" element
-