Package org.isotc211.x2005.gmd
Interface DQConformanceResultType
-
- All Superinterfaces:
AbstractDQResultType,AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DQConformanceResultTypeImpl
public interface DQConformanceResultType extends AbstractDQResultType
An XML DQ_ConformanceResult_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDQConformanceResultType.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 CharacterStringPropertyTypeaddNewExplanation()Appends and returns a new empty "explanation" elementBooleanPropertyTypeaddNewPass()Appends and returns a new empty "pass" elementCICitationPropertyTypeaddNewSpecification()Appends and returns a new empty "specification" elementCharacterStringPropertyTypegetExplanation()Gets the "explanation" elementBooleanPropertyTypegetPass()Gets the "pass" elementCICitationPropertyTypegetSpecification()Gets the "specification" elementvoidsetExplanation(CharacterStringPropertyType explanation)Sets the "explanation" elementvoidsetPass(BooleanPropertyType pass)Sets the "pass" elementvoidsetSpecification(CICitationPropertyType specification)Sets the "specification" 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
-
getSpecification
CICitationPropertyType getSpecification()
Gets the "specification" element
-
setSpecification
void setSpecification(CICitationPropertyType specification)
Sets the "specification" element
-
addNewSpecification
CICitationPropertyType addNewSpecification()
Appends and returns a new empty "specification" element
-
getExplanation
CharacterStringPropertyType getExplanation()
Gets the "explanation" element
-
setExplanation
void setExplanation(CharacterStringPropertyType explanation)
Sets the "explanation" element
-
addNewExplanation
CharacterStringPropertyType addNewExplanation()
Appends and returns a new empty "explanation" element
-
getPass
BooleanPropertyType getPass()
Gets the "pass" element
-
setPass
void setPass(BooleanPropertyType pass)
Sets the "pass" element
-
addNewPass
BooleanPropertyType addNewPass()
Appends and returns a new empty "pass" element
-
-