|
||||||||||
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:
Ows11Package.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. |
org.eclipse.emf.common.util.EList |
getDeliveryPoint()
Returns the value of the 'Delivery Point' attribute list. |
org.eclipse.emf.common.util.EList |
getElectronicMailAddress()
Returns the value of the 'Electronic Mail Address' attribute list. |
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 |
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 |
---|
org.eclipse.emf.common.util.EList getDeliveryPoint()
String
.
Address line for the location.
Ows11Package.getAddressType_DeliveryPoint()
java.lang.String getCity()
setCity(String)
,
Ows11Package.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)
,
Ows11Package.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)
,
Ows11Package.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)
,
Ows11Package.getAddressType_Country()
void setCountry(java.lang.String value)
Country
' attribute.
value
- the new value of the 'Country' attribute.getCountry()
org.eclipse.emf.common.util.EList getElectronicMailAddress()
String
.
Address of the electronic mailbox of the responsible organization or individual.
Ows11Package.getAddressType_ElectronicMailAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |