SubjectConfirmationType |
SubjectConfirmationDocument.addNewSubjectConfirmation() |
Appends and returns a new empty "SubjectConfirmation" element
|
SubjectConfirmationType |
SubjectType.addNewSubjectConfirmation() |
Appends and returns a new empty "SubjectConfirmation" element
|
SubjectConfirmationType |
SubjectConfirmationDocument.getSubjectConfirmation() |
Gets the "SubjectConfirmation" element
|
SubjectConfirmationType |
SubjectType.getSubjectConfirmation() |
Gets the "SubjectConfirmation" element
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.newInstance() |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.newInstance(XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(File file) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(File file,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(InputStream is) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(InputStream is,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(Reader r) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(Reader r,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(String xmlAsString) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(String xmlAsString,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(URL u) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(URL u,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(XMLStreamReader sr) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(XMLStreamReader sr,
XmlOptions options) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) |
Deprecated.
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options) |
Deprecated.
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(Node node) |
|
static SubjectConfirmationType |
SubjectConfirmationType.Factory.parse(Node node,
XmlOptions options) |
|