Class 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 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