001: /**
002: * <copyright>
003: * </copyright>
004: *
005: * $Id: AddressType.java 7522 2007-09-12 22:00:10Z saul.farber $
006: */package net.opengis.ows;
007:
008: import org.eclipse.emf.common.util.EList;
009:
010: import org.eclipse.emf.ecore.EObject;
011:
012: /**
013: * <!-- begin-user-doc -->
014: * A representation of the model object '<em><b>Address Type</b></em>'.
015: * <!-- end-user-doc -->
016: *
017: * <!-- begin-model-doc -->
018: * Location of the responsible individual or organization.
019: * <!-- end-model-doc -->
020: *
021: * <p>
022: * The following features are supported:
023: * <ul>
024: * <li>{@link net.opengis.ows.AddressType#getDeliveryPoint <em>Delivery Point</em>}</li>
025: * <li>{@link net.opengis.ows.AddressType#getCity <em>City</em>}</li>
026: * <li>{@link net.opengis.ows.AddressType#getAdministrativeArea <em>Administrative Area</em>}</li>
027: * <li>{@link net.opengis.ows.AddressType#getPostalCode <em>Postal Code</em>}</li>
028: * <li>{@link net.opengis.ows.AddressType#getCountry <em>Country</em>}</li>
029: * <li>{@link net.opengis.ows.AddressType#getElectronicMailAddress <em>Electronic Mail Address</em>}</li>
030: * </ul>
031: * </p>
032: *
033: * @see net.opengis.ows.OwsPackage#getAddressType()
034: * @model extendedMetaData="name='AddressType' kind='elementOnly'"
035: * @generated
036: */
037: public interface AddressType extends EObject {
038: /**
039: * Returns the value of the '<em><b>Delivery Point</b></em>' attribute.
040: * <!-- begin-user-doc -->
041: * <!-- end-user-doc -->
042: * <!-- begin-model-doc -->
043: * Address line for the location.
044: * <!-- end-model-doc -->
045: * @return the value of the '<em>Delivery Point</em>' attribute.
046: * @see #setDeliveryPoint(String)
047: * @see net.opengis.ows.OwsPackage#getAddressType_DeliveryPoint()
048: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
049: * extendedMetaData="kind='element' name='DeliveryPoint' namespace='##targetNamespace'"
050: * @generated
051: */
052: String getDeliveryPoint();
053:
054: /**
055: * Sets the value of the '{@link net.opengis.ows.AddressType#getDeliveryPoint <em>Delivery Point</em>}' attribute.
056: * <!-- begin-user-doc -->
057: * <!-- end-user-doc -->
058: * @param value the new value of the '<em>Delivery Point</em>' attribute.
059: * @see #getDeliveryPoint()
060: * @generated
061: */
062: void setDeliveryPoint(String value);
063:
064: /**
065: * Returns the value of the '<em><b>City</b></em>' attribute.
066: * <!-- begin-user-doc -->
067: * <!-- end-user-doc -->
068: * <!-- begin-model-doc -->
069: * City of the location.
070: * <!-- end-model-doc -->
071: * @return the value of the '<em>City</em>' attribute.
072: * @see #setCity(String)
073: * @see net.opengis.ows.OwsPackage#getAddressType_City()
074: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
075: * extendedMetaData="kind='element' name='City' namespace='##targetNamespace'"
076: * @generated
077: */
078: String getCity();
079:
080: /**
081: * Sets the value of the '{@link net.opengis.ows.AddressType#getCity <em>City</em>}' attribute.
082: * <!-- begin-user-doc -->
083: * <!-- end-user-doc -->
084: * @param value the new value of the '<em>City</em>' attribute.
085: * @see #getCity()
086: * @generated
087: */
088: void setCity(String value);
089:
090: /**
091: * Returns the value of the '<em><b>Administrative Area</b></em>' attribute.
092: * <!-- begin-user-doc -->
093: * <!-- end-user-doc -->
094: * <!-- begin-model-doc -->
095: * State or province of the location.
096: * <!-- end-model-doc -->
097: * @return the value of the '<em>Administrative Area</em>' attribute.
098: * @see #setAdministrativeArea(String)
099: * @see net.opengis.ows.OwsPackage#getAddressType_AdministrativeArea()
100: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
101: * extendedMetaData="kind='element' name='AdministrativeArea' namespace='##targetNamespace'"
102: * @generated
103: */
104: String getAdministrativeArea();
105:
106: /**
107: * Sets the value of the '{@link net.opengis.ows.AddressType#getAdministrativeArea <em>Administrative Area</em>}' attribute.
108: * <!-- begin-user-doc -->
109: * <!-- end-user-doc -->
110: * @param value the new value of the '<em>Administrative Area</em>' attribute.
111: * @see #getAdministrativeArea()
112: * @generated
113: */
114: void setAdministrativeArea(String value);
115:
116: /**
117: * Returns the value of the '<em><b>Postal Code</b></em>' attribute.
118: * <!-- begin-user-doc -->
119: * <!-- end-user-doc -->
120: * <!-- begin-model-doc -->
121: * ZIP or other postal code.
122: * <!-- end-model-doc -->
123: * @return the value of the '<em>Postal Code</em>' attribute.
124: * @see #setPostalCode(String)
125: * @see net.opengis.ows.OwsPackage#getAddressType_PostalCode()
126: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
127: * extendedMetaData="kind='element' name='PostalCode' namespace='##targetNamespace'"
128: * @generated
129: */
130: String getPostalCode();
131:
132: /**
133: * Sets the value of the '{@link net.opengis.ows.AddressType#getPostalCode <em>Postal Code</em>}' attribute.
134: * <!-- begin-user-doc -->
135: * <!-- end-user-doc -->
136: * @param value the new value of the '<em>Postal Code</em>' attribute.
137: * @see #getPostalCode()
138: * @generated
139: */
140: void setPostalCode(String value);
141:
142: /**
143: * Returns the value of the '<em><b>Country</b></em>' attribute.
144: * <!-- begin-user-doc -->
145: * <!-- end-user-doc -->
146: * <!-- begin-model-doc -->
147: * Country of the physical address.
148: * <!-- end-model-doc -->
149: * @return the value of the '<em>Country</em>' attribute.
150: * @see #setCountry(String)
151: * @see net.opengis.ows.OwsPackage#getAddressType_Country()
152: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
153: * extendedMetaData="kind='element' name='Country' namespace='##targetNamespace'"
154: * @generated
155: */
156: String getCountry();
157:
158: /**
159: * Sets the value of the '{@link net.opengis.ows.AddressType#getCountry <em>Country</em>}' attribute.
160: * <!-- begin-user-doc -->
161: * <!-- end-user-doc -->
162: * @param value the new value of the '<em>Country</em>' attribute.
163: * @see #getCountry()
164: * @generated
165: */
166: void setCountry(String value);
167:
168: /**
169: * Returns the value of the '<em><b>Electronic Mail Address</b></em>' attribute.
170: * <!-- begin-user-doc -->
171: * <!-- end-user-doc -->
172: * <!-- begin-model-doc -->
173: * Address of the electronic mailbox of the responsible organization or individual.
174: * <!-- end-model-doc -->
175: * @return the value of the '<em>Electronic Mail Address</em>' attribute.
176: * @see #setElectronicMailAddress(String)
177: * @see net.opengis.ows.OwsPackage#getAddressType_ElectronicMailAddress()
178: * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
179: * extendedMetaData="kind='element' name='ElectronicMailAddress' namespace='##targetNamespace'"
180: * @generated
181: */
182: String getElectronicMailAddress();
183:
184: /**
185: * Sets the value of the '{@link net.opengis.ows.AddressType#getElectronicMailAddress <em>Electronic Mail Address</em>}' attribute.
186: * <!-- begin-user-doc -->
187: * <!-- end-user-doc -->
188: * @param value the new value of the '<em>Electronic Mail Address</em>' attribute.
189: * @see #getElectronicMailAddress()
190: * @generated
191: */
192: void setElectronicMailAddress(String value);
193:
194: } // AddressType
|