|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.capabilities.Service_Impl
The interface provides acces to the
----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
abstract_
|
private java.lang.String |
accessConstraints
|
private ContactInformation |
contactInformation
|
private java.lang.String |
fees
|
private java.util.ArrayList |
keywordList
|
private java.lang.String |
name
|
private java.net.URL |
onlineResource
|
private java.lang.String |
title
|
Constructor Summary | |
Service_Impl(java.lang.String name,
java.lang.String title,
java.lang.String abstract_,
java.lang.String[] keywords,
java.net.URL onlineResource,
ContactInformation contactInformation,
java.lang.String fees,
java.lang.String accessConstraints)
constructor initializing the class with the OGCWebServiceCapabilities |
Method Summary | |
void |
addKeyword(java.lang.String keyword)
adds the keywordList |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.lang.String |
getAbstract()
The Abstract element allows a descriptive narrative providing more information about the enclosing object. |
java.lang.String |
getAccessConstraints()
Returns access constraints assigned to the service. |
ContactInformation |
getContactInformation()
Returns informations who to contact for questions about the service. |
java.lang.String |
getFees()
Returns fees assigned to the service. |
java.lang.String[] |
getKeywordList()
A list of keywords or keyword phrases should be included to help catalog searching. |
java.lang.String |
getName()
returns the name of the service. |
java.net.URL |
getOnlineResource()
The OnlineResource element within the Service element can be used, for example, to point to the web site of the service provider. |
java.lang.String |
getTitle()
Returns the title of the service. |
void |
setAbstract(java.lang.String abstract_)
Sets the abstract element |
void |
setAccessConstraints(java.lang.String accessConstraints)
Sets access constraints assigned to the service. |
void |
setContactInformation(ContactInformation contactInformation)
Sets informations who to contact for questions about the service. |
void |
setFees(java.lang.String fees)
Sets fees assigned to the service. |
void |
setKeywordList(java.lang.String[] keywordList)
sets the keywordList |
void |
setName(java.lang.String name)
sets the name of the service. |
void |
setOnlineResource(java.net.URL onlineResource)
sets URL prefix for get HTTP request method. |
void |
setTitle(java.lang.String title)
Sets the title of the service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList keywordList
private ContactInformation contactInformation
private java.lang.String abstract_
private java.lang.String accessConstraints
private java.lang.String fees
private java.lang.String name
private java.lang.String title
private java.net.URL onlineResource
Constructor Detail |
public Service_Impl(java.lang.String name, java.lang.String title, java.lang.String abstract_, java.lang.String[] keywords, java.net.URL onlineResource, ContactInformation contactInformation, java.lang.String fees, java.lang.String accessConstraints)
Method Detail |
public java.lang.String getName()
getName
in interface Service
public void setName(java.lang.String name)
public java.lang.String getTitle()
getTitle
in interface Service
getName()
public void setTitle(java.lang.String title)
getName()
public java.lang.String getAbstract()
getAbstract
in interface Service
public void setAbstract(java.lang.String abstract_)
public java.lang.String[] getKeywordList()
getKeywordList
in interface Service
public void addKeyword(java.lang.String keyword)
public void setKeywordList(java.lang.String[] keywordList)
public java.net.URL getOnlineResource()
getOnlineResource
in interface Service
public void setOnlineResource(java.net.URL onlineResource)
public ContactInformation getContactInformation()
getContactInformation
in interface Service
public void setContactInformation(ContactInformation contactInformation)
public java.lang.String getFees()
getFees
in interface Service
public void setFees(java.lang.String fees)
public java.lang.String getAccessConstraints()
getAccessConstraints
in interface Service
public void setAccessConstraints(java.lang.String accessConstraints)
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |