| Package | Description |
|---|---|
| x0.oasisNamesTcEbxmlRegrepXsdRim3 | |
| x0.oasisNamesTcEbxmlRegrepXsdRim3.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserType
An XML UserType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
PersonType |
PersonDocument.addNewPerson()
Appends and returns a new empty "Person" element
|
PersonType |
PersonDocument.getPerson()
Gets the "Person" element
|
static PersonType |
PersonType.Factory.newInstance() |
static PersonType |
PersonType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(java.io.File file) |
static PersonType |
PersonType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(java.io.InputStream is) |
static PersonType |
PersonType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(org.w3c.dom.Node node) |
static PersonType |
PersonType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(java.io.Reader r) |
static PersonType |
PersonType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(java.lang.String xmlAsString) |
static PersonType |
PersonType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(java.net.URL u) |
static PersonType |
PersonType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static PersonType |
PersonType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PersonType |
PersonType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PersonType |
PersonType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static PersonType |
PersonType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonDocument.setPerson(PersonType person)
Sets the "Person" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersonTypeImpl
An XML PersonType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
class |
UserTypeImpl
An XML UserType(@urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0).
|
| Modifier and Type | Method and Description |
|---|---|
PersonType |
PersonDocumentImpl.addNewPerson()
Appends and returns a new empty "Person" element
|
PersonType |
PersonDocumentImpl.getPerson()
Gets the "Person" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonDocumentImpl.setPerson(PersonType person)
Sets the "Person" element
|
Copyright © 2015–2018 52north.org. All rights reserved.