public class

ShipAddress

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.ShipAddress

Class Overview

Java class for ShipAddress complex type.

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

 <complexType name="ShipAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="shipAttention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipAddressee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipAddr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipAddr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipZip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="shipCountry" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="shipIsResidential" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String shipAddr1
protected String shipAddr2
protected String shipAddressee
protected String shipAttention
protected String shipCity
protected Country shipCountry
protected Boolean shipIsResidential
protected String shipPhone
protected String shipState
protected String shipZip
Public Constructors
ShipAddress()
Public Methods
String getShipAddr1()
Gets the value of the shipAddr1 property.
String getShipAddr2()
Gets the value of the shipAddr2 property.
String getShipAddressee()
Gets the value of the shipAddressee property.
String getShipAttention()
Gets the value of the shipAttention property.
String getShipCity()
Gets the value of the shipCity property.
Country getShipCountry()
Gets the value of the shipCountry property.
String getShipPhone()
Gets the value of the shipPhone property.
String getShipState()
Gets the value of the shipState property.
String getShipZip()
Gets the value of the shipZip property.
Boolean isShipIsResidential()
Gets the value of the shipIsResidential property.
void setShipAddr1(String value)
Sets the value of the shipAddr1 property.
void setShipAddr2(String value)
Sets the value of the shipAddr2 property.
void setShipAddressee(String value)
Sets the value of the shipAddressee property.
void setShipAttention(String value)
Sets the value of the shipAttention property.
void setShipCity(String value)
Sets the value of the shipCity property.
void setShipCountry(Country value)
Sets the value of the shipCountry property.
void setShipIsResidential(Boolean value)
Sets the value of the shipIsResidential property.
void setShipPhone(String value)
Sets the value of the shipPhone property.
void setShipState(String value)
Sets the value of the shipState property.
void setShipZip(String value)
Sets the value of the shipZip property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String shipAddr1

protected String shipAddr2

protected String shipAddressee

protected String shipAttention

protected String shipCity

protected Country shipCountry

protected Boolean shipIsResidential

protected String shipPhone

protected String shipState

protected String shipZip

Public Constructors

public ShipAddress ()

Public Methods

public String getShipAddr1 ()

Gets the value of the shipAddr1 property.

Returns
  • possible object is String

public String getShipAddr2 ()

Gets the value of the shipAddr2 property.

Returns
  • possible object is String

public String getShipAddressee ()

Gets the value of the shipAddressee property.

Returns
  • possible object is String

public String getShipAttention ()

Gets the value of the shipAttention property.

Returns
  • possible object is String

public String getShipCity ()

Gets the value of the shipCity property.

Returns
  • possible object is String

public Country getShipCountry ()

Gets the value of the shipCountry property.

Returns

public String getShipPhone ()

Gets the value of the shipPhone property.

Returns
  • possible object is String

public String getShipState ()

Gets the value of the shipState property.

Returns
  • possible object is String

public String getShipZip ()

Gets the value of the shipZip property.

Returns
  • possible object is String

public Boolean isShipIsResidential ()

Gets the value of the shipIsResidential property.

Returns
  • possible object is Boolean

public void setShipAddr1 (String value)

Sets the value of the shipAddr1 property.

Parameters
value Allowed object is String

public void setShipAddr2 (String value)

Sets the value of the shipAddr2 property.

Parameters
value Allowed object is String

public void setShipAddressee (String value)

Sets the value of the shipAddressee property.

Parameters
value Allowed object is String

public void setShipAttention (String value)

Sets the value of the shipAttention property.

Parameters
value Allowed object is String

public void setShipCity (String value)

Sets the value of the shipCity property.

Parameters
value Allowed object is String

public void setShipCountry (Country value)

Sets the value of the shipCountry property.

Parameters
value Allowed object is Country

public void setShipIsResidential (Boolean value)

Sets the value of the shipIsResidential property.

Parameters
value Allowed object is Boolean

public void setShipPhone (String value)

Sets the value of the shipPhone property.

Parameters
value Allowed object is String

public void setShipState (String value)

Sets the value of the shipState property.

Parameters
value Allowed object is String

public void setShipZip (String value)

Sets the value of the shipZip property.

Parameters
value Allowed object is String