com.softwareag.centrasite.api.csom
Class PostalAddress

java.lang.Object
  extended by com.softwareag.centrasite.api.csom.PostalAddress

public class PostalAddress
extends java.lang.Object

Bean class which represents Postal Address


Constructor Summary
PostalAddress()
           
 
Method Summary
 java.lang.String getCity()
          Returns the PostalAddress city
 java.lang.String getCountry()
          Returns the PostalAddress country
 java.lang.String getPostalCode()
          Returns the PostalAddress postal code
 java.lang.String getStateOrProvince()
          Returns the PostalAddress state province
 java.lang.String getStreet()
          Returns the PostalAddress Street
 java.lang.String getStreetNumber()
          Returns the PostalAddress street number
 java.lang.String getType()
          Returns the PostalAddress type
 void setCity(java.lang.String city)
          Set the PostalAddress city
 void setCountry(java.lang.String country)
          Set the PostalAddress country
 void setPostalCode(java.lang.String postalCode)
          Set the PostalAddress postalCode
 void setStateOrProvince(java.lang.String stateOrProvince)
          Sets the PostalAddress state province
 void setStreet(java.lang.String street)
          Sets the PostalAddress Street
 void setStreetNumber(java.lang.String streetNumber)
           
 void setType(java.lang.String type)
          Set the PostalAddress type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostalAddress

public PostalAddress()
Method Detail

getStreet

public java.lang.String getStreet()
Returns the PostalAddress Street

Returns:
the PostalAddress Street

setStreet

public void setStreet(java.lang.String street)
Sets the PostalAddress Street

Parameters:
street - the PostalAddress Street to set

getStreetNumber

public java.lang.String getStreetNumber()
Returns the PostalAddress street number

Returns:
the PostalAddress streetNumber

setStreetNumber

public void setStreetNumber(java.lang.String streetNumber)
Parameters:
streetNumber - the streetNumber to set

getCity

public java.lang.String getCity()
Returns the PostalAddress city

Returns:
the city

setCity

public void setCity(java.lang.String city)
Set the PostalAddress city

Parameters:
city - the city to set

getStateOrProvince

public java.lang.String getStateOrProvince()
Returns the PostalAddress state province

Returns:
the stateOrProvince

setStateOrProvince

public void setStateOrProvince(java.lang.String stateOrProvince)
Sets the PostalAddress state province

Parameters:
stateOrProvince - the stateOrProvince to set

getPostalCode

public java.lang.String getPostalCode()
Returns the PostalAddress postal code

Returns:
the postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Set the PostalAddress postalCode

Parameters:
postalCode - the postalCode to set

getCountry

public java.lang.String getCountry()
Returns the PostalAddress country

Returns:
the country

setCountry

public void setCountry(java.lang.String country)
Set the PostalAddress country

Parameters:
country - the country to set

getType

public java.lang.String getType()
Returns the PostalAddress type

Returns:
the type

setType

public void setType(java.lang.String type)
Set the PostalAddress type

Parameters:
type - the type to set