public class

AddressExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.handshake.core.holders.AddressExpressionHolder

Summary

Fields
protected String _cityType
protected String _countryType
protected String _faxType
protected String _idType
protected Boolean _isDefaultShipToType
protected String _multiLineStrType
protected String _nameType
protected String _phoneType
protected String _postcodeType
protected String _resourceUriType
protected String _stCustomerType
protected String _stateType
protected String _street2Type
protected String _streetType
protected Object city
protected Object country
protected Object fax
protected Object id
protected Object isDefaultShipTo
protected Object multiLineStr
protected Object name
protected Object phone
protected Object postcode
protected Object resourceUri
protected Object stCustomer
protected Object state
protected Object street
protected Object street2
Public Constructors
AddressExpressionHolder()
Public Methods
Object getCity()
Retrieves city
Object getCountry()
Retrieves country
Object getFax()
Retrieves fax
Object getId()
Retrieves id
Object getIsDefaultShipTo()
Retrieves isDefaultShipTo
Object getMultiLineStr()
Retrieves multiLineStr
Object getName()
Retrieves name
Object getPhone()
Retrieves phone
Object getPostcode()
Retrieves postcode
Object getResourceUri()
Retrieves resourceUri
Object getStCustomer()
Retrieves stCustomer
Object getState()
Retrieves state
Object getStreet()
Retrieves street
Object getStreet2()
Retrieves street2
void setCity(Object value)
Sets city
void setCountry(Object value)
Sets country
void setFax(Object value)
Sets fax
void setId(Object value)
Sets id
void setIsDefaultShipTo(Object value)
Sets isDefaultShipTo
void setMultiLineStr(Object value)
Sets multiLineStr
void setName(Object value)
Sets name
void setPhone(Object value)
Sets phone
void setPostcode(Object value)
Sets postcode
void setResourceUri(Object value)
Sets resourceUri
void setStCustomer(Object value)
Sets stCustomer
void setState(Object value)
Sets state
void setStreet(Object value)
Sets street
void setStreet2(Object value)
Sets street2
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _cityType

protected String _countryType

protected String _faxType

protected String _idType

protected Boolean _isDefaultShipToType

protected String _multiLineStrType

protected String _nameType

protected String _phoneType

protected String _postcodeType

protected String _resourceUriType

protected String _stCustomerType

protected String _stateType

protected String _street2Type

protected String _streetType

protected Object city

protected Object country

protected Object fax

protected Object id

protected Object isDefaultShipTo

protected Object multiLineStr

protected Object name

protected Object phone

protected Object postcode

protected Object resourceUri

protected Object stCustomer

protected Object state

protected Object street

protected Object street2

Public Constructors

public AddressExpressionHolder ()

Public Methods

public Object getCity ()

Retrieves city

public Object getCountry ()

Retrieves country

public Object getFax ()

Retrieves fax

public Object getId ()

Retrieves id

public Object getIsDefaultShipTo ()

Retrieves isDefaultShipTo

public Object getMultiLineStr ()

Retrieves multiLineStr

public Object getName ()

Retrieves name

public Object getPhone ()

Retrieves phone

public Object getPostcode ()

Retrieves postcode

public Object getResourceUri ()

Retrieves resourceUri

public Object getStCustomer ()

Retrieves stCustomer

public Object getState ()

Retrieves state

public Object getStreet ()

Retrieves street

public Object getStreet2 ()

Retrieves street2

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 setFax (Object value)

Sets fax

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setIsDefaultShipTo (Object value)

Sets isDefaultShipTo

Parameters
value Value to set

public void setMultiLineStr (Object value)

Sets multiLineStr

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setPhone (Object value)

Sets phone

Parameters
value Value to set

public void setPostcode (Object value)

Sets postcode

Parameters
value Value to set

public void setResourceUri (Object value)

Sets resourceUri

Parameters
value Value to set

public void setStCustomer (Object value)

Sets stCustomer

Parameters
value Value to set

public void setState (Object value)

Sets state

Parameters
value Value to set

public void setStreet (Object value)

Sets street

Parameters
value Value to set

public void setStreet2 (Object value)

Sets street2

Parameters
value Value to set