Package org.isotc211.x2005.gmd
Interface DQQuantitativeResultType
-
- All Superinterfaces:
AbstractDQResultType,AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DQQuantitativeResultTypeImpl
public interface DQQuantitativeResultType extends AbstractDQResultType
An XML DQ_QuantitativeResult_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDQQuantitativeResultType.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 CharacterStringPropertyTypeaddNewErrorStatistic()Appends and returns a new empty "errorStatistic" elementRecordPropertyTypeaddNewValue()Appends and returns a new empty value (as xml) as the last "value" elementRecordTypePropertyTypeaddNewValueType()Appends and returns a new empty "valueType" elementUnitOfMeasurePropertyTypeaddNewValueUnit()Appends and returns a new empty "valueUnit" elementCharacterStringPropertyTypegetErrorStatistic()Gets the "errorStatistic" elementRecordPropertyType[]getValueArray()Gets array of all "value" elementsRecordPropertyTypegetValueArray(int i)Gets ith "value" elementRecordTypePropertyTypegetValueType()Gets the "valueType" elementUnitOfMeasurePropertyTypegetValueUnit()Gets the "valueUnit" elementRecordPropertyTypeinsertNewValue(int i)Inserts and returns a new empty value (as xml) as the ith "value" elementbooleanisSetErrorStatistic()True if has "errorStatistic" elementbooleanisSetValueType()True if has "valueType" elementvoidremoveValue(int i)Removes the ith "value" elementvoidsetErrorStatistic(CharacterStringPropertyType errorStatistic)Sets the "errorStatistic" elementvoidsetValueArray(int i, RecordPropertyType value)Sets ith "value" elementvoidsetValueArray(RecordPropertyType[] valueArray)Sets array of all "value" elementvoidsetValueType(RecordTypePropertyType valueType)Sets the "valueType" elementvoidsetValueUnit(UnitOfMeasurePropertyType valueUnit)Sets the "valueUnit" elementintsizeOfValueArray()Returns number of "value" elementvoidunsetErrorStatistic()Unsets the "errorStatistic" elementvoidunsetValueType()Unsets the "valueType" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getValueType
RecordTypePropertyType getValueType()
Gets the "valueType" element
-
isSetValueType
boolean isSetValueType()
True if has "valueType" element
-
setValueType
void setValueType(RecordTypePropertyType valueType)
Sets the "valueType" element
-
addNewValueType
RecordTypePropertyType addNewValueType()
Appends and returns a new empty "valueType" element
-
unsetValueType
void unsetValueType()
Unsets the "valueType" element
-
getValueUnit
UnitOfMeasurePropertyType getValueUnit()
Gets the "valueUnit" element
-
setValueUnit
void setValueUnit(UnitOfMeasurePropertyType valueUnit)
Sets the "valueUnit" element
-
addNewValueUnit
UnitOfMeasurePropertyType addNewValueUnit()
Appends and returns a new empty "valueUnit" element
-
getErrorStatistic
CharacterStringPropertyType getErrorStatistic()
Gets the "errorStatistic" element
-
isSetErrorStatistic
boolean isSetErrorStatistic()
True if has "errorStatistic" element
-
setErrorStatistic
void setErrorStatistic(CharacterStringPropertyType errorStatistic)
Sets the "errorStatistic" element
-
addNewErrorStatistic
CharacterStringPropertyType addNewErrorStatistic()
Appends and returns a new empty "errorStatistic" element
-
unsetErrorStatistic
void unsetErrorStatistic()
Unsets the "errorStatistic" element
-
getValueArray
RecordPropertyType[] getValueArray()
Gets array of all "value" elements
-
getValueArray
RecordPropertyType getValueArray(int i)
Gets ith "value" element
-
sizeOfValueArray
int sizeOfValueArray()
Returns number of "value" element
-
setValueArray
void setValueArray(RecordPropertyType[] valueArray)
Sets array of all "value" element
-
setValueArray
void setValueArray(int i, RecordPropertyType value)Sets ith "value" element
-
insertNewValue
RecordPropertyType insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
-
addNewValue
RecordPropertyType addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
-
removeValue
void removeValue(int i)
Removes the ith "value" element
-
-