Uses of Interface
org.isotc211.x2005.gmd.DQDataQualityType
-
Packages that use DQDataQualityType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of DQDataQualityType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return DQDataQualityType Modifier and Type Method Description DQDataQualityTypeDQDataQualityDocument. addNewDQDataQuality()Appends and returns a new empty "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityPropertyType. addNewDQDataQuality()Appends and returns a new empty "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityDocument. getDQDataQuality()Gets the "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityPropertyType. getDQDataQuality()Gets the "DQ_DataQuality" elementstatic DQDataQualityTypeDQDataQualityType.Factory. newInstance()static DQDataQualityTypeDQDataQualityType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(File file)static DQDataQualityTypeDQDataQualityType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(InputStream is)static DQDataQualityTypeDQDataQualityType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(Reader r)static DQDataQualityTypeDQDataQualityType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(String xmlAsString)static DQDataQualityTypeDQDataQualityType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(URL u)static DQDataQualityTypeDQDataQualityType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(XMLStreamReader sr)static DQDataQualityTypeDQDataQualityType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DQDataQualityTypeDQDataQualityType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DQDataQualityTypeDQDataQualityType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DQDataQualityTypeDQDataQualityType.Factory. parse(Node node)static DQDataQualityTypeDQDataQualityType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type DQDataQualityType Modifier and Type Method Description voidDQDataQualityDocument. setDQDataQuality(DQDataQualityType dqDataQuality)Sets the "DQ_DataQuality" elementvoidDQDataQualityPropertyType. setDQDataQuality(DQDataQualityType dqDataQuality)Sets the "DQ_DataQuality" element -
Uses of DQDataQualityType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement DQDataQualityType Modifier and Type Class Description classDQDataQualityTypeImplAn XML DQ_DataQuality_Type(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return DQDataQualityType Modifier and Type Method Description DQDataQualityTypeDQDataQualityDocumentImpl. addNewDQDataQuality()Appends and returns a new empty "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityPropertyTypeImpl. addNewDQDataQuality()Appends and returns a new empty "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityDocumentImpl. getDQDataQuality()Gets the "DQ_DataQuality" elementDQDataQualityTypeDQDataQualityPropertyTypeImpl. getDQDataQuality()Gets the "DQ_DataQuality" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type DQDataQualityType Modifier and Type Method Description voidDQDataQualityDocumentImpl. setDQDataQuality(DQDataQualityType dqDataQuality)Sets the "DQ_DataQuality" elementvoidDQDataQualityPropertyTypeImpl. setDQDataQuality(DQDataQualityType dqDataQuality)Sets the "DQ_DataQuality" element
-