Uses of Interface
org.isotc211.x2005.gmd.AbstractDQResultType
-
Packages that use AbstractDQResultType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of AbstractDQResultType in org.isotc211.x2005.gmd
Subinterfaces of AbstractDQResultType in org.isotc211.x2005.gmd Modifier and Type Interface Description interfaceDQConformanceResultTypeAn XML DQ_ConformanceResult_Type(@http://www.isotc211.org/2005/gmd).interfaceDQQuantitativeResultTypeAn XML DQ_QuantitativeResult_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd that return AbstractDQResultType Modifier and Type Method Description AbstractDQResultTypeAbstractDQResultDocument. addNewAbstractDQResult()Appends and returns a new empty "AbstractDQ_Result" elementAbstractDQResultTypeDQResultPropertyType. addNewAbstractDQResult()Appends and returns a new empty "AbstractDQ_Result" elementAbstractDQResultTypeAbstractDQResultDocument. getAbstractDQResult()Gets the "AbstractDQ_Result" elementAbstractDQResultTypeDQResultPropertyType. getAbstractDQResult()Gets the "AbstractDQ_Result" elementstatic AbstractDQResultTypeAbstractDQResultType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractDQResultTypeAbstractDQResultType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractDQResultTypeAbstractDQResultType.Factory. parse(File file)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(InputStream is)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(Reader r)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(String xmlAsString)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(URL u)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(XMLStreamReader sr)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractDQResultTypeAbstractDQResultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractDQResultTypeAbstractDQResultType.Factory. parse(Node node)static AbstractDQResultTypeAbstractDQResultType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type AbstractDQResultType Modifier and Type Method Description voidAbstractDQResultDocument. setAbstractDQResult(AbstractDQResultType abstractDQResult)Sets the "AbstractDQ_Result" elementvoidDQResultPropertyType. setAbstractDQResult(AbstractDQResultType abstractDQResult)Sets the "AbstractDQ_Result" element -
Uses of AbstractDQResultType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement AbstractDQResultType Modifier and Type Class Description classAbstractDQResultTypeImplAn XML AbstractDQ_Result_Type(@http://www.isotc211.org/2005/gmd).classDQConformanceResultTypeImplAn XML DQ_ConformanceResult_Type(@http://www.isotc211.org/2005/gmd).classDQQuantitativeResultTypeImplAn XML DQ_QuantitativeResult_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return AbstractDQResultType Modifier and Type Method Description AbstractDQResultTypeAbstractDQResultDocumentImpl. addNewAbstractDQResult()Appends and returns a new empty "AbstractDQ_Result" elementAbstractDQResultTypeDQResultPropertyTypeImpl. addNewAbstractDQResult()Appends and returns a new empty "AbstractDQ_Result" elementAbstractDQResultTypeAbstractDQResultDocumentImpl. getAbstractDQResult()Gets the "AbstractDQ_Result" elementAbstractDQResultTypeDQResultPropertyTypeImpl. getAbstractDQResult()Gets the "AbstractDQ_Result" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type AbstractDQResultType Modifier and Type Method Description voidAbstractDQResultDocumentImpl. setAbstractDQResult(AbstractDQResultType abstractDQResult)Sets the "AbstractDQ_Result" elementvoidDQResultPropertyTypeImpl. setAbstractDQResult(AbstractDQResultType abstractDQResult)Sets the "AbstractDQ_Result" element
-