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