mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.PalletInformation.Transport

java.lang.Object
  extended by mx.bigdata.sat.common.detallista.schema.Detallista.LineItem.PalletInformation.Transport
Enclosing class:
Detallista.LineItem.PalletInformation

public static class Detallista.LineItem.PalletInformation.Transport
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="methodOfPayment">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
               <maxLength value="17"/>
               <minLength value="1"/>
               <enumeration value="PREPAID_BY_SELLER"/>
               <enumeration value="PAID_BY_BUYER"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String methodOfPayment
           
 
Constructor Summary
Detallista.LineItem.PalletInformation.Transport()
           
 
Method Summary
 String getMethodOfPayment()
          Gets the value of the methodOfPayment property.
 void setMethodOfPayment(String value)
          Sets the value of the methodOfPayment property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodOfPayment

protected String methodOfPayment
Constructor Detail

Detallista.LineItem.PalletInformation.Transport

public Detallista.LineItem.PalletInformation.Transport()
Method Detail

getMethodOfPayment

public String getMethodOfPayment()
Gets the value of the methodOfPayment property.

Returns:
possible object is String

setMethodOfPayment

public void setMethodOfPayment(String value)
Sets the value of the methodOfPayment property.

Parameters:
value - allowed object is String


Copyright © 2010-2013. All Rights Reserved.