public class

TransactionShipGroup

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

Class Overview

Java class for TransactionShipGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionShipGroup">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="isFulfilled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="weight" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="sourceAddressRef" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="sourceAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="destinationAddressRef" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="destinationAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shippingMethodRef" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="shippingMethod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isHandlingTaxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="handlingTaxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="handlingTaxRate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="handlingTax2Rate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="handlingRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="handlingTaxAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="handlingTax2Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="isShippingTaxable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="shippingTaxCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="shippingTaxRate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shippingTax2Rate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shippingRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="shippingTaxAmt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="shippingTax2Amt" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String destinationAddress
protected RecordRef destinationAddressRef
protected Double handlingRate
protected Double handlingTax2Amt
protected String handlingTax2Rate
protected Double handlingTaxAmt
protected RecordRef handlingTaxCode
protected String handlingTaxRate
protected Long id
protected Boolean isFulfilled
protected Boolean isHandlingTaxable
protected Boolean isShippingTaxable
protected String shippingMethod
protected RecordRef shippingMethodRef
protected Double shippingRate
protected Double shippingTax2Amt
protected String shippingTax2Rate
protected Double shippingTaxAmt
protected RecordRef shippingTaxCode
protected String shippingTaxRate
protected String sourceAddress
protected RecordRef sourceAddressRef
protected Double weight
Public Constructors
TransactionShipGroup()
Public Methods
String getDestinationAddress()
Gets the value of the destinationAddress property.
RecordRef getDestinationAddressRef()
Gets the value of the destinationAddressRef property.
Double getHandlingRate()
Gets the value of the handlingRate property.
Double getHandlingTax2Amt()
Gets the value of the handlingTax2Amt property.
String getHandlingTax2Rate()
Gets the value of the handlingTax2Rate property.
Double getHandlingTaxAmt()
Gets the value of the handlingTaxAmt property.
RecordRef getHandlingTaxCode()
Gets the value of the handlingTaxCode property.
String getHandlingTaxRate()
Gets the value of the handlingTaxRate property.
Long getId()
Gets the value of the id property.
String getShippingMethod()
Gets the value of the shippingMethod property.
RecordRef getShippingMethodRef()
Gets the value of the shippingMethodRef property.
Double getShippingRate()
Gets the value of the shippingRate property.
Double getShippingTax2Amt()
Gets the value of the shippingTax2Amt property.
String getShippingTax2Rate()
Gets the value of the shippingTax2Rate property.
Double getShippingTaxAmt()
Gets the value of the shippingTaxAmt property.
RecordRef getShippingTaxCode()
Gets the value of the shippingTaxCode property.
String getShippingTaxRate()
Gets the value of the shippingTaxRate property.
String getSourceAddress()
Gets the value of the sourceAddress property.
RecordRef getSourceAddressRef()
Gets the value of the sourceAddressRef property.
Double getWeight()
Gets the value of the weight property.
Boolean isIsFulfilled()
Gets the value of the isFulfilled property.
Boolean isIsHandlingTaxable()
Gets the value of the isHandlingTaxable property.
Boolean isIsShippingTaxable()
Gets the value of the isShippingTaxable property.
void setDestinationAddress(String value)
Sets the value of the destinationAddress property.
void setDestinationAddressRef(RecordRef value)
Sets the value of the destinationAddressRef property.
void setHandlingRate(Double value)
Sets the value of the handlingRate property.
void setHandlingTax2Amt(Double value)
Sets the value of the handlingTax2Amt property.
void setHandlingTax2Rate(String value)
Sets the value of the handlingTax2Rate property.
void setHandlingTaxAmt(Double value)
Sets the value of the handlingTaxAmt property.
void setHandlingTaxCode(RecordRef value)
Sets the value of the handlingTaxCode property.
void setHandlingTaxRate(String value)
Sets the value of the handlingTaxRate property.
void setId(Long value)
Sets the value of the id property.
void setIsFulfilled(Boolean value)
Sets the value of the isFulfilled property.
void setIsHandlingTaxable(Boolean value)
Sets the value of the isHandlingTaxable property.
void setIsShippingTaxable(Boolean value)
Sets the value of the isShippingTaxable property.
void setShippingMethod(String value)
Sets the value of the shippingMethod property.
void setShippingMethodRef(RecordRef value)
Sets the value of the shippingMethodRef property.
void setShippingRate(Double value)
Sets the value of the shippingRate property.
void setShippingTax2Amt(Double value)
Sets the value of the shippingTax2Amt property.
void setShippingTax2Rate(String value)
Sets the value of the shippingTax2Rate property.
void setShippingTaxAmt(Double value)
Sets the value of the shippingTaxAmt property.
void setShippingTaxCode(RecordRef value)
Sets the value of the shippingTaxCode property.
void setShippingTaxRate(String value)
Sets the value of the shippingTaxRate property.
void setSourceAddress(String value)
Sets the value of the sourceAddress property.
void setSourceAddressRef(RecordRef value)
Sets the value of the sourceAddressRef property.
void setWeight(Double value)
Sets the value of the weight property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String destinationAddress

protected RecordRef destinationAddressRef

protected Double handlingRate

protected Double handlingTax2Amt

protected String handlingTax2Rate

protected Double handlingTaxAmt

protected RecordRef handlingTaxCode

protected String handlingTaxRate

protected Long id

protected Boolean isFulfilled

protected Boolean isHandlingTaxable

protected Boolean isShippingTaxable

protected String shippingMethod

protected RecordRef shippingMethodRef

protected Double shippingRate

protected Double shippingTax2Amt

protected String shippingTax2Rate

protected Double shippingTaxAmt

protected RecordRef shippingTaxCode

protected String shippingTaxRate

protected String sourceAddress

protected RecordRef sourceAddressRef

protected Double weight

Public Constructors

public TransactionShipGroup ()

Public Methods

public String getDestinationAddress ()

Gets the value of the destinationAddress property.

Returns
  • possible object is String

public RecordRef getDestinationAddressRef ()

Gets the value of the destinationAddressRef property.

Returns

public Double getHandlingRate ()

Gets the value of the handlingRate property.

Returns
  • possible object is Double

public Double getHandlingTax2Amt ()

Gets the value of the handlingTax2Amt property.

Returns
  • possible object is Double

public String getHandlingTax2Rate ()

Gets the value of the handlingTax2Rate property.

Returns
  • possible object is String

public Double getHandlingTaxAmt ()

Gets the value of the handlingTaxAmt property.

Returns
  • possible object is Double

public RecordRef getHandlingTaxCode ()

Gets the value of the handlingTaxCode property.

Returns

public String getHandlingTaxRate ()

Gets the value of the handlingTaxRate property.

Returns
  • possible object is String

public Long getId ()

Gets the value of the id property.

Returns
  • possible object is Long

public String getShippingMethod ()

Gets the value of the shippingMethod property.

Returns
  • possible object is String

public RecordRef getShippingMethodRef ()

Gets the value of the shippingMethodRef property.

Returns

public Double getShippingRate ()

Gets the value of the shippingRate property.

Returns
  • possible object is Double

public Double getShippingTax2Amt ()

Gets the value of the shippingTax2Amt property.

Returns
  • possible object is Double

public String getShippingTax2Rate ()

Gets the value of the shippingTax2Rate property.

Returns
  • possible object is String

public Double getShippingTaxAmt ()

Gets the value of the shippingTaxAmt property.

Returns
  • possible object is Double

public RecordRef getShippingTaxCode ()

Gets the value of the shippingTaxCode property.

Returns

public String getShippingTaxRate ()

Gets the value of the shippingTaxRate property.

Returns
  • possible object is String

public String getSourceAddress ()

Gets the value of the sourceAddress property.

Returns
  • possible object is String

public RecordRef getSourceAddressRef ()

Gets the value of the sourceAddressRef property.

Returns

public Double getWeight ()

Gets the value of the weight property.

Returns
  • possible object is Double

public Boolean isIsFulfilled ()

Gets the value of the isFulfilled property.

Returns
  • possible object is Boolean

public Boolean isIsHandlingTaxable ()

Gets the value of the isHandlingTaxable property.

Returns
  • possible object is Boolean

public Boolean isIsShippingTaxable ()

Gets the value of the isShippingTaxable property.

Returns
  • possible object is Boolean

public void setDestinationAddress (String value)

Sets the value of the destinationAddress property.

Parameters
value Allowed object is String

public void setDestinationAddressRef (RecordRef value)

Sets the value of the destinationAddressRef property.

Parameters
value Allowed object is RecordRef

public void setHandlingRate (Double value)

Sets the value of the handlingRate property.

Parameters
value Allowed object is Double

public void setHandlingTax2Amt (Double value)

Sets the value of the handlingTax2Amt property.

Parameters
value Allowed object is Double

public void setHandlingTax2Rate (String value)

Sets the value of the handlingTax2Rate property.

Parameters
value Allowed object is String

public void setHandlingTaxAmt (Double value)

Sets the value of the handlingTaxAmt property.

Parameters
value Allowed object is Double

public void setHandlingTaxCode (RecordRef value)

Sets the value of the handlingTaxCode property.

Parameters
value Allowed object is RecordRef

public void setHandlingTaxRate (String value)

Sets the value of the handlingTaxRate property.

Parameters
value Allowed object is String

public void setId (Long value)

Sets the value of the id property.

Parameters
value Allowed object is Long

public void setIsFulfilled (Boolean value)

Sets the value of the isFulfilled property.

Parameters
value Allowed object is Boolean

public void setIsHandlingTaxable (Boolean value)

Sets the value of the isHandlingTaxable property.

Parameters
value Allowed object is Boolean

public void setIsShippingTaxable (Boolean value)

Sets the value of the isShippingTaxable property.

Parameters
value Allowed object is Boolean

public void setShippingMethod (String value)

Sets the value of the shippingMethod property.

Parameters
value Allowed object is String

public void setShippingMethodRef (RecordRef value)

Sets the value of the shippingMethodRef property.

Parameters
value Allowed object is RecordRef

public void setShippingRate (Double value)

Sets the value of the shippingRate property.

Parameters
value Allowed object is Double

public void setShippingTax2Amt (Double value)

Sets the value of the shippingTax2Amt property.

Parameters
value Allowed object is Double

public void setShippingTax2Rate (String value)

Sets the value of the shippingTax2Rate property.

Parameters
value Allowed object is String

public void setShippingTaxAmt (Double value)

Sets the value of the shippingTaxAmt property.

Parameters
value Allowed object is Double

public void setShippingTaxCode (RecordRef value)

Sets the value of the shippingTaxCode property.

Parameters
value Allowed object is RecordRef

public void setShippingTaxRate (String value)

Sets the value of the shippingTaxRate property.

Parameters
value Allowed object is String

public void setSourceAddress (String value)

Sets the value of the sourceAddress property.

Parameters
value Allowed object is String

public void setSourceAddressRef (RecordRef value)

Sets the value of the sourceAddressRef property.

Parameters
value Allowed object is RecordRef

public void setWeight (Double value)

Sets the value of the weight property.

Parameters
value Allowed object is Double