public class OrderExType extends OrderType
Java class for orderExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="orderExType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderType">
<sequence>
<element name="purchaseOrderNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="25"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
purchaseOrderNumber |
description, invoiceNumber| Constructor and Description |
|---|
OrderExType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPurchaseOrderNumber()
Gets the value of the purchaseOrderNumber property.
|
void |
setPurchaseOrderNumber(java.lang.String value)
Sets the value of the purchaseOrderNumber property.
|
getDescription, getInvoiceNumber, setDescription, setInvoiceNumberpublic java.lang.String getPurchaseOrderNumber()
Stringpublic void setPurchaseOrderNumber(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.