public class

ItemFulfillmentPackageUsps

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

Class Overview

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>
 

Summary

Fields
protected ItemFulfillmentPackageUspsDeliveryConfUsps deliveryConfUsps
protected Double insuredValueUsps
protected String packageDescrUsps
protected Long packageHeightUsps
protected Long packageLengthUsps
protected String packageTrackingNumberUsps
protected Double packageWeightUsps
protected Long packageWidthUsps
protected ItemFulfillmentPackageUspsPackagingUsps packagingUsps
protected String reference1Usps
protected String reference2Usps
protected Boolean useInsuredValueUsps
Public Constructors
ItemFulfillmentPackageUsps()
Public Methods
ItemFulfillmentPackageUspsDeliveryConfUsps getDeliveryConfUsps()
Gets the value of the deliveryConfUsps property.
Double getInsuredValueUsps()
Gets the value of the insuredValueUsps property.
String getPackageDescrUsps()
Gets the value of the packageDescrUsps property.
Long getPackageHeightUsps()
Gets the value of the packageHeightUsps property.
Long getPackageLengthUsps()
Gets the value of the packageLengthUsps property.
String getPackageTrackingNumberUsps()
Gets the value of the packageTrackingNumberUsps property.
Double getPackageWeightUsps()
Gets the value of the packageWeightUsps property.
Long getPackageWidthUsps()
Gets the value of the packageWidthUsps property.
ItemFulfillmentPackageUspsPackagingUsps getPackagingUsps()
Gets the value of the packagingUsps property.
String getReference1Usps()
Gets the value of the reference1Usps property.
String getReference2Usps()
Gets the value of the reference2Usps property.
Boolean isUseInsuredValueUsps()
Gets the value of the useInsuredValueUsps property.
void setDeliveryConfUsps(ItemFulfillmentPackageUspsDeliveryConfUsps value)
Sets the value of the deliveryConfUsps property.
void setInsuredValueUsps(Double value)
Sets the value of the insuredValueUsps property.
void setPackageDescrUsps(String value)
Sets the value of the packageDescrUsps property.
void setPackageHeightUsps(Long value)
Sets the value of the packageHeightUsps property.
void setPackageLengthUsps(Long value)
Sets the value of the packageLengthUsps property.
void setPackageTrackingNumberUsps(String value)
Sets the value of the packageTrackingNumberUsps property.
void setPackageWeightUsps(Double value)
Sets the value of the packageWeightUsps property.
void setPackageWidthUsps(Long value)
Sets the value of the packageWidthUsps property.
void setPackagingUsps(ItemFulfillmentPackageUspsPackagingUsps value)
Sets the value of the packagingUsps property.
void setReference1Usps(String value)
Sets the value of the reference1Usps property.
void setReference2Usps(String value)
Sets the value of the reference2Usps property.
void setUseInsuredValueUsps(Boolean value)
Sets the value of the useInsuredValueUsps property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ItemFulfillmentPackageUspsDeliveryConfUsps deliveryConfUsps

protected Double insuredValueUsps

protected String packageDescrUsps

protected Long packageHeightUsps

protected Long packageLengthUsps

protected String packageTrackingNumberUsps

protected Double packageWeightUsps

protected Long packageWidthUsps

protected ItemFulfillmentPackageUspsPackagingUsps packagingUsps

protected String reference1Usps

protected String reference2Usps

protected Boolean useInsuredValueUsps

Public Constructors

public ItemFulfillmentPackageUsps ()

Public Methods

public ItemFulfillmentPackageUspsDeliveryConfUsps getDeliveryConfUsps ()

Gets the value of the deliveryConfUsps property.

Returns

public Double getInsuredValueUsps ()

Gets the value of the insuredValueUsps property.

Returns
  • possible object is Double

public String getPackageDescrUsps ()

Gets the value of the packageDescrUsps property.

Returns
  • possible object is String

public Long getPackageHeightUsps ()

Gets the value of the packageHeightUsps property.

Returns
  • possible object is Long

public Long getPackageLengthUsps ()

Gets the value of the packageLengthUsps property.

Returns
  • possible object is Long

public String getPackageTrackingNumberUsps ()

Gets the value of the packageTrackingNumberUsps property.

Returns
  • possible object is String

public Double getPackageWeightUsps ()

Gets the value of the packageWeightUsps property.

Returns
  • possible object is Double

public Long getPackageWidthUsps ()

Gets the value of the packageWidthUsps property.

Returns
  • possible object is Long

public ItemFulfillmentPackageUspsPackagingUsps getPackagingUsps ()

Gets the value of the packagingUsps property.

Returns

public String getReference1Usps ()

Gets the value of the reference1Usps property.

Returns
  • possible object is String

public String getReference2Usps ()

Gets the value of the reference2Usps property.

Returns
  • possible object is String

public Boolean isUseInsuredValueUsps ()

Gets the value of the useInsuredValueUsps property.

Returns
  • possible object is Boolean

public void setDeliveryConfUsps (ItemFulfillmentPackageUspsDeliveryConfUsps value)

Sets the value of the deliveryConfUsps property.

Parameters
value Allowed object is ItemFulfillmentPackageUspsDeliveryConfUsps

public void setInsuredValueUsps (Double value)

Sets the value of the insuredValueUsps property.

Parameters
value Allowed object is Double

public void setPackageDescrUsps (String value)

Sets the value of the packageDescrUsps property.

Parameters
value Allowed object is String

public void setPackageHeightUsps (Long value)

Sets the value of the packageHeightUsps property.

Parameters
value Allowed object is Long

public void setPackageLengthUsps (Long value)

Sets the value of the packageLengthUsps property.

Parameters
value Allowed object is Long

public void setPackageTrackingNumberUsps (String value)

Sets the value of the packageTrackingNumberUsps property.

Parameters
value Allowed object is String

public void setPackageWeightUsps (Double value)

Sets the value of the packageWeightUsps property.

Parameters
value Allowed object is Double

public void setPackageWidthUsps (Long value)

Sets the value of the packageWidthUsps property.

Parameters
value Allowed object is Long

public void setPackagingUsps (ItemFulfillmentPackageUspsPackagingUsps value)

Sets the value of the packagingUsps property.

Parameters
value Allowed object is ItemFulfillmentPackageUspsPackagingUsps

public void setReference1Usps (String value)

Sets the value of the reference1Usps property.

Parameters
value Allowed object is String

public void setReference2Usps (String value)

Sets the value of the reference2Usps property.

Parameters
value Allowed object is String

public void setUseInsuredValueUsps (Boolean value)

Sets the value of the useInsuredValueUsps property.

Parameters
value Allowed object is Boolean