public class

PhysicalAddress

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.PhysicalAddress

Class Overview

Product: QBW Description: Specifies the Physical address type, this object is always manipulated in context of another parent object like Person, Organization etc

Java class for PhysicalAddress complex type.

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

 <complexType name="PhysicalAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
         <element name="Line1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line5" 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="County" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CountrySubDivisionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCodeSuffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GeoCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DateLastVerified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _default
protected String city
protected String country
protected String countryCode
protected String countrySubDivisionCode
protected String county
protected String countyCode
protected Date dateLastVerified
protected String geoCode
protected IdType id
protected String line1
protected String line2
protected String line3
protected String line4
protected String line5
protected String postalCode
protected String postalCodeSuffix
protected List<String> tag
Public Constructors
PhysicalAddress()
Public Methods
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
String getCountryCode()
Gets the value of the countryCode property.
String getCountrySubDivisionCode()
Gets the value of the countrySubDivisionCode property.
String getCounty()
Gets the value of the county property.
String getCountyCode()
Gets the value of the countyCode property.
Date getDateLastVerified()
Gets the value of the dateLastVerified property.
Boolean getDefault()
Gets the value of the default property.
String getGeoCode()
Gets the value of the geoCode property.
IdType getId()
Gets the value of the id property.
String getLine1()
Gets the value of the line1 property.
String getLine2()
Gets the value of the line2 property.
String getLine3()
Gets the value of the line3 property.
String getLine4()
Gets the value of the line4 property.
String getLine5()
Gets the value of the line5 property.
String getPostalCode()
Gets the value of the postalCode property.
String getPostalCodeSuffix()
Gets the value of the postalCodeSuffix property.
List<String> getTag()
Gets the value of the tag property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setCountryCode(String value)
Sets the value of the countryCode property.
void setCountrySubDivisionCode(String value)
Sets the value of the countrySubDivisionCode property.
void setCounty(String value)
Sets the value of the county property.
void setCountyCode(String value)
Sets the value of the countyCode property.
void setDateLastVerified(Date value)
Sets the value of the dateLastVerified property.
void setDefault(Boolean value)
Sets the value of the default property.
void setGeoCode(String value)
Sets the value of the geoCode property.
void setId(IdType value)
Sets the value of the id property.
void setLine1(String value)
Sets the value of the line1 property.
void setLine2(String value)
Sets the value of the line2 property.
void setLine3(String value)
Sets the value of the line3 property.
void setLine4(String value)
Sets the value of the line4 property.
void setLine5(String value)
Sets the value of the line5 property.
void setPostalCode(String value)
Sets the value of the postalCode property.
void setPostalCodeSuffix(String value)
Sets the value of the postalCodeSuffix property.
void setTag(List<String> tag)
Sets the value of the tag property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean _default

protected String city

protected String country

protected String countryCode

protected String countrySubDivisionCode

protected String county

protected String countyCode

protected Date dateLastVerified

protected String geoCode

protected IdType id

protected String line1

protected String line2

protected String line3

protected String line4

protected String line5

protected String postalCode

protected String postalCodeSuffix

protected List<String> tag

Public Constructors

public PhysicalAddress ()

Public Methods

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public String getCountryCode ()

Gets the value of the countryCode property.

Returns
  • possible object is String

public String getCountrySubDivisionCode ()

Gets the value of the countrySubDivisionCode property.

Returns
  • possible object is String

public String getCounty ()

Gets the value of the county property.

Returns
  • possible object is String

public String getCountyCode ()

Gets the value of the countyCode property.

Returns
  • possible object is String

public Date getDateLastVerified ()

Gets the value of the dateLastVerified property.

Returns
  • possible object is String

public Boolean getDefault ()

Gets the value of the default property.

Returns
  • possible object is Boolean

public String getGeoCode ()

Gets the value of the geoCode property.

Returns
  • possible object is String

public IdType getId ()

Gets the value of the id property.

Returns

public String getLine1 ()

Gets the value of the line1 property.

Returns
  • possible object is String

public String getLine2 ()

Gets the value of the line2 property.

Returns
  • possible object is String

public String getLine3 ()

Gets the value of the line3 property.

Returns
  • possible object is String

public String getLine4 ()

Gets the value of the line4 property.

Returns
  • possible object is String

public String getLine5 ()

Gets the value of the line5 property.

Returns
  • possible object is String

public String getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public String getPostalCodeSuffix ()

Gets the value of the postalCodeSuffix property.

Returns
  • possible object is String

public List<String> getTag ()

Gets the value of the tag property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property.

For example, to add a new item, do as follows:

    getTag().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setCountryCode (String value)

Sets the value of the countryCode property.

Parameters
value Allowed object is String

public void setCountrySubDivisionCode (String value)

Sets the value of the countrySubDivisionCode property.

Parameters
value Allowed object is String

public void setCounty (String value)

Sets the value of the county property.

Parameters
value Allowed object is String

public void setCountyCode (String value)

Sets the value of the countyCode property.

Parameters
value Allowed object is String

public void setDateLastVerified (Date value)

Sets the value of the dateLastVerified property.

Parameters
value Allowed object is String

public void setDefault (Boolean value)

Sets the value of the default property.

Parameters
value Allowed object is Boolean

public void setGeoCode (String value)

Sets the value of the geoCode property.

Parameters
value Allowed object is String

public void setId (IdType value)

Sets the value of the id property.

Parameters
value Allowed object is IdType

public void setLine1 (String value)

Sets the value of the line1 property.

Parameters
value Allowed object is String

public void setLine2 (String value)

Sets the value of the line2 property.

Parameters
value Allowed object is String

public void setLine3 (String value)

Sets the value of the line3 property.

Parameters
value Allowed object is String

public void setLine4 (String value)

Sets the value of the line4 property.

Parameters
value Allowed object is String

public void setLine5 (String value)

Sets the value of the line5 property.

Parameters
value Allowed object is String

public void setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String

public void setPostalCodeSuffix (String value)

Sets the value of the postalCodeSuffix property.

Parameters
value Allowed object is String

public void setTag (List<String> tag)

Sets the value of the tag property.

Parameters
tag Allowed object is String