public class

BillAddress

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

Class Overview

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>
 

Summary

Fields
protected String billAddr1
protected String billAddr2
protected String billAddressee
protected String billAttention
protected String billCity
protected Country billCountry
protected String billPhone
protected String billState
protected String billZip
Public Constructors
BillAddress()
Public Methods
String getBillAddr1()
Gets the value of the billAddr1 property.
String getBillAddr2()
Gets the value of the billAddr2 property.
String getBillAddressee()
Gets the value of the billAddressee property.
String getBillAttention()
Gets the value of the billAttention property.
String getBillCity()
Gets the value of the billCity property.
Country getBillCountry()
Gets the value of the billCountry property.
String getBillPhone()
Gets the value of the billPhone property.
String getBillState()
Gets the value of the billState property.
String getBillZip()
Gets the value of the billZip property.
void setBillAddr1(String value)
Sets the value of the billAddr1 property.
void setBillAddr2(String value)
Sets the value of the billAddr2 property.
void setBillAddressee(String value)
Sets the value of the billAddressee property.
void setBillAttention(String value)
Sets the value of the billAttention property.
void setBillCity(String value)
Sets the value of the billCity property.
void setBillCountry(Country value)
Sets the value of the billCountry property.
void setBillPhone(String value)
Sets the value of the billPhone property.
void setBillState(String value)
Sets the value of the billState property.
void setBillZip(String value)
Sets the value of the billZip property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String billAddr1

protected String billAddr2

protected String billAddressee

protected String billAttention

protected String billCity

protected Country billCountry

protected String billPhone

protected String billState

protected String billZip

Public Constructors

public BillAddress ()

Public Methods

public String getBillAddr1 ()

Gets the value of the billAddr1 property.

Returns
  • possible object is String

public String getBillAddr2 ()

Gets the value of the billAddr2 property.

Returns
  • possible object is String

public String getBillAddressee ()

Gets the value of the billAddressee property.

Returns
  • possible object is String

public String getBillAttention ()

Gets the value of the billAttention property.

Returns
  • possible object is String

public String getBillCity ()

Gets the value of the billCity property.

Returns
  • possible object is String

public Country getBillCountry ()

Gets the value of the billCountry property.

Returns

public String getBillPhone ()

Gets the value of the billPhone property.

Returns
  • possible object is String

public String getBillState ()

Gets the value of the billState property.

Returns
  • possible object is String

public String getBillZip ()

Gets the value of the billZip property.

Returns
  • possible object is String

public void setBillAddr1 (String value)

Sets the value of the billAddr1 property.

Parameters
value Allowed object is String

public void setBillAddr2 (String value)

Sets the value of the billAddr2 property.

Parameters
value Allowed object is String

public void setBillAddressee (String value)

Sets the value of the billAddressee property.

Parameters
value Allowed object is String

public void setBillAttention (String value)

Sets the value of the billAttention property.

Parameters
value Allowed object is String

public void setBillCity (String value)

Sets the value of the billCity property.

Parameters
value Allowed object is String

public void setBillCountry (Country value)

Sets the value of the billCountry property.

Parameters
value Allowed object is Country

public void setBillPhone (String value)

Sets the value of the billPhone property.

Parameters
value Allowed object is String

public void setBillState (String value)

Sets the value of the billState property.

Parameters
value Allowed object is String

public void setBillZip (String value)

Sets the value of the billZip property.

Parameters
value Allowed object is String