⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addresstype.java

📁 电子地图服务器,搭建自己的地图服务
💻 JAVA
字号:
/**
 * <copyright>
 * </copyright>
 *
 * $Id: AddressType.java 7522 2007-09-12 22:00:10Z saul.farber $
 */
package net.opengis.ows;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Address Type</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * Location of the responsible individual or organization.
 * <!-- end-model-doc -->
 *
 * <p>
 * The following features are supported:
 * <ul>
 *   <li>{@link net.opengis.ows.AddressType#getDeliveryPoint <em>Delivery Point</em>}</li>
 *   <li>{@link net.opengis.ows.AddressType#getCity <em>City</em>}</li>
 *   <li>{@link net.opengis.ows.AddressType#getAdministrativeArea <em>Administrative Area</em>}</li>
 *   <li>{@link net.opengis.ows.AddressType#getPostalCode <em>Postal Code</em>}</li>
 *   <li>{@link net.opengis.ows.AddressType#getCountry <em>Country</em>}</li>
 *   <li>{@link net.opengis.ows.AddressType#getElectronicMailAddress <em>Electronic Mail Address</em>}</li>
 * </ul>
 * </p>
 *
 * @see net.opengis.ows.OwsPackage#getAddressType()
 * @model extendedMetaData="name='AddressType' kind='elementOnly'"
 * @generated
 */
public interface AddressType extends EObject {
	/**
     * Returns the value of the '<em><b>Delivery Point</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * Address line for the location.
     * <!-- end-model-doc -->
     * @return the value of the '<em>Delivery Point</em>' attribute.
     * @see #setDeliveryPoint(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_DeliveryPoint()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='DeliveryPoint' namespace='##targetNamespace'"
     * @generated
     */
	String getDeliveryPoint();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getDeliveryPoint <em>Delivery Point</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>Delivery Point</em>' attribute.
     * @see #getDeliveryPoint()
     * @generated
     */
	void setDeliveryPoint(String value);

	/**
     * Returns the value of the '<em><b>City</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * City of the location.
     * <!-- end-model-doc -->
     * @return the value of the '<em>City</em>' attribute.
     * @see #setCity(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_City()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='City' namespace='##targetNamespace'"
     * @generated
     */
	String getCity();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getCity <em>City</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>City</em>' attribute.
     * @see #getCity()
     * @generated
     */
	void setCity(String value);

	/**
     * Returns the value of the '<em><b>Administrative Area</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * State or province of the location.
     * <!-- end-model-doc -->
     * @return the value of the '<em>Administrative Area</em>' attribute.
     * @see #setAdministrativeArea(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_AdministrativeArea()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='AdministrativeArea' namespace='##targetNamespace'"
     * @generated
     */
	String getAdministrativeArea();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getAdministrativeArea <em>Administrative Area</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>Administrative Area</em>' attribute.
     * @see #getAdministrativeArea()
     * @generated
     */
	void setAdministrativeArea(String value);

	/**
     * Returns the value of the '<em><b>Postal Code</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * ZIP or other postal code.
     * <!-- end-model-doc -->
     * @return the value of the '<em>Postal Code</em>' attribute.
     * @see #setPostalCode(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_PostalCode()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='PostalCode' namespace='##targetNamespace'"
     * @generated
     */
	String getPostalCode();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getPostalCode <em>Postal Code</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>Postal Code</em>' attribute.
     * @see #getPostalCode()
     * @generated
     */
	void setPostalCode(String value);

	/**
     * Returns the value of the '<em><b>Country</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * Country of the physical address.
     * <!-- end-model-doc -->
     * @return the value of the '<em>Country</em>' attribute.
     * @see #setCountry(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_Country()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='Country' namespace='##targetNamespace'"
     * @generated
     */
	String getCountry();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getCountry <em>Country</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>Country</em>' attribute.
     * @see #getCountry()
     * @generated
     */
	void setCountry(String value);

	/**
     * Returns the value of the '<em><b>Electronic Mail Address</b></em>' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * <!-- begin-model-doc -->
     * Address of the electronic mailbox of the responsible organization or individual.
     * <!-- end-model-doc -->
     * @return the value of the '<em>Electronic Mail Address</em>' attribute.
     * @see #setElectronicMailAddress(String)
     * @see net.opengis.ows.OwsPackage#getAddressType_ElectronicMailAddress()
     * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
     *        extendedMetaData="kind='element' name='ElectronicMailAddress' namespace='##targetNamespace'"
     * @generated
     */
	String getElectronicMailAddress();

	/**
     * Sets the value of the '{@link net.opengis.ows.AddressType#getElectronicMailAddress <em>Electronic Mail Address</em>}' attribute.
     * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
     * @param value the new value of the '<em>Electronic Mail Address</em>' attribute.
     * @see #getElectronicMailAddress()
     * @generated
     */
	void setElectronicMailAddress(String value);

} // AddressType

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -