FormatDescriptorType |
DataAvailabilityMemberType.addNewFormatDescriptor() |
Appends and returns a new empty "formatDescriptor" element
|
FormatDescriptorType |
DataAvailabilityMemberType.getFormatDescriptor() |
Gets the "formatDescriptor" element
|
static FormatDescriptorType |
FormatDescriptorType.Factory.newInstance() |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(File file) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(InputStream is) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(Reader r) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(String xmlAsString) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(URL u) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(XMLStreamReader sr) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options) |
Deprecated.
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(Node node) |
|
static FormatDescriptorType |
FormatDescriptorType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
|