| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.ShipAddress |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| shipAddr1 | |||||||||||
| shipAddr2 | |||||||||||
| shipAddressee | |||||||||||
| shipAttention | |||||||||||
| shipCity | |||||||||||
| shipCountry | |||||||||||
| shipIsResidential | |||||||||||
| shipPhone | |||||||||||
| shipState | |||||||||||
| shipZip | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the shipAddr1 property.
| |||||||||||
Gets the value of the shipAddr2 property.
| |||||||||||
Gets the value of the shipAddressee property.
| |||||||||||
Gets the value of the shipAttention property.
| |||||||||||
Gets the value of the shipCity property.
| |||||||||||
Gets the value of the shipCountry property.
| |||||||||||
Gets the value of the shipPhone property.
| |||||||||||
Gets the value of the shipState property.
| |||||||||||
Gets the value of the shipZip property.
| |||||||||||
Gets the value of the shipIsResidential property.
| |||||||||||
Sets the value of the shipAddr1 property.
| |||||||||||
Sets the value of the shipAddr2 property.
| |||||||||||
Sets the value of the shipAddressee property.
| |||||||||||
Sets the value of the shipAttention property.
| |||||||||||
Sets the value of the shipCity property.
| |||||||||||
Sets the value of the shipCountry property.
| |||||||||||
Sets the value of the shipIsResidential property.
| |||||||||||
Sets the value of the shipPhone property.
| |||||||||||
Sets the value of the shipState property.
| |||||||||||
Sets the value of the shipZip property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the shipAddr1 property.
Gets the value of the shipAddr2 property.
Gets the value of the shipAddressee property.
Gets the value of the shipAttention property.
Gets the value of the shipCity property.
Gets the value of the shipCountry property.
Country
Gets the value of the shipPhone property.
Gets the value of the shipState property.
Gets the value of the shipZip property.
Gets the value of the shipIsResidential property.
Sets the value of the shipAddr1 property.
| value | Allowed object is String |
|---|
Sets the value of the shipAddr2 property.
| value | Allowed object is String |
|---|
Sets the value of the shipAddressee property.
| value | Allowed object is String |
|---|
Sets the value of the shipAttention property.
| value | Allowed object is String |
|---|
Sets the value of the shipCity property.
| value | Allowed object is String |
|---|
Sets the value of the shipCountry property.
| value | Allowed object is
Country
|
|---|
Sets the value of the shipIsResidential property.
| value | Allowed object is Boolean |
|---|
Sets the value of the shipPhone property.
| value | Allowed object is String |
|---|
Sets the value of the shipState property.
| value | Allowed object is String |
|---|
Sets the value of the shipZip property.
| value | Allowed object is String |
|---|