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>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.LogisticUnits.SerialShippingContainerCode
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.LineItem.LogisticUnits.SerialShippingContainerCode |
serialShippingContainerCode |
Constructor and Description |
---|
LogisticUnits() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Detallista.LineItem.LogisticUnits.SerialShippingContainerCode serialShippingContainerCode
public Detallista.LineItem.LogisticUnits.SerialShippingContainerCode getSerialShippingContainerCode()
Detallista.LineItem.LogisticUnits.SerialShippingContainerCode
public void setSerialShippingContainerCode(Detallista.LineItem.LogisticUnits.SerialShippingContainerCode value)
value
- allowed object is
Detallista.LineItem.LogisticUnits.SerialShippingContainerCode
Copyright © 2010–2018. All rights reserved.