Source Code Cross Referenced for ResponsiblePartyType.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: ResponsiblePartyType.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>Responsible Party Type</b></em>'.
013:         * <!-- end-user-doc -->
014:         *
015:         * <!-- begin-model-doc -->
016:         * Identification of, and means of communication with, person responsible for the server. At least one of IndividualName, OrganisationName, or PositionName shall be included.
017:         * <!-- end-model-doc -->
018:         *
019:         * <p>
020:         * The following features are supported:
021:         * <ul>
022:         *   <li>{@link net.opengis.ows.ResponsiblePartyType#getIndividualName <em>Individual Name</em>}</li>
023:         *   <li>{@link net.opengis.ows.ResponsiblePartyType#getOrganisationName <em>Organisation Name</em>}</li>
024:         *   <li>{@link net.opengis.ows.ResponsiblePartyType#getPositionName <em>Position Name</em>}</li>
025:         *   <li>{@link net.opengis.ows.ResponsiblePartyType#getContactInfo <em>Contact Info</em>}</li>
026:         *   <li>{@link net.opengis.ows.ResponsiblePartyType#getRole <em>Role</em>}</li>
027:         * </ul>
028:         * </p>
029:         *
030:         * @see net.opengis.ows.OwsPackage#getResponsiblePartyType()
031:         * @model extendedMetaData="name='ResponsiblePartyType' kind='elementOnly'"
032:         * @generated
033:         */
034:        public interface ResponsiblePartyType extends EObject {
035:            /**
036:             * Returns the value of the '<em><b>Individual Name</b></em>' attribute.
037:             * <!-- begin-user-doc -->
038:             * <p>
039:             * If the meaning of the '<em>Individual Name</em>' attribute isn't clear,
040:             * there really should be more of a description here...
041:             * </p>
042:             * <!-- end-user-doc -->
043:             * @return the value of the '<em>Individual Name</em>' attribute.
044:             * @see #setIndividualName(String)
045:             * @see net.opengis.ows.OwsPackage#getResponsiblePartyType_IndividualName()
046:             * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
047:             *        extendedMetaData="kind='element' name='IndividualName' namespace='##targetNamespace'"
048:             * @generated
049:             */
050:            String getIndividualName();
051:
052:            /**
053:             * Sets the value of the '{@link net.opengis.ows.ResponsiblePartyType#getIndividualName <em>Individual Name</em>}' attribute.
054:             * <!-- begin-user-doc -->
055:             * <!-- end-user-doc -->
056:             * @param value the new value of the '<em>Individual Name</em>' attribute.
057:             * @see #getIndividualName()
058:             * @generated
059:             */
060:            void setIndividualName(String value);
061:
062:            /**
063:             * Returns the value of the '<em><b>Organisation Name</b></em>' attribute.
064:             * <!-- begin-user-doc -->
065:             * <p>
066:             * If the meaning of the '<em>Organisation Name</em>' attribute isn't clear,
067:             * there really should be more of a description here...
068:             * </p>
069:             * <!-- end-user-doc -->
070:             * @return the value of the '<em>Organisation Name</em>' attribute.
071:             * @see #setOrganisationName(String)
072:             * @see net.opengis.ows.OwsPackage#getResponsiblePartyType_OrganisationName()
073:             * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
074:             *        extendedMetaData="kind='element' name='OrganisationName' namespace='##targetNamespace'"
075:             * @generated
076:             */
077:            String getOrganisationName();
078:
079:            /**
080:             * Sets the value of the '{@link net.opengis.ows.ResponsiblePartyType#getOrganisationName <em>Organisation Name</em>}' attribute.
081:             * <!-- begin-user-doc -->
082:             * <!-- end-user-doc -->
083:             * @param value the new value of the '<em>Organisation Name</em>' attribute.
084:             * @see #getOrganisationName()
085:             * @generated
086:             */
087:            void setOrganisationName(String value);
088:
089:            /**
090:             * Returns the value of the '<em><b>Position Name</b></em>' attribute.
091:             * <!-- begin-user-doc -->
092:             * <p>
093:             * If the meaning of the '<em>Position Name</em>' attribute isn't clear,
094:             * there really should be more of a description here...
095:             * </p>
096:             * <!-- end-user-doc -->
097:             * @return the value of the '<em>Position Name</em>' attribute.
098:             * @see #setPositionName(String)
099:             * @see net.opengis.ows.OwsPackage#getResponsiblePartyType_PositionName()
100:             * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
101:             *        extendedMetaData="kind='element' name='PositionName' namespace='##targetNamespace'"
102:             * @generated
103:             */
104:            String getPositionName();
105:
106:            /**
107:             * Sets the value of the '{@link net.opengis.ows.ResponsiblePartyType#getPositionName <em>Position Name</em>}' attribute.
108:             * <!-- begin-user-doc -->
109:             * <!-- end-user-doc -->
110:             * @param value the new value of the '<em>Position Name</em>' attribute.
111:             * @see #getPositionName()
112:             * @generated
113:             */
114:            void setPositionName(String value);
115:
116:            /**
117:             * Returns the value of the '<em><b>Contact Info</b></em>' containment reference.
118:             * <!-- begin-user-doc -->
119:             * <p>
120:             * If the meaning of the '<em>Contact Info</em>' containment reference isn't clear,
121:             * there really should be more of a description here...
122:             * </p>
123:             * <!-- end-user-doc -->
124:             * @return the value of the '<em>Contact Info</em>' containment reference.
125:             * @see #setContactInfo(ContactType)
126:             * @see net.opengis.ows.OwsPackage#getResponsiblePartyType_ContactInfo()
127:             * @model containment="true"
128:             *        extendedMetaData="kind='element' name='ContactInfo' namespace='##targetNamespace'"
129:             * @generated
130:             */
131:            ContactType getContactInfo();
132:
133:            /**
134:             * Sets the value of the '{@link net.opengis.ows.ResponsiblePartyType#getContactInfo <em>Contact Info</em>}' containment reference.
135:             * <!-- begin-user-doc -->
136:             * <!-- end-user-doc -->
137:             * @param value the new value of the '<em>Contact Info</em>' containment reference.
138:             * @see #getContactInfo()
139:             * @generated
140:             */
141:            void setContactInfo(ContactType value);
142:
143:            /**
144:             * Returns the value of the '<em><b>Role</b></em>' containment reference.
145:             * <!-- begin-user-doc -->
146:             * <p>
147:             * If the meaning of the '<em>Role</em>' containment reference isn't clear,
148:             * there really should be more of a description here...
149:             * </p>
150:             * <!-- end-user-doc -->
151:             * @return the value of the '<em>Role</em>' containment reference.
152:             * @see #setRole(CodeType)
153:             * @see net.opengis.ows.OwsPackage#getResponsiblePartyType_Role()
154:             * @model containment="true" required="true"
155:             *        extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'"
156:             * @generated
157:             */
158:            CodeType getRole();
159:
160:            /**
161:             * Sets the value of the '{@link net.opengis.ows.ResponsiblePartyType#getRole <em>Role</em>}' containment reference.
162:             * <!-- begin-user-doc -->
163:             * <!-- end-user-doc -->
164:             * @param value the new value of the '<em>Role</em>' containment reference.
165:             * @see #getRole()
166:             * @generated
167:             */
168:            void setRole(CodeType value);
169:
170:        } // ResponsiblePartyType
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.