public class

ItemFulfillmentPackage

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.ItemFulfillmentPackage

Class Overview

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>
 

Summary

Fields
protected String packageDescr
protected String packageTrackingNumber
protected Double packageWeight
Public Constructors
ItemFulfillmentPackage()
Public Methods
String getPackageDescr()
Gets the value of the packageDescr property.
String getPackageTrackingNumber()
Gets the value of the packageTrackingNumber property.
Double getPackageWeight()
Gets the value of the packageWeight property.
void setPackageDescr(String value)
Sets the value of the packageDescr property.
void setPackageTrackingNumber(String value)
Sets the value of the packageTrackingNumber property.
void setPackageWeight(Double value)
Sets the value of the packageWeight property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String packageDescr

protected String packageTrackingNumber

protected Double packageWeight

Public Constructors

public ItemFulfillmentPackage ()

Public Methods

public String getPackageDescr ()

Gets the value of the packageDescr property.

Returns
  • possible object is String

public String getPackageTrackingNumber ()

Gets the value of the packageTrackingNumber property.

Returns
  • possible object is String

public Double getPackageWeight ()

Gets the value of the packageWeight property.

Returns
  • possible object is Double

public void setPackageDescr (String value)

Sets the value of the packageDescr property.

Parameters
value Allowed object is String

public void setPackageTrackingNumber (String value)

Sets the value of the packageTrackingNumber property.

Parameters
value Allowed object is String

public void setPackageWeight (Double value)

Sets the value of the packageWeight property.

Parameters
value Allowed object is Double