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

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

public static class Detallista.LineItem.LogisticUnits
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="serialShippingContainerCode">
           <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">
                       <minLength value="1"/>
                       <maxLength value="3"/>
                       <enumeration value="BJ"/>
                       <enumeration value="SRV"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Detallista.LineItem.LogisticUnits.SerialShippingContainerCode
          Java class for anonymous complex type.
 
Field Summary
protected  Detallista.LineItem.LogisticUnits.SerialShippingContainerCode serialShippingContainerCode
           
 
Constructor Summary
Detallista.LineItem.LogisticUnits()
           
 
Method Summary
 Detallista.LineItem.LogisticUnits.SerialShippingContainerCode getSerialShippingContainerCode()
          Gets the value of the serialShippingContainerCode property.
 void setSerialShippingContainerCode(Detallista.LineItem.LogisticUnits.SerialShippingContainerCode value)
          Sets the value of the serialShippingContainerCode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialShippingContainerCode

protected Detallista.LineItem.LogisticUnits.SerialShippingContainerCode serialShippingContainerCode
Constructor Detail

Detallista.LineItem.LogisticUnits

public Detallista.LineItem.LogisticUnits()
Method Detail

getSerialShippingContainerCode

public Detallista.LineItem.LogisticUnits.SerialShippingContainerCode getSerialShippingContainerCode()
Gets the value of the serialShippingContainerCode property.

Returns:
possible object is Detallista.LineItem.LogisticUnits.SerialShippingContainerCode

setSerialShippingContainerCode

public void setSerialShippingContainerCode(Detallista.LineItem.LogisticUnits.SerialShippingContainerCode value)
Sets the value of the serialShippingContainerCode property.

Parameters:
value - allowed object is Detallista.LineItem.LogisticUnits.SerialShippingContainerCode


Copyright © 2010-2013. All Rights Reserved.