OperatorContentType |
AllDocument.addNewAll() |
Appends and returns a new empty "All" element
|
OperatorContentType |
OperatorContentType.addNewAll() |
Appends and returns a new empty value (as xml) as the last "All" element
|
OperatorContentType |
ExactlyOneDocument.addNewExactlyOne() |
Appends and returns a new empty "ExactlyOne" element
|
OperatorContentType |
OperatorContentType.addNewExactlyOne() |
Appends and returns a new empty value (as xml) as the last "ExactlyOne" element
|
OperatorContentType |
AllDocument.getAll() |
Gets the "All" element
|
OperatorContentType[] |
OperatorContentType.getAllArray() |
Gets array of all "All" elements
|
OperatorContentType |
OperatorContentType.getAllArray(int i) |
Gets ith "All" element
|
OperatorContentType |
ExactlyOneDocument.getExactlyOne() |
Gets the "ExactlyOne" element
|
OperatorContentType[] |
OperatorContentType.getExactlyOneArray() |
Gets array of all "ExactlyOne" elements
|
OperatorContentType |
OperatorContentType.getExactlyOneArray(int i) |
Gets ith "ExactlyOne" element
|
OperatorContentType |
OperatorContentType.insertNewAll(int i) |
Inserts and returns a new empty value (as xml) as the ith "All" element
|
OperatorContentType |
OperatorContentType.insertNewExactlyOne(int i) |
Inserts and returns a new empty value (as xml) as the ith "ExactlyOne" element
|
static OperatorContentType |
OperatorContentType.Factory.newInstance() |
|
static OperatorContentType |
OperatorContentType.Factory.newInstance(XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(File file) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(File file,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(InputStream is) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(InputStream is,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(Reader r) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(Reader r,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(String xmlAsString) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(URL u) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(URL u,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(XMLStreamReader sr) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static OperatorContentType |
OperatorContentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static OperatorContentType |
OperatorContentType.Factory.parse(Node node) |
|
static OperatorContentType |
OperatorContentType.Factory.parse(Node node,
XmlOptions options) |
|