| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.sales_2010_2.ItemFulfillmentPackageUsps |
Java class for ItemFulfillmentPackageUsps complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemFulfillmentPackageUsps">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="packageWeightUsps" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="packageDescrUsps" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="packageTrackingNumberUsps" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="packagingUsps" type="{urn:types.sales_2010_2.transactions.webservices.netsuite.com}ItemFulfillmentPackageUspsPackagingUsps" minOccurs="0"/>
<element name="useInsuredValueUsps" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="insuredValueUsps" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="reference1Usps" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="reference2Usps" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="packageLengthUsps" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="packageWidthUsps" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="packageHeightUsps" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="deliveryConfUsps" type="{urn:types.sales_2010_2.transactions.webservices.netsuite.com}ItemFulfillmentPackageUspsDeliveryConfUsps" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| deliveryConfUsps | |||||||||||
| insuredValueUsps | |||||||||||
| packageDescrUsps | |||||||||||
| packageHeightUsps | |||||||||||
| packageLengthUsps | |||||||||||
| packageTrackingNumberUsps | |||||||||||
| packageWeightUsps | |||||||||||
| packageWidthUsps | |||||||||||
| packagingUsps | |||||||||||
| reference1Usps | |||||||||||
| reference2Usps | |||||||||||
| useInsuredValueUsps | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the deliveryConfUsps property.
| |||||||||||
Gets the value of the insuredValueUsps property.
| |||||||||||
Gets the value of the packageDescrUsps property.
| |||||||||||
Gets the value of the packageHeightUsps property.
| |||||||||||
Gets the value of the packageLengthUsps property.
| |||||||||||
Gets the value of the packageTrackingNumberUsps property.
| |||||||||||
Gets the value of the packageWeightUsps property.
| |||||||||||
Gets the value of the packageWidthUsps property.
| |||||||||||
Gets the value of the packagingUsps property.
| |||||||||||
Gets the value of the reference1Usps property.
| |||||||||||
Gets the value of the reference2Usps property.
| |||||||||||
Gets the value of the useInsuredValueUsps property.
| |||||||||||
Sets the value of the deliveryConfUsps property.
| |||||||||||
Sets the value of the insuredValueUsps property.
| |||||||||||
Sets the value of the packageDescrUsps property.
| |||||||||||
Sets the value of the packageHeightUsps property.
| |||||||||||
Sets the value of the packageLengthUsps property.
| |||||||||||
Sets the value of the packageTrackingNumberUsps property.
| |||||||||||
Sets the value of the packageWeightUsps property.
| |||||||||||
Sets the value of the packageWidthUsps property.
| |||||||||||
Sets the value of the packagingUsps property.
| |||||||||||
Sets the value of the reference1Usps property.
| |||||||||||
Sets the value of the reference2Usps property.
| |||||||||||
Sets the value of the useInsuredValueUsps property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the deliveryConfUsps property.
ItemFulfillmentPackageUspsDeliveryConfUsps
Gets the value of the insuredValueUsps property.
Gets the value of the packageDescrUsps property.
Gets the value of the packageHeightUsps property.
Gets the value of the packageLengthUsps property.
Gets the value of the packageTrackingNumberUsps property.
Gets the value of the packageWeightUsps property.
Gets the value of the packageWidthUsps property.
Gets the value of the packagingUsps property.
ItemFulfillmentPackageUspsPackagingUsps
Gets the value of the reference1Usps property.
Gets the value of the reference2Usps property.
Gets the value of the useInsuredValueUsps property.
Sets the value of the deliveryConfUsps property.
| value | Allowed object is
ItemFulfillmentPackageUspsDeliveryConfUsps
|
|---|
Sets the value of the insuredValueUsps property.
| value | Allowed object is Double |
|---|
Sets the value of the packageDescrUsps property.
| value | Allowed object is String |
|---|
Sets the value of the packageHeightUsps property.
| value | Allowed object is Long |
|---|
Sets the value of the packageLengthUsps property.
| value | Allowed object is Long |
|---|
Sets the value of the packageTrackingNumberUsps property.
| value | Allowed object is String |
|---|
Sets the value of the packageWeightUsps property.
| value | Allowed object is Double |
|---|
Sets the value of the packageWidthUsps property.
| value | Allowed object is Long |
|---|
Sets the value of the packagingUsps property.
| value | Allowed object is
ItemFulfillmentPackageUspsPackagingUsps
|
|---|
Sets the value of the reference1Usps property.
| value | Allowed object is String |
|---|
Sets the value of the reference2Usps property.
| value | Allowed object is String |
|---|
Sets the value of the useInsuredValueUsps property.
| value | Allowed object is Boolean |
|---|