Source Code Cross Referenced for ContactType.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: ContactType.java 7522 2007-09-12 22:00:10Z saul.farber $
006:         */package net.opengis.ows;
007:
008:        import org.eclipse.emf.ecore.EObject;
009:
010:        /**
011:         * <!-- begin-user-doc -->
012:         * A representation of the model object '<em><b>Contact Type</b></em>'.
013:         * <!-- end-user-doc -->
014:         *
015:         * <!-- begin-model-doc -->
016:         * Information required to enable contact with the responsible person and/or organization.
017:         * For OWS use in the service metadata document, the optional hoursOfService and contactInstructions elements were retained, as possibly being useful in the ServiceProvider section.
018:         * <!-- end-model-doc -->
019:         *
020:         * <p>
021:         * The following features are supported:
022:         * <ul>
023:         *   <li>{@link net.opengis.ows.ContactType#getPhone <em>Phone</em>}</li>
024:         *   <li>{@link net.opengis.ows.ContactType#getAddress <em>Address</em>}</li>
025:         *   <li>{@link net.opengis.ows.ContactType#getOnlineResource <em>Online Resource</em>}</li>
026:         *   <li>{@link net.opengis.ows.ContactType#getHoursOfService <em>Hours Of Service</em>}</li>
027:         *   <li>{@link net.opengis.ows.ContactType#getContactInstructions <em>Contact Instructions</em>}</li>
028:         * </ul>
029:         * </p>
030:         *
031:         * @see net.opengis.ows.OwsPackage#getContactType()
032:         * @model extendedMetaData="name='ContactType' kind='elementOnly'"
033:         * @generated
034:         */
035:        public interface ContactType extends EObject {
036:            /**
037:             * Returns the value of the '<em><b>Phone</b></em>' containment reference.
038:             * <!-- begin-user-doc -->
039:             * <!-- end-user-doc -->
040:             * <!-- begin-model-doc -->
041:             * Telephone numbers at which the organization or individual may be contacted.
042:             * <!-- end-model-doc -->
043:             * @return the value of the '<em>Phone</em>' containment reference.
044:             * @see #setPhone(TelephoneType)
045:             * @see net.opengis.ows.OwsPackage#getContactType_Phone()
046:             * @model containment="true"
047:             *        extendedMetaData="kind='element' name='Phone' namespace='##targetNamespace'"
048:             * @generated
049:             */
050:            TelephoneType getPhone();
051:
052:            /**
053:             * Sets the value of the '{@link net.opengis.ows.ContactType#getPhone <em>Phone</em>}' containment reference.
054:             * <!-- begin-user-doc -->
055:             * <!-- end-user-doc -->
056:             * @param value the new value of the '<em>Phone</em>' containment reference.
057:             * @see #getPhone()
058:             * @generated
059:             */
060:            void setPhone(TelephoneType value);
061:
062:            /**
063:             * Returns the value of the '<em><b>Address</b></em>' containment reference.
064:             * <!-- begin-user-doc -->
065:             * <!-- end-user-doc -->
066:             * <!-- begin-model-doc -->
067:             * Physical and email address at which the organization or individual may be contacted.
068:             * <!-- end-model-doc -->
069:             * @return the value of the '<em>Address</em>' containment reference.
070:             * @see #setAddress(AddressType)
071:             * @see net.opengis.ows.OwsPackage#getContactType_Address()
072:             * @model containment="true"
073:             *        extendedMetaData="kind='element' name='Address' namespace='##targetNamespace'"
074:             * @generated
075:             */
076:            AddressType getAddress();
077:
078:            /**
079:             * Sets the value of the '{@link net.opengis.ows.ContactType#getAddress <em>Address</em>}' containment reference.
080:             * <!-- begin-user-doc -->
081:             * <!-- end-user-doc -->
082:             * @param value the new value of the '<em>Address</em>' containment reference.
083:             * @see #getAddress()
084:             * @generated
085:             */
086:            void setAddress(AddressType value);
087:
088:            /**
089:             * Returns the value of the '<em><b>Online Resource</b></em>' containment reference.
090:             * <!-- begin-user-doc -->
091:             * <!-- end-user-doc -->
092:             * <!-- begin-model-doc -->
093:             * On-line information that can be used to contact the individual or organization. OWS specifics: The xlink:href attribute in the xlink:simpleLink attribute group shall be used to reference this resource. Whenever practical, the xlink:href attribute with type anyURI should be a URL from which more contact information can be electronically retrieved. The xlink:title attribute with type "string" can be used to name this set of information. The other attributes in the xlink:simpleLink attribute group should not be used.
094:             * <!-- end-model-doc -->
095:             * @return the value of the '<em>Online Resource</em>' containment reference.
096:             * @see #setOnlineResource(OnlineResourceType)
097:             * @see net.opengis.ows.OwsPackage#getContactType_OnlineResource()
098:             * @model containment="true"
099:             *        extendedMetaData="kind='element' name='OnlineResource' namespace='##targetNamespace'"
100:             * @generated
101:             */
102:            OnlineResourceType getOnlineResource();
103:
104:            /**
105:             * Sets the value of the '{@link net.opengis.ows.ContactType#getOnlineResource <em>Online Resource</em>}' containment reference.
106:             * <!-- begin-user-doc -->
107:             * <!-- end-user-doc -->
108:             * @param value the new value of the '<em>Online Resource</em>' containment reference.
109:             * @see #getOnlineResource()
110:             * @generated
111:             */
112:            void setOnlineResource(OnlineResourceType value);
113:
114:            /**
115:             * Returns the value of the '<em><b>Hours Of Service</b></em>' attribute.
116:             * <!-- begin-user-doc -->
117:             * <!-- end-user-doc -->
118:             * <!-- begin-model-doc -->
119:             * Time period (including time zone) when individuals can contact the organization or individual.
120:             * <!-- end-model-doc -->
121:             * @return the value of the '<em>Hours Of Service</em>' attribute.
122:             * @see #setHoursOfService(String)
123:             * @see net.opengis.ows.OwsPackage#getContactType_HoursOfService()
124:             * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
125:             *        extendedMetaData="kind='element' name='HoursOfService' namespace='##targetNamespace'"
126:             * @generated
127:             */
128:            String getHoursOfService();
129:
130:            /**
131:             * Sets the value of the '{@link net.opengis.ows.ContactType#getHoursOfService <em>Hours Of Service</em>}' attribute.
132:             * <!-- begin-user-doc -->
133:             * <!-- end-user-doc -->
134:             * @param value the new value of the '<em>Hours Of Service</em>' attribute.
135:             * @see #getHoursOfService()
136:             * @generated
137:             */
138:            void setHoursOfService(String value);
139:
140:            /**
141:             * Returns the value of the '<em><b>Contact Instructions</b></em>' attribute.
142:             * <!-- begin-user-doc -->
143:             * <!-- end-user-doc -->
144:             * <!-- begin-model-doc -->
145:             * Supplemental instructions on how or when to contact the individual or organization.
146:             * <!-- end-model-doc -->
147:             * @return the value of the '<em>Contact Instructions</em>' attribute.
148:             * @see #setContactInstructions(String)
149:             * @see net.opengis.ows.OwsPackage#getContactType_ContactInstructions()
150:             * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
151:             *        extendedMetaData="kind='element' name='ContactInstructions' namespace='##targetNamespace'"
152:             * @generated
153:             */
154:            String getContactInstructions();
155:
156:            /**
157:             * Sets the value of the '{@link net.opengis.ows.ContactType#getContactInstructions <em>Contact Instructions</em>}' attribute.
158:             * <!-- begin-user-doc -->
159:             * <!-- end-user-doc -->
160:             * @param value the new value of the '<em>Contact Instructions</em>' attribute.
161:             * @see #getContactInstructions()
162:             * @generated
163:             */
164:            void setContactInstructions(String value);
165:
166:        } // ContactType
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.