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

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

public static class Detallista.LineItem.PalletInformation
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">
       <all>
         <element name="palletQuantity">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="15"/>
             </restriction>
           </simpleType>
         </element>
         <element name="description">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="type" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                       <maxLength value="35"/>
                       <minLength value="1"/>
                       <enumeration value="EXCHANGE_PALLETS"/>
                       <enumeration value="RETURN_PALLETS"/>
                       <enumeration value="PALLET_80x100"/>
                       <enumeration value="CASE"/>
                       <enumeration value="BOX"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="transport">
           <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>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.LineItem.PalletInformation.Description
          Java class for anonymous complex type.
static class Detallista.LineItem.PalletInformation.Transport
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.LineItem.PalletInformation.Description description
           
protected  String palletQuantity
           
protected  Detallista.LineItem.PalletInformation.Transport transport
           
 
Constructor Summary
Detallista.LineItem.PalletInformation()
           
 
Method Summary
 Detallista.LineItem.PalletInformation.Description getDescription()
          Gets the value of the description property.
 String getPalletQuantity()
          Gets the value of the palletQuantity property.
 Detallista.LineItem.PalletInformation.Transport getTransport()
          Gets the value of the transport property.
 void setDescription(Detallista.LineItem.PalletInformation.Description value)
          Sets the value of the description property.
 void setPalletQuantity(String value)
          Sets the value of the palletQuantity property.
 void setTransport(Detallista.LineItem.PalletInformation.Transport value)
          Sets the value of the transport property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

palletQuantity

protected String palletQuantity

description

protected Detallista.LineItem.PalletInformation.Description description

transport

protected Detallista.LineItem.PalletInformation.Transport transport
Constructor Detail

Detallista.LineItem.PalletInformation

public Detallista.LineItem.PalletInformation()
Method Detail

getPalletQuantity

public String getPalletQuantity()
Gets the value of the palletQuantity property.

Returns:
possible object is String

setPalletQuantity

public void setPalletQuantity(String value)
Sets the value of the palletQuantity property.

Parameters:
value - allowed object is String

getDescription

public Detallista.LineItem.PalletInformation.Description getDescription()
Gets the value of the description property.

Returns:
possible object is Detallista.LineItem.PalletInformation.Description

setDescription

public void setDescription(Detallista.LineItem.PalletInformation.Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Detallista.LineItem.PalletInformation.Description

getTransport

public Detallista.LineItem.PalletInformation.Transport getTransport()
Gets the value of the transport property.

Returns:
possible object is Detallista.LineItem.PalletInformation.Transport

setTransport

public void setTransport(Detallista.LineItem.PalletInformation.Transport value)
Sets the value of the transport property.

Parameters:
value - allowed object is Detallista.LineItem.PalletInformation.Transport


Copyright © 2010-2013. All Rights Reserved.