public class

VendorAddressbook

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.VendorAddressbook

Class Overview

Java class for VendorAddressbook complex type.

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

 <complexType name="VendorAddressbook">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="defaultShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="defaultBilling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addressee" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addr3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}Country" minOccurs="0"/>
         <element name="addrText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String addr1
protected String addr2
protected String addr3
protected String addrText
protected String addressee
protected String attention
protected String city
protected Country country
protected Boolean defaultBilling
protected Boolean defaultShipping
protected String internalId
protected String label
protected Boolean override
protected String phone
protected String state
protected String zip
Public Constructors
VendorAddressbook()
Public Methods
String getAddr1()
Gets the value of the addr1 property.
String getAddr2()
Gets the value of the addr2 property.
String getAddr3()
Gets the value of the addr3 property.
String getAddrText()
Gets the value of the addrText property.
String getAddressee()
Gets the value of the addressee property.
String getAttention()
Gets the value of the attention property.
String getCity()
Gets the value of the city property.
Country getCountry()
Gets the value of the country property.
String getInternalId()
Gets the value of the internalId property.
String getLabel()
Gets the value of the label property.
String getPhone()
Gets the value of the phone property.
String getState()
Gets the value of the state property.
String getZip()
Gets the value of the zip property.
Boolean isDefaultBilling()
Gets the value of the defaultBilling property.
Boolean isDefaultShipping()
Gets the value of the defaultShipping property.
Boolean isOverride()
Gets the value of the override property.
void setAddr1(String value)
Sets the value of the addr1 property.
void setAddr2(String value)
Sets the value of the addr2 property.
void setAddr3(String value)
Sets the value of the addr3 property.
void setAddrText(String value)
Sets the value of the addrText property.
void setAddressee(String value)
Sets the value of the addressee property.
void setAttention(String value)
Sets the value of the attention property.
void setCity(String value)
Sets the value of the city property.
void setCountry(Country value)
Sets the value of the country property.
void setDefaultBilling(Boolean value)
Sets the value of the defaultBilling property.
void setDefaultShipping(Boolean value)
Sets the value of the defaultShipping property.
void setInternalId(String value)
Sets the value of the internalId property.
void setLabel(String value)
Sets the value of the label property.
void setOverride(Boolean value)
Sets the value of the override property.
void setPhone(String value)
Sets the value of the phone property.
void setState(String value)
Sets the value of the state property.
void setZip(String value)
Sets the value of the zip property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addr1

protected String addr2

protected String addr3

protected String addrText

protected String addressee

protected String attention

protected String city

protected Country country

protected Boolean defaultBilling

protected Boolean defaultShipping

protected String internalId

protected String label

protected Boolean override

protected String phone

protected String state

protected String zip

Public Constructors

public VendorAddressbook ()

Public Methods

public String getAddr1 ()

Gets the value of the addr1 property.

Returns
  • possible object is String

public String getAddr2 ()

Gets the value of the addr2 property.

Returns
  • possible object is String

public String getAddr3 ()

Gets the value of the addr3 property.

Returns
  • possible object is String

public String getAddrText ()

Gets the value of the addrText property.

Returns
  • possible object is String

public String getAddressee ()

Gets the value of the addressee property.

Returns
  • possible object is String

public String getAttention ()

Gets the value of the attention property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public Country getCountry ()

Gets the value of the country property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getLabel ()

Gets the value of the label property.

Returns
  • possible object is String

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getZip ()

Gets the value of the zip property.

Returns
  • possible object is String

public Boolean isDefaultBilling ()

Gets the value of the defaultBilling property.

Returns
  • possible object is Boolean

public Boolean isDefaultShipping ()

Gets the value of the defaultShipping property.

Returns
  • possible object is Boolean

public Boolean isOverride ()

Gets the value of the override property.

Returns
  • possible object is Boolean

public void setAddr1 (String value)

Sets the value of the addr1 property.

Parameters
value Allowed object is String

public void setAddr2 (String value)

Sets the value of the addr2 property.

Parameters
value Allowed object is String

public void setAddr3 (String value)

Sets the value of the addr3 property.

Parameters
value Allowed object is String

public void setAddrText (String value)

Sets the value of the addrText property.

Parameters
value Allowed object is String

public void setAddressee (String value)

Sets the value of the addressee property.

Parameters
value Allowed object is String

public void setAttention (String value)

Sets the value of the attention property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public void setDefaultBilling (Boolean value)

Sets the value of the defaultBilling property.

Parameters
value Allowed object is Boolean

public void setDefaultShipping (Boolean value)

Sets the value of the defaultShipping property.

Parameters
value Allowed object is Boolean

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setLabel (String value)

Sets the value of the label property.

Parameters
value Allowed object is String

public void setOverride (Boolean value)

Sets the value of the override property.

Parameters
value Allowed object is Boolean

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setZip (String value)

Sets the value of the zip property.

Parameters
value Allowed object is String