| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.netsuite.webservices.transactions.sales_2010_2.types.ItemFulfillmentMethodOfTransportUps | |
Java class for ItemFulfillmentMethodOfTransportUps.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ItemFulfillmentMethodOfTransportUps">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="_air"/>
<enumeration value="_airContainerized"/>
<enumeration value="_auto"/>
<enumeration value="_fixedTransportInstallations"/>
<enumeration value="_mail"/>
<enumeration value="_passengerHandcarried"/>
<enumeration value="_pedestrian"/>
<enumeration value="_rail"/>
<enumeration value="_railContainerized"/>
<enumeration value="_roadOther"/>
<enumeration value="_seaBarge"/>
<enumeration value="_seaContainerized"/>
<enumeration value="_seaNoncontainerized"/>
<enumeration value="_truck"/>
<enumeration value="_truckContainerized"/>
</restriction>
</simpleType>