|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.bigdata.sat.common.detallista.schema.Detallista.LineItem.PalletInformation
public static class Detallista.LineItem.PalletInformation
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 |
|---|
protected String palletQuantity
protected Detallista.LineItem.PalletInformation.Description description
protected Detallista.LineItem.PalletInformation.Transport transport
| Constructor Detail |
|---|
public Detallista.LineItem.PalletInformation()
| Method Detail |
|---|
public String getPalletQuantity()
Stringpublic void setPalletQuantity(String value)
value - allowed object is
Stringpublic Detallista.LineItem.PalletInformation.Description getDescription()
Detallista.LineItem.PalletInformation.Descriptionpublic void setDescription(Detallista.LineItem.PalletInformation.Description value)
value - allowed object is
Detallista.LineItem.PalletInformation.Descriptionpublic Detallista.LineItem.PalletInformation.Transport getTransport()
Detallista.LineItem.PalletInformation.Transportpublic void setTransport(Detallista.LineItem.PalletInformation.Transport value)
value - allowed object is
Detallista.LineItem.PalletInformation.Transport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||