|
||||||||||
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'. Location of the responsible individual or organization.
The following features are supported:
Ows10Package.getAddressType()
Method Summary | |
---|---|
java.lang.String |
getAdministrativeArea()
Returns the value of the 'Administrative Area' attribute. |
java.lang.String |
getCity()
Returns the value of the 'City' attribute. |
java.lang.String |
getCountry()
Returns the value of the 'Country' attribute. |
java.lang.String |
getDeliveryPoint()
Returns the value of the 'Delivery Point' attribute. |
java.lang.String |
getElectronicMailAddress()
Returns the value of the 'Electronic Mail Address' attribute. |
java.lang.String |
getPostalCode()
Returns the value of the 'Postal Code' attribute. |
void |
setAdministrativeArea(java.lang.String value)
Sets the value of the ' Administrative Area ' attribute. |
void |
setCity(java.lang.String value)
Sets the value of the ' City ' attribute. |
void |
setCountry(java.lang.String value)
Sets the value of the ' Country ' attribute. |
void |
setDeliveryPoint(java.lang.String value)
Sets the value of the ' Delivery Point ' attribute. |
void |
setElectronicMailAddress(java.lang.String value)
Sets the value of the ' Electronic Mail Address ' attribute. |
void |
setPostalCode(java.lang.String value)
Sets the value of the ' Postal Code ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getDeliveryPoint()
setDeliveryPoint(String)
,
Ows10Package.getAddressType_DeliveryPoint()
void setDeliveryPoint(java.lang.String value)
Delivery Point
' attribute.
value
- the new value of the 'Delivery Point' attribute.getDeliveryPoint()
java.lang.String getCity()
setCity(String)
,
Ows10Package.getAddressType_City()
void setCity(java.lang.String value)
City
' attribute.
value
- the new value of the 'City' attribute.getCity()
java.lang.String getAdministrativeArea()
setAdministrativeArea(String)
,
Ows10Package.getAddressType_AdministrativeArea()
void setAdministrativeArea(java.lang.String value)
Administrative Area
' attribute.
value
- the new value of the 'Administrative Area' attribute.getAdministrativeArea()
java.lang.String getPostalCode()
setPostalCode(String)
,
Ows10Package.getAddressType_PostalCode()
void setPostalCode(java.lang.String value)
Postal Code
' attribute.
value
- the new value of the 'Postal Code' attribute.getPostalCode()
java.lang.String getCountry()
setCountry(String)
,
Ows10Package.getAddressType_Country()
void setCountry(java.lang.String value)
Country
' attribute.
value
- the new value of the 'Country' attribute.getCountry()
java.lang.String getElectronicMailAddress()
setElectronicMailAddress(String)
,
Ows10Package.getAddressType_ElectronicMailAddress()
void setElectronicMailAddress(java.lang.String value)
Electronic Mail Address
' attribute.
value
- the new value of the 'Electronic Mail Address' attribute.getElectronicMailAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |