| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.sales_2010_2.ItemFulfillmentPackage |
Java class for ItemFulfillmentPackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemFulfillmentPackage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="packageWeight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="packageDescr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="packageTrackingNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| packageDescr | |||||||||||
| packageTrackingNumber | |||||||||||
| packageWeight | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the packageDescr property.
| |||||||||||
Gets the value of the packageTrackingNumber property.
| |||||||||||
Gets the value of the packageWeight property.
| |||||||||||
Sets the value of the packageDescr property.
| |||||||||||
Sets the value of the packageTrackingNumber property.
| |||||||||||
Sets the value of the packageWeight property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the packageDescr property.
Gets the value of the packageTrackingNumber property.
Gets the value of the packageWeight property.
Sets the value of the packageDescr property.
| value | Allowed object is String |
|---|
Sets the value of the packageTrackingNumber property.
| value | Allowed object is String |
|---|
Sets the value of the packageWeight property.
| value | Allowed object is Double |
|---|