Package net.opengis.gml.x32
Interface ParameterValueType
-
- All Superinterfaces:
AbstractGeneralParameterValueType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ParameterValueTypeImpl
public interface ParameterValueType extends AbstractGeneralParameterValueType
An XML ParameterValueType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterValueType.FactoryA factory class with static methods for creating instances of this type.
-
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 DMSAngleTypeaddNewDmsAngleValue()Appends and returns a new empty "dmsAngleValue" elementOperationParameterPropertyTypeaddNewOperationParameter()Appends and returns a new empty "operationParameter" elementMeasureTypeaddNewValue()Appends and returns a new empty "value" elementMeasureListTypeaddNewValueList()Appends and returns a new empty "valueList" elementbooleangetBooleanValue1()Gets the "booleanValue" elementDMSAngleTypegetDmsAngleValue()Gets the "dmsAngleValue" elementBigIntegergetIntegerValue()Gets the "integerValue" elementListgetIntegerValueList()Gets the "integerValueList" elementOperationParameterPropertyTypegetOperationParameter()Gets the "operationParameter" elementStringgetStringValue1()Gets the "stringValue" elementMeasureTypegetValue()Gets the "value" elementStringgetValueFile()Gets the "valueFile" elementMeasureListTypegetValueList()Gets the "valueList" elementbooleanisSetBooleanValue1()True if has "booleanValue" elementbooleanisSetDmsAngleValue()True if has "dmsAngleValue" elementbooleanisSetIntegerValue()True if has "integerValue" elementbooleanisSetIntegerValueList()True if has "integerValueList" elementbooleanisSetStringValue1()True if has "stringValue" elementbooleanisSetValue()True if has "value" elementbooleanisSetValueFile()True if has "valueFile" elementbooleanisSetValueList()True if has "valueList" elementvoidsetBooleanValue1(boolean booleanValue1)Sets the "booleanValue" elementvoidsetDmsAngleValue(DMSAngleType dmsAngleValue)Sets the "dmsAngleValue" elementvoidsetIntegerValue(BigInteger integerValue)Sets the "integerValue" elementvoidsetIntegerValueList(List integerValueList)Sets the "integerValueList" elementvoidsetOperationParameter(OperationParameterPropertyType operationParameter)Sets the "operationParameter" elementvoidsetStringValue1(String stringValue1)Sets the "stringValue" elementvoidsetValue(MeasureType value)Sets the "value" elementvoidsetValueFile(String valueFile)Sets the "valueFile" elementvoidsetValueList(MeasureListType valueList)Sets the "valueList" elementvoidunsetBooleanValue1()Unsets the "booleanValue" elementvoidunsetDmsAngleValue()Unsets the "dmsAngleValue" elementvoidunsetIntegerValue()Unsets the "integerValue" elementvoidunsetIntegerValueList()Unsets the "integerValueList" elementvoidunsetStringValue1()Unsets the "stringValue" elementvoidunsetValue()Unsets the "value" elementvoidunsetValueFile()Unsets the "valueFile" elementvoidunsetValueList()Unsets the "valueList" elementorg.apache.xmlbeans.XmlBooleanxgetBooleanValue1()Gets (as xml) the "booleanValue" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetIntegerValue()Gets (as xml) the "integerValue" elementIntegerListxgetIntegerValueList()Gets (as xml) the "integerValueList" elementorg.apache.xmlbeans.XmlStringxgetStringValue1()Gets (as xml) the "stringValue" elementorg.apache.xmlbeans.XmlAnyURIxgetValueFile()Gets (as xml) the "valueFile" elementvoidxsetBooleanValue1(org.apache.xmlbeans.XmlBoolean booleanValue1)Sets (as xml) the "booleanValue" elementvoidxsetIntegerValue(org.apache.xmlbeans.XmlPositiveInteger integerValue)Sets (as xml) the "integerValue" elementvoidxsetIntegerValueList(IntegerList integerValueList)Sets (as xml) the "integerValueList" elementvoidxsetStringValue1(org.apache.xmlbeans.XmlString stringValue1)Sets (as xml) the "stringValue" elementvoidxsetValueFile(org.apache.xmlbeans.XmlAnyURI valueFile)Sets (as xml) the "valueFile" 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
-
getValue
MeasureType getValue()
Gets the "value" element
-
isSetValue
boolean isSetValue()
True if has "value" element
-
setValue
void setValue(MeasureType value)
Sets the "value" element
-
addNewValue
MeasureType addNewValue()
Appends and returns a new empty "value" element
-
unsetValue
void unsetValue()
Unsets the "value" element
-
getDmsAngleValue
DMSAngleType getDmsAngleValue()
Gets the "dmsAngleValue" element
-
isSetDmsAngleValue
boolean isSetDmsAngleValue()
True if has "dmsAngleValue" element
-
setDmsAngleValue
void setDmsAngleValue(DMSAngleType dmsAngleValue)
Sets the "dmsAngleValue" element
-
addNewDmsAngleValue
DMSAngleType addNewDmsAngleValue()
Appends and returns a new empty "dmsAngleValue" element
-
unsetDmsAngleValue
void unsetDmsAngleValue()
Unsets the "dmsAngleValue" element
-
getStringValue1
String getStringValue1()
Gets the "stringValue" element
-
xgetStringValue1
org.apache.xmlbeans.XmlString xgetStringValue1()
Gets (as xml) the "stringValue" element
-
isSetStringValue1
boolean isSetStringValue1()
True if has "stringValue" element
-
setStringValue1
void setStringValue1(String stringValue1)
Sets the "stringValue" element
-
xsetStringValue1
void xsetStringValue1(org.apache.xmlbeans.XmlString stringValue1)
Sets (as xml) the "stringValue" element
-
unsetStringValue1
void unsetStringValue1()
Unsets the "stringValue" element
-
getIntegerValue
BigInteger getIntegerValue()
Gets the "integerValue" element
-
xgetIntegerValue
org.apache.xmlbeans.XmlPositiveInteger xgetIntegerValue()
Gets (as xml) the "integerValue" element
-
isSetIntegerValue
boolean isSetIntegerValue()
True if has "integerValue" element
-
setIntegerValue
void setIntegerValue(BigInteger integerValue)
Sets the "integerValue" element
-
xsetIntegerValue
void xsetIntegerValue(org.apache.xmlbeans.XmlPositiveInteger integerValue)
Sets (as xml) the "integerValue" element
-
unsetIntegerValue
void unsetIntegerValue()
Unsets the "integerValue" element
-
getBooleanValue1
boolean getBooleanValue1()
Gets the "booleanValue" element
-
xgetBooleanValue1
org.apache.xmlbeans.XmlBoolean xgetBooleanValue1()
Gets (as xml) the "booleanValue" element
-
isSetBooleanValue1
boolean isSetBooleanValue1()
True if has "booleanValue" element
-
setBooleanValue1
void setBooleanValue1(boolean booleanValue1)
Sets the "booleanValue" element
-
xsetBooleanValue1
void xsetBooleanValue1(org.apache.xmlbeans.XmlBoolean booleanValue1)
Sets (as xml) the "booleanValue" element
-
unsetBooleanValue1
void unsetBooleanValue1()
Unsets the "booleanValue" element
-
getValueList
MeasureListType getValueList()
Gets the "valueList" element
-
isSetValueList
boolean isSetValueList()
True if has "valueList" element
-
setValueList
void setValueList(MeasureListType valueList)
Sets the "valueList" element
-
addNewValueList
MeasureListType addNewValueList()
Appends and returns a new empty "valueList" element
-
unsetValueList
void unsetValueList()
Unsets the "valueList" element
-
getIntegerValueList
List getIntegerValueList()
Gets the "integerValueList" element
-
xgetIntegerValueList
IntegerList xgetIntegerValueList()
Gets (as xml) the "integerValueList" element
-
isSetIntegerValueList
boolean isSetIntegerValueList()
True if has "integerValueList" element
-
setIntegerValueList
void setIntegerValueList(List integerValueList)
Sets the "integerValueList" element
-
xsetIntegerValueList
void xsetIntegerValueList(IntegerList integerValueList)
Sets (as xml) the "integerValueList" element
-
unsetIntegerValueList
void unsetIntegerValueList()
Unsets the "integerValueList" element
-
getValueFile
String getValueFile()
Gets the "valueFile" element
-
xgetValueFile
org.apache.xmlbeans.XmlAnyURI xgetValueFile()
Gets (as xml) the "valueFile" element
-
isSetValueFile
boolean isSetValueFile()
True if has "valueFile" element
-
setValueFile
void setValueFile(String valueFile)
Sets the "valueFile" element
-
xsetValueFile
void xsetValueFile(org.apache.xmlbeans.XmlAnyURI valueFile)
Sets (as xml) the "valueFile" element
-
unsetValueFile
void unsetValueFile()
Unsets the "valueFile" element
-
getOperationParameter
OperationParameterPropertyType getOperationParameter()
Gets the "operationParameter" element
-
setOperationParameter
void setOperationParameter(OperationParameterPropertyType operationParameter)
Sets the "operationParameter" element
-
addNewOperationParameter
OperationParameterPropertyType addNewOperationParameter()
Appends and returns a new empty "operationParameter" element
-
-