mx.bigdata.sat.common.detallista.schema
Class Detallista.LineItem.LogisticUnits
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialShippingContainerCode
protected Detallista.LineItem.LogisticUnits.SerialShippingContainerCode serialShippingContainerCode
Detallista.LineItem.LogisticUnits
public Detallista.LineItem.LogisticUnits()
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.