Source Code Cross Referenced for AddressType.java in  » GIS » GeoServer » net » opengis » ows » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » GeoServer » net.opengis.ows 
Source Cross Referenced  Class Diagram Java Document (Java Doc) 


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
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.