| Package | Description |
|---|---|
| org.wildfly.camel.xmlbeans | |
| org.wildfly.camel.xmlbeans.impl |
| Modifier and Type | Method and Description |
|---|---|
LineItem |
PurchaseOrderDocument.PurchaseOrder.addNewLineItem()
Appends and returns a new empty value (as xml) as the last "line-item" element
|
LineItem[] |
PurchaseOrderDocument.PurchaseOrder.getLineItemArray()
Gets array of all "line-item" elements
|
LineItem |
PurchaseOrderDocument.PurchaseOrder.getLineItemArray(int i)
Gets ith "line-item" element
|
LineItem |
PurchaseOrderDocument.PurchaseOrder.insertNewLineItem(int i)
Inserts and returns a new empty value (as xml) as the ith "line-item" element
|
static LineItem |
LineItem.Factory.newInstance() |
static LineItem |
LineItem.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(File file) |
static LineItem |
LineItem.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(InputStream is) |
static LineItem |
LineItem.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(Node node) |
static LineItem |
LineItem.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(Reader r) |
static LineItem |
LineItem.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(String xmlAsString) |
static LineItem |
LineItem.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(URL u) |
static LineItem |
LineItem.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LineItem |
LineItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LineItem |
LineItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LineItem |
LineItem.Factory.parse(XMLStreamReader sr) |
static LineItem |
LineItem.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrderDocument.PurchaseOrder.setLineItemArray(int i,
LineItem lineItem)
Sets ith "line-item" element
|
void |
PurchaseOrderDocument.PurchaseOrder.setLineItemArray(LineItem[] lineItemArray)
Sets array of all "line-item" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
LineItemImpl
An XML line-item(@http://camel.wildfly.org/xmlbeans).
|
| Modifier and Type | Method and Description |
|---|---|
LineItem |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.addNewLineItem()
Appends and returns a new empty value (as xml) as the last "line-item" element
|
LineItem[] |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.getLineItemArray()
Gets array of all "line-item" elements
|
LineItem |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.getLineItemArray(int i)
Gets ith "line-item" element
|
LineItem |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.insertNewLineItem(int i)
Inserts and returns a new empty value (as xml) as the ith "line-item" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.setLineItemArray(int i,
LineItem lineItem)
Sets ith "line-item" element
|
void |
PurchaseOrderDocumentImpl.PurchaseOrderImpl.setLineItemArray(LineItem[] lineItemArray)
Sets array of all "line-item" element
|
Copyright © 2017. All rights reserved.