net.authorize.api.contract.v1
Class OrderExType
java.lang.Object
net.authorize.api.contract.v1.OrderType
net.authorize.api.contract.v1.OrderExType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
purchaseOrderNumber
protected String purchaseOrderNumber
OrderExType
public OrderExType()
getPurchaseOrderNumber
public String getPurchaseOrderNumber()
- Gets the value of the purchaseOrderNumber property.
- Returns:
- possible object is
String
setPurchaseOrderNumber
public void setPurchaseOrderNumber(String value)
- Sets the value of the purchaseOrderNumber property.
- Parameters:
value - allowed object is
String
Copyright © 2014. All Rights Reserved.