|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.ogcwebservices.getcapabilities.ServiceIdentification
public class ServiceIdentification
Represents the ServiceIdentification
section of the capabilities of an OGC
compliant web service according to the OGC Common Implementation Specification 0.2
.
This section corresponds to and expands the SV_ServiceIdentification class in ISO 19119.
It consists of the following elements:
Name | Occurences | Function |
---|---|---|
ServiceType | 1 | Useful to provide service type name useful for machine-to-machine communication |
ServiceTypeVersion | 1-* | Useful to provide list of server-supported versions. |
Title | 1 | Useful to provide a server title for display to a human. |
Abstract | 0|1 | Usually useful to provide narrative description of server, useful for display to a human. |
Keywords | 0-* | Often useful to provide keywords useful for server searching. |
Fees | 0|1 | Usually useful to specify fees, or NONE if no fees. |
AccessConstraints | 0-* | Usually useful to specify access constraints, or NONE if no access constraints. |
Constructor Summary | |
---|---|
ServiceIdentification(Code serviceType,
String[] serviceTypeVersions,
String title,
String serviceAbstract,
Keywords[] keywords,
String fees,
String[] accessConstraints)
Constructs a new ServiceIdentification object. |
|
ServiceIdentification(String name,
Code serviceType,
String[] serviceTypeVersions,
String title,
String serviceAbstract,
Keywords[] keywords,
String fees,
String[] accessConstraints)
Constructs a new ServiceIdentification object. |
Method Summary | |
---|---|
String |
getAbstract()
Returns the java representation of the Abstract-element. |
String[] |
getAccessConstraints()
Returns the java representation of the AccessConstraints-elements. |
String |
getFees()
Returns the java representation of the AccessConstraints-elements. |
Keywords[] |
getKeywords()
Returns the java representation of the Keywords-elements. |
String |
getName()
|
Code |
getServiceType()
Returns the java representation of the ServiceType-element. |
String[] |
getServiceTypeVersions()
Returns the java representation of the ServiceTypeVersion-elements. |
String |
getTitle()
Returns the java representation of the Title-element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceIdentification(String name, Code serviceType, String[] serviceTypeVersions, String title, String serviceAbstract, Keywords[] keywords, String fees, String[] accessConstraints)
serviceType
- serviceTypeVersions
- title
- serviceAbstract
- may be nullkeywords
- may be an empty array or nullfees
- may be nullaccessConstraints
- may be an empty array or nullpublic ServiceIdentification(Code serviceType, String[] serviceTypeVersions, String title, String serviceAbstract, Keywords[] keywords, String fees, String[] accessConstraints)
serviceType
- serviceTypeVersions
- title
- serviceAbstract
- may be nullkeywords
- may be an empty array or nullfees
- may be nullaccessConstraints
- may be an empty array or nullMethod Detail |
---|
public Code getServiceType()
public String[] getServiceTypeVersions()
public String getTitle()
public String getAbstract()
public Keywords[] getKeywords()
public String getFees()
public String[] getAccessConstraints()
public String getName()
|
deegree 2.2 (2008/12/22 11:33 build-3038-official) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net