|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressType
A representation of the model object 'Address Type'.
The following features are supported:
ModelPackage.getAddressType()
Method Summary | |
---|---|
java.lang.String |
getCity()
Returns the value of the 'City' attribute. |
java.lang.String |
getCountryName()
Returns the value of the 'Country Name' attribute. |
java.lang.String |
getNickName()
Returns the value of the 'Nick Name' attribute. |
java.lang.String |
getPostalCode()
Returns the value of the 'Postal Code' attribute. |
java.lang.String |
getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute. |
java.util.List |
getStreet()
Returns the value of the 'Street' attribute list. |
void |
setCity(java.lang.String value)
Sets the value of the ' City ' attribute. |
void |
setCountryName(java.lang.String value)
Sets the value of the ' Country Name ' attribute. |
void |
setNickName(java.lang.String value)
Sets the value of the ' Nick Name ' attribute. |
void |
setPostalCode(java.lang.String value)
Sets the value of the ' Postal Code ' attribute. |
void |
setStateOrProvinceName(java.lang.String value)
Sets the value of the ' State Or Province Name ' attribute. |
Method Detail |
---|
java.lang.String getNickName()
setNickName(String)
,
ModelPackage.getAddressType_NickName()
void setNickName(java.lang.String value)
Nick Name
' attribute.
value
- the new value of the 'Nick Name' attribute.getNickName()
java.util.List getStreet()
String
.
ModelPackage.getAddressType_Street()
java.lang.String getCity()
setCity(String)
,
ModelPackage.getAddressType_City()
void setCity(java.lang.String value)
City
' attribute.
value
- the new value of the 'City' attribute.getCity()
java.lang.String getStateOrProvinceName()
setStateOrProvinceName(String)
,
ModelPackage.getAddressType_StateOrProvinceName()
void setStateOrProvinceName(java.lang.String value)
State Or Province Name
' attribute.
value
- the new value of the 'State Or Province Name' attribute.getStateOrProvinceName()
java.lang.String getPostalCode()
setPostalCode(String)
,
ModelPackage.getAddressType_PostalCode()
void setPostalCode(java.lang.String value)
Postal Code
' attribute.
value
- the new value of the 'Postal Code' attribute.getPostalCode()
java.lang.String getCountryName()
setCountryName(String)
,
ModelPackage.getAddressType_CountryName()
void setCountryName(java.lang.String value)
Country Name
' attribute.
value
- the new value of the 'Country Name' attribute.getCountryName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |