| Package | Description |
|---|---|
| org.wildfly.camel.xmlbeans | |
| org.wildfly.camel.xmlbeans.impl |
| Modifier and Type | Method and Description |
|---|---|
Customer |
PurchaseOrderDocument.PurchaseOrder.addNewCustomer()
Appends and returns a new empty "customer" element
|
Customer |
PurchaseOrderDocument.PurchaseOrder.getCustomer()
Gets the "customer" element
|
static Customer |
Customer.Factory.newInstance() |
static Customer |
Customer.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(File file) |
static Customer |
Customer.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(InputStream is) |
static Customer |
Customer.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(Node node) |
static Customer |
Customer.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(Reader r) |
static Customer |
Customer.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(String xmlAsString) |
static Customer |
Customer.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(URL u) |
static Customer |
Customer.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Customer |
Customer.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Customer |
Customer.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Customer |
Customer.Factory.parse(XMLStreamReader sr) |
static Customer |
Customer.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrderDocument.PurchaseOrder.setCustomer(Customer customer)
Sets the "customer" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomerImpl
An XML customer(@http://camel.wildfly.org/xmlbeans).
|
| Modifier and Type | Method and Description |
|---|---|
Customer |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.addNewCustomer()
Appends and returns a new empty "customer" element
|
Customer |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.getCustomer()
Gets the "customer" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.setCustomer(Customer customer)
Sets the "customer" element
|
Copyright © 2017. All rights reserved.