net.authorize.api.contract.v1
Class OrderExType

java.lang.Object
  extended by net.authorize.api.contract.v1.OrderType
      extended by 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>
 


Field Summary
protected  String purchaseOrderNumber
           
 
Fields inherited from class net.authorize.api.contract.v1.OrderType
description, invoiceNumber
 
Constructor Summary
OrderExType()
           
 
Method Summary
 String getPurchaseOrderNumber()
          Gets the value of the purchaseOrderNumber property.
 void setPurchaseOrderNumber(String value)
          Sets the value of the purchaseOrderNumber property.
 
Methods inherited from class net.authorize.api.contract.v1.OrderType
getDescription, getInvoiceNumber, setDescription, setInvoiceNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

purchaseOrderNumber

protected String purchaseOrderNumber
Constructor Detail

OrderExType

public OrderExType()
Method Detail

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.