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