public class

PhysicalAddressExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.holders.PhysicalAddressExpressionHolder

Summary

Fields
protected String _cityType
protected String _countryCodeType
protected String _countrySubDivisionCodeType
protected String _countryType
protected String _countyCodeType
protected String _countyType
protected Date _dateLastVerifiedType
protected String _geoCodeType
protected IdType _idType
protected String _line1Type
protected String _line2Type
protected String _line3Type
protected String _line4Type
protected String _line5Type
protected String _postalCodeSuffixType
protected String _postalCodeType
protected List<String> _tagType
protected Object city
protected Object country
protected Object countryCode
protected Object countrySubDivisionCode
protected Object county
protected Object countyCode
protected Object dateLastVerified
protected Object geoCode
protected Object id
protected Object line1
protected Object line2
protected Object line3
protected Object line4
protected Object line5
protected Object postalCode
protected Object postalCodeSuffix
protected Object tag
Public Constructors
PhysicalAddressExpressionHolder()
Public Methods
Object getCity()
Retrieves city
Object getCountry()
Retrieves country
Object getCountryCode()
Retrieves countryCode
Object getCountrySubDivisionCode()
Retrieves countrySubDivisionCode
Object getCounty()
Retrieves county
Object getCountyCode()
Retrieves countyCode
Object getDateLastVerified()
Retrieves dateLastVerified
Object getGeoCode()
Retrieves geoCode
Object getId()
Retrieves id
Object getLine1()
Retrieves line1
Object getLine2()
Retrieves line2
Object getLine3()
Retrieves line3
Object getLine4()
Retrieves line4
Object getLine5()
Retrieves line5
Object getPostalCode()
Retrieves postalCode
Object getPostalCodeSuffix()
Retrieves postalCodeSuffix
Object getTag()
Retrieves tag
void setCity(Object value)
Sets city
void setCountry(Object value)
Sets country
void setCountryCode(Object value)
Sets countryCode
void setCountrySubDivisionCode(Object value)
Sets countrySubDivisionCode
void setCounty(Object value)
Sets county
void setCountyCode(Object value)
Sets countyCode
void setDateLastVerified(Object value)
Sets dateLastVerified
void setGeoCode(Object value)
Sets geoCode
void setId(Object value)
Sets id
void setLine1(Object value)
Sets line1
void setLine2(Object value)
Sets line2
void setLine3(Object value)
Sets line3
void setLine4(Object value)
Sets line4
void setLine5(Object value)
Sets line5
void setPostalCode(Object value)
Sets postalCode
void setPostalCodeSuffix(Object value)
Sets postalCodeSuffix
void setTag(Object value)
Sets tag
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _cityType

protected String _countryCodeType

protected String _countrySubDivisionCodeType

protected String _countryType

protected String _countyCodeType

protected String _countyType

protected Date _dateLastVerifiedType

protected String _geoCodeType

protected IdType _idType

protected String _line1Type

protected String _line2Type

protected String _line3Type

protected String _line4Type

protected String _line5Type

protected String _postalCodeSuffixType

protected String _postalCodeType

protected List<String> _tagType

protected Object city

protected Object country

protected Object countryCode

protected Object countrySubDivisionCode

protected Object county

protected Object countyCode

protected Object dateLastVerified

protected Object geoCode

protected Object id

protected Object line1

protected Object line2

protected Object line3

protected Object line4

protected Object line5

protected Object postalCode

protected Object postalCodeSuffix

protected Object tag

Public Constructors

public PhysicalAddressExpressionHolder ()

Public Methods

public Object getCity ()

Retrieves city

public Object getCountry ()

Retrieves country

public Object getCountryCode ()

Retrieves countryCode

public Object getCountrySubDivisionCode ()

Retrieves countrySubDivisionCode

public Object getCounty ()

Retrieves county

public Object getCountyCode ()

Retrieves countyCode

public Object getDateLastVerified ()

Retrieves dateLastVerified

public Object getGeoCode ()

Retrieves geoCode

public Object getId ()

Retrieves id

public Object getLine1 ()

Retrieves line1

public Object getLine2 ()

Retrieves line2

public Object getLine3 ()

Retrieves line3

public Object getLine4 ()

Retrieves line4

public Object getLine5 ()

Retrieves line5

public Object getPostalCode ()

Retrieves postalCode

public Object getPostalCodeSuffix ()

Retrieves postalCodeSuffix

public Object getTag ()

Retrieves tag

public void setCity (Object value)

Sets city

Parameters
value Value to set

public void setCountry (Object value)

Sets country

Parameters
value Value to set

public void setCountryCode (Object value)

Sets countryCode

Parameters
value Value to set

public void setCountrySubDivisionCode (Object value)

Sets countrySubDivisionCode

Parameters
value Value to set

public void setCounty (Object value)

Sets county

Parameters
value Value to set

public void setCountyCode (Object value)

Sets countyCode

Parameters
value Value to set

public void setDateLastVerified (Object value)

Sets dateLastVerified

Parameters
value Value to set

public void setGeoCode (Object value)

Sets geoCode

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setLine1 (Object value)

Sets line1

Parameters
value Value to set

public void setLine2 (Object value)

Sets line2

Parameters
value Value to set

public void setLine3 (Object value)

Sets line3

Parameters
value Value to set

public void setLine4 (Object value)

Sets line4

Parameters
value Value to set

public void setLine5 (Object value)

Sets line5

Parameters
value Value to set

public void setPostalCode (Object value)

Sets postalCode

Parameters
value Value to set

public void setPostalCodeSuffix (Object value)

Sets postalCodeSuffix

Parameters
value Value to set

public void setTag (Object value)

Sets tag

Parameters
value Value to set