| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.BillAddress |
Java class for BillAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillAddress">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="billAttention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billAddressee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billAddr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billAddr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billCity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billZip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="billCountry" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billAddr1 | |||||||||||
| billAddr2 | |||||||||||
| billAddressee | |||||||||||
| billAttention | |||||||||||
| billCity | |||||||||||
| billCountry | |||||||||||
| billPhone | |||||||||||
| billState | |||||||||||
| billZip | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billAddr1 property.
| |||||||||||
Gets the value of the billAddr2 property.
| |||||||||||
Gets the value of the billAddressee property.
| |||||||||||
Gets the value of the billAttention property.
| |||||||||||
Gets the value of the billCity property.
| |||||||||||
Gets the value of the billCountry property.
| |||||||||||
Gets the value of the billPhone property.
| |||||||||||
Gets the value of the billState property.
| |||||||||||
Gets the value of the billZip property.
| |||||||||||
Sets the value of the billAddr1 property.
| |||||||||||
Sets the value of the billAddr2 property.
| |||||||||||
Sets the value of the billAddressee property.
| |||||||||||
Sets the value of the billAttention property.
| |||||||||||
Sets the value of the billCity property.
| |||||||||||
Sets the value of the billCountry property.
| |||||||||||
Sets the value of the billPhone property.
| |||||||||||
Sets the value of the billState property.
| |||||||||||
Sets the value of the billZip property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the billAddr1 property.
Gets the value of the billAddr2 property.
Gets the value of the billAddressee property.
Gets the value of the billAttention property.
Gets the value of the billCity property.
Gets the value of the billCountry property.
Country
Gets the value of the billPhone property.
Gets the value of the billState property.
Gets the value of the billZip property.
Sets the value of the billAddr1 property.
| value | Allowed object is String |
|---|
Sets the value of the billAddr2 property.
| value | Allowed object is String |
|---|
Sets the value of the billAddressee property.
| value | Allowed object is String |
|---|
Sets the value of the billAttention property.
| value | Allowed object is String |
|---|
Sets the value of the billCity property.
| value | Allowed object is String |
|---|
Sets the value of the billCountry property.
| value | Allowed object is
Country
|
|---|
Sets the value of the billPhone property.
| value | Allowed object is String |
|---|
Sets the value of the billState property.
| value | Allowed object is String |
|---|
Sets the value of the billZip property.
| value | Allowed object is String |
|---|