public class

Address

extends ServiceSourceEntity
java.lang.Object
   ↳ org.mule.module.servicesource.model.ServiceSourceEntity
     ↳ org.mule.module.servicesource.model.Address

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.module.servicesource.model.ServiceSourceEntity
Fields
private String address1
private String address2
private String address3
private String city
private PropertyDescriptor country
private String county
private String displayName
private String postalCode
private String state
private PropertyDescriptor status
private List<PropertyDescriptor> uses
[Expand]
Inherited Fields
From class org.mule.module.servicesource.model.ServiceSourceEntity
Public Constructors
Address()
Public Methods
String getAddress1()
String getAddress2()
String getAddress3()
String getCity()
PropertyDescriptor getCountry()
String getCounty()
String getDisplayName()
String getPostalCode()
String getState()
PropertyDescriptor getStatus()
List<PropertyDescriptor> getUses()
void setAddress1(String address1)
void setAddress2(String address2)
void setAddress3(String address3)
void setCity(String city)
void setCountry(PropertyDescriptor country)
void setCounty(String county)
void setDisplayName(String displayName)
void setPostalCode(String postalCode)
void setState(String state)
void setStatus(PropertyDescriptor status)
void setUses(List<PropertyDescriptor> uses)
[Expand]
Inherited Methods
From class org.mule.module.servicesource.model.ServiceSourceEntity
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6176741177703380535 (0xaa47ce9fe97649c9)

Fields

private String address1

private String address2

private String address3

private String city

private PropertyDescriptor country

private String county

private String displayName

private String postalCode

private String state

private PropertyDescriptor status

private List<PropertyDescriptor> uses

Public Constructors

public Address ()

Public Methods

public String getAddress1 ()

public String getAddress2 ()

public String getAddress3 ()

public String getCity ()

public PropertyDescriptor getCountry ()

public String getCounty ()

public String getDisplayName ()

public String getPostalCode ()

public String getState ()

public PropertyDescriptor getStatus ()

public List<PropertyDescriptor> getUses ()

public void setAddress1 (String address1)

Parameters
address1

public void setAddress2 (String address2)

Parameters
address2

public void setAddress3 (String address3)

Parameters
address3

public void setCity (String city)

Parameters
city

public void setCountry (PropertyDescriptor country)

Parameters
country

public void setCounty (String county)

Parameters
county

public void setDisplayName (String displayName)

Parameters
displayName

public void setPostalCode (String postalCode)

Parameters
postalCode

public void setState (String state)

Parameters
state

public void setStatus (PropertyDescriptor status)

Parameters
status

public void setUses (List<PropertyDescriptor> uses)

Parameters
uses