com.hammurapi.party
Interface USAddress

All Superinterfaces:
Address, ContactInfo, DateEffectiveObject, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Tagged
All Known Implementing Classes:
USAddressImpl

public interface USAddress
extends Address

A representation of the model object 'US Address'. US Address.

The following features are supported:

See Also:
PartyPackage.getUSAddress()

Method Summary
 String getCity()
          Returns the value of the 'City' attribute.
 String getRecipient()
          Returns the value of the 'Recipient' attribute.
 String getState()
          Returns the value of the 'State' attribute.
 String getStreet1()
          Returns the value of the 'Street1' attribute.
 String getStreet2()
          Returns the value of the 'Street2' attribute.
 String getZip()
          Returns the value of the 'Zip' attribute.
 void setCity(String value)
          Sets the value of the 'City' attribute.
 void setRecipient(String value)
          Sets the value of the 'Recipient' attribute.
 void setState(String value)
          Sets the value of the 'State' attribute.
 void setStreet1(String value)
          Sets the value of the 'Street1' attribute.
 void setStreet2(String value)
          Sets the value of the 'Street2' attribute.
 void setZip(String value)
          Sets the value of the 'Zip' attribute.
 
Methods inherited from interface com.hammurapi.party.Address
getCountry, setCountry
 
Methods inherited from interface com.hammurapi.party.ContactInfo
getCategory, getOwner, setCategory, setOwner
 
Methods inherited from interface com.hammurapi.party.DateEffectiveObject
getEnd, getStart, isEffective, isEffectiveNow, setEnd, setStart
 
Methods inherited from interface com.hammurapi.party.Tagged
getComment, getTags, setComment
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRecipient

String getRecipient()
Returns the value of the 'Recipient' attribute. Recipient name. Defaults to party name if not set.

Returns:
the value of the 'Recipient' attribute.
See Also:
setRecipient(String), PartyPackage.getUSAddress_Recipient()

setRecipient

void setRecipient(String value)
Sets the value of the 'Recipient' attribute.

Parameters:
value - the new value of the 'Recipient' attribute.
See Also:
getRecipient()

getStreet1

String getStreet1()
Returns the value of the 'Street1' attribute. Street address 1.

Returns:
the value of the 'Street1' attribute.
See Also:
setStreet1(String), PartyPackage.getUSAddress_Street1()

setStreet1

void setStreet1(String value)
Sets the value of the 'Street1' attribute.

Parameters:
value - the new value of the 'Street1' attribute.
See Also:
getStreet1()

getStreet2

String getStreet2()
Returns the value of the 'Street2' attribute. Street address 2.

Returns:
the value of the 'Street2' attribute.
See Also:
setStreet2(String), PartyPackage.getUSAddress_Street2()

setStreet2

void setStreet2(String value)
Sets the value of the 'Street2' attribute.

Parameters:
value - the new value of the 'Street2' attribute.
See Also:
getStreet2()

getCity

String getCity()
Returns the value of the 'City' attribute. City

Returns:
the value of the 'City' attribute.
See Also:
setCity(String), PartyPackage.getUSAddress_City()

setCity

void setCity(String value)
Sets the value of the 'City' attribute.

Parameters:
value - the new value of the 'City' attribute.
See Also:
getCity()

getState

String getState()
Returns the value of the 'State' attribute. State.

Returns:
the value of the 'State' attribute.
See Also:
setState(String), PartyPackage.getUSAddress_State()

setState

void setState(String value)
Sets the value of the 'State' attribute.

Parameters:
value - the new value of the 'State' attribute.
See Also:
getState()

getZip

String getZip()
Returns the value of the 'Zip' attribute. Zip code.

Returns:
the value of the 'Zip' attribute.
See Also:
setZip(String), PartyPackage.getUSAddress_Zip()

setZip

void setZip(String value)
Sets the value of the 'Zip' attribute.

Parameters:
value - the new value of the 'Zip' attribute.
See Also:
getZip()