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>
Modifier and Type | Class and Description |
---|---|
static class |
Detallista.LineItem.PalletInformation.Description
Java class for anonymous complex type.
|
static class |
Detallista.LineItem.PalletInformation.Transport
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Detallista.LineItem.PalletInformation.Description |
description |
protected String |
palletQuantity |
protected Detallista.LineItem.PalletInformation.Transport |
transport |
Constructor and Description |
---|
PalletInformation() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String palletQuantity
protected Detallista.LineItem.PalletInformation.Description description
protected Detallista.LineItem.PalletInformation.Transport transport
public String getPalletQuantity()
String
public void setPalletQuantity(String value)
value
- allowed object is
String
public Detallista.LineItem.PalletInformation.Description getDescription()
Detallista.LineItem.PalletInformation.Description
public void setDescription(Detallista.LineItem.PalletInformation.Description value)
value
- allowed object is
Detallista.LineItem.PalletInformation.Description
public Detallista.LineItem.PalletInformation.Transport getTransport()
Detallista.LineItem.PalletInformation.Transport
public void setTransport(Detallista.LineItem.PalletInformation.Transport value)
value
- allowed object is
Detallista.LineItem.PalletInformation.Transport
Copyright © 2010–2018. All rights reserved.