Package net.opengis.gwmlWell.x22
Interface LogValueType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
LogValueTypeImpl
public interface LogValueType extends org.apache.xmlbeans.XmlObjectAn XML LogValueType(@http://www.opengis.net/gwml-well/2.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogValueType.FactoryA factory class with static methods for creating instances of this type.static interfaceLogValueType.FromDepthAn XML fromDepth(@http://www.opengis.net/gwml-well/2.2).static interfaceLogValueType.ToDepthAn XML toDepth(@http://www.opengis.net/gwml-well/2.2).static interfaceLogValueType.ValueAn XML value(@http://www.opengis.net/gwml-well/2.2).
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogValueType.FromDepthaddNewFromDepth()Appends and returns a new empty "fromDepth" elementLogValueType.ToDepthaddNewToDepth()Appends and returns a new empty "toDepth" elementLogValueType.ValueaddNewValue()Appends and returns a new empty "value" elementLogValueType.FromDepthgetFromDepth()Gets the "fromDepth" elementLogValueType.ToDepthgetToDepth()Gets the "toDepth" elementLogValueType.ValuegetValue()Gets the "value" elementbooleanisNilFromDepth()Tests for nil "fromDepth" elementbooleanisNilToDepth()Tests for nil "toDepth" elementbooleanisSetFromDepth()True if has "fromDepth" elementbooleanisSetToDepth()True if has "toDepth" elementbooleanisSetValue()True if has "value" elementvoidsetFromDepth(LogValueType.FromDepth fromDepth)Sets the "fromDepth" elementvoidsetNilFromDepth()Nils the "fromDepth" elementvoidsetNilToDepth()Nils the "toDepth" elementvoidsetToDepth(LogValueType.ToDepth toDepth)Sets the "toDepth" elementvoidsetValue(LogValueType.Value value)Sets the "value" elementvoidunsetFromDepth()Unsets the "fromDepth" elementvoidunsetToDepth()Unsets the "toDepth" elementvoidunsetValue()Unsets the "value" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getFromDepth
LogValueType.FromDepth getFromDepth()
Gets the "fromDepth" element
-
isNilFromDepth
boolean isNilFromDepth()
Tests for nil "fromDepth" element
-
isSetFromDepth
boolean isSetFromDepth()
True if has "fromDepth" element
-
setFromDepth
void setFromDepth(LogValueType.FromDepth fromDepth)
Sets the "fromDepth" element
-
addNewFromDepth
LogValueType.FromDepth addNewFromDepth()
Appends and returns a new empty "fromDepth" element
-
setNilFromDepth
void setNilFromDepth()
Nils the "fromDepth" element
-
unsetFromDepth
void unsetFromDepth()
Unsets the "fromDepth" element
-
getToDepth
LogValueType.ToDepth getToDepth()
Gets the "toDepth" element
-
isNilToDepth
boolean isNilToDepth()
Tests for nil "toDepth" element
-
isSetToDepth
boolean isSetToDepth()
True if has "toDepth" element
-
setToDepth
void setToDepth(LogValueType.ToDepth toDepth)
Sets the "toDepth" element
-
addNewToDepth
LogValueType.ToDepth addNewToDepth()
Appends and returns a new empty "toDepth" element
-
setNilToDepth
void setNilToDepth()
Nils the "toDepth" element
-
unsetToDepth
void unsetToDepth()
Unsets the "toDepth" element
-
getValue
LogValueType.Value getValue()
Gets the "value" element
-
isSetValue
boolean isSetValue()
True if has "value" element
-
setValue
void setValue(LogValueType.Value value)
Sets the "value" element
-
addNewValue
LogValueType.Value addNewValue()
Appends and returns a new empty "value" element
-
unsetValue
void unsetValue()
Unsets the "value" element
-
-