Package org.isotc211.x2005.gmd
Interface DQDataQualityType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DQDataQualityTypeImpl
public interface DQDataQualityType extends AbstractObjectType
An XML DQ_DataQuality_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDQDataQualityType.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 LILineagePropertyTypeaddNewLineage()Appends and returns a new empty "lineage" elementDQElementPropertyTypeaddNewReport()Appends and returns a new empty value (as xml) as the last "report" elementDQScopePropertyTypeaddNewScope()Appends and returns a new empty "scope" elementLILineagePropertyTypegetLineage()Gets the "lineage" elementDQElementPropertyType[]getReportArray()Gets array of all "report" elementsDQElementPropertyTypegetReportArray(int i)Gets ith "report" elementDQScopePropertyTypegetScope()Gets the "scope" elementDQElementPropertyTypeinsertNewReport(int i)Inserts and returns a new empty value (as xml) as the ith "report" elementbooleanisSetLineage()True if has "lineage" elementvoidremoveReport(int i)Removes the ith "report" elementvoidsetLineage(LILineagePropertyType lineage)Sets the "lineage" elementvoidsetReportArray(int i, DQElementPropertyType report)Sets ith "report" elementvoidsetReportArray(DQElementPropertyType[] reportArray)Sets array of all "report" elementvoidsetScope(DQScopePropertyType scope)Sets the "scope" elementintsizeOfReportArray()Returns number of "report" elementvoidunsetLineage()Unsets the "lineage" 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
-
getScope
DQScopePropertyType getScope()
Gets the "scope" element
-
setScope
void setScope(DQScopePropertyType scope)
Sets the "scope" element
-
addNewScope
DQScopePropertyType addNewScope()
Appends and returns a new empty "scope" element
-
getReportArray
DQElementPropertyType[] getReportArray()
Gets array of all "report" elements
-
getReportArray
DQElementPropertyType getReportArray(int i)
Gets ith "report" element
-
sizeOfReportArray
int sizeOfReportArray()
Returns number of "report" element
-
setReportArray
void setReportArray(DQElementPropertyType[] reportArray)
Sets array of all "report" element
-
setReportArray
void setReportArray(int i, DQElementPropertyType report)Sets ith "report" element
-
insertNewReport
DQElementPropertyType insertNewReport(int i)
Inserts and returns a new empty value (as xml) as the ith "report" element
-
addNewReport
DQElementPropertyType addNewReport()
Appends and returns a new empty value (as xml) as the last "report" element
-
removeReport
void removeReport(int i)
Removes the ith "report" element
-
getLineage
LILineagePropertyType getLineage()
Gets the "lineage" element
-
isSetLineage
boolean isSetLineage()
True if has "lineage" element
-
setLineage
void setLineage(LILineagePropertyType lineage)
Sets the "lineage" element
-
addNewLineage
LILineagePropertyType addNewLineage()
Appends and returns a new empty "lineage" element
-
unsetLineage
void unsetLineage()
Unsets the "lineage" element
-
-