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