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