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