Uses of Interface
net.opengis.gwmlWell.x22.LogValueType
-
Packages that use LogValueType Package Description net.opengis.gwmlWell.x22 net.opengis.gwmlWell.x22.impl -
-
Uses of LogValueType in net.opengis.gwmlWell.x22
Methods in net.opengis.gwmlWell.x22 that return LogValueType Modifier and Type Method Description LogValueTypeLogValueDocument. addNewLogValue()Appends and returns a new empty "LogValue" elementLogValueTypeLogValuePropertyType. addNewLogValue()Appends and returns a new empty "LogValue" elementLogValueTypeLogValueDocument. getLogValue()Gets the "LogValue" elementLogValueTypeLogValuePropertyType. getLogValue()Gets the "LogValue" elementstatic LogValueTypeLogValueType.Factory. newInstance()static LogValueTypeLogValueType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(File file)static LogValueTypeLogValueType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(InputStream is)static LogValueTypeLogValueType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(Reader r)static LogValueTypeLogValueType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(String xmlAsString)static LogValueTypeLogValueType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(URL u)static LogValueTypeLogValueType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(XMLStreamReader sr)static LogValueTypeLogValueType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LogValueTypeLogValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LogValueTypeLogValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LogValueTypeLogValueType.Factory. parse(Node node)static LogValueTypeLogValueType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gwmlWell.x22 with parameters of type LogValueType Modifier and Type Method Description voidLogValueDocument. setLogValue(LogValueType logValue)Sets the "LogValue" elementvoidLogValuePropertyType. setLogValue(LogValueType logValue)Sets the "LogValue" element -
Uses of LogValueType in net.opengis.gwmlWell.x22.impl
Classes in net.opengis.gwmlWell.x22.impl that implement LogValueType Modifier and Type Class Description classLogValueTypeImplAn XML LogValueType(@http://www.opengis.net/gwml-well/2.2).Methods in net.opengis.gwmlWell.x22.impl that return LogValueType Modifier and Type Method Description LogValueTypeLogValueDocumentImpl. addNewLogValue()Appends and returns a new empty "LogValue" elementLogValueTypeLogValuePropertyTypeImpl. addNewLogValue()Appends and returns a new empty "LogValue" elementLogValueTypeLogValueDocumentImpl. getLogValue()Gets the "LogValue" elementLogValueTypeLogValuePropertyTypeImpl. getLogValue()Gets the "LogValue" elementMethods in net.opengis.gwmlWell.x22.impl with parameters of type LogValueType Modifier and Type Method Description voidLogValueDocumentImpl. setLogValue(LogValueType logValue)Sets the "LogValue" elementvoidLogValuePropertyTypeImpl. setLogValue(LogValueType logValue)Sets the "LogValue" element
-