DQDataQualityPropertyType |
MDMetadataType.addNewDataQualityInfo() |
Appends and returns a new empty value (as xml) as the last "dataQualityInfo" element
|
DQDataQualityPropertyType[] |
MDMetadataType.getDataQualityInfoArray() |
Gets array of all "dataQualityInfo" elements
|
DQDataQualityPropertyType |
MDMetadataType.getDataQualityInfoArray(int i) |
Gets ith "dataQualityInfo" element
|
DQDataQualityPropertyType |
MDMetadataType.insertNewDataQualityInfo(int i) |
Inserts and returns a new empty value (as xml) as the ith "dataQualityInfo" element
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.newInstance() |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(File file) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(InputStream is) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(Reader r) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(String xmlAsString) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(URL u) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(XMLStreamReader sr) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(Node node) |
|
static DQDataQualityPropertyType |
DQDataQualityPropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|