Package net.opengis.wps10
Interface WPSCapabilitiesType
- 
- All Superinterfaces:
- CapabilitiesBaseType,- EObject,- Notifier
 - All Known Implementing Classes:
- WPSCapabilitiesTypeImpl
 
 public interface WPSCapabilitiesType extends CapabilitiesBaseType A representation of the model object 'WPS Capabilities Type'.The following features are supported: - See Also:
- Wps10Package.getWPSCapabilitiesType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLang()Returns the value of the 'Lang' attribute.LanguagesType1getLanguages()Returns the value of the 'Languages' containment reference.ProcessOfferingsTypegetProcessOfferings()Returns the value of the 'Process Offerings' containment reference.StringgetService()Returns the value of the 'Service' attribute.WSDLTypegetWSDL()Returns the value of the 'WSDL' containment reference.booleanisSetService()Returns whether the value of the 'Service' attribute is set.voidsetLang(String value)Sets the value of the 'Lang' attribute.voidsetLanguages(LanguagesType1 value)Sets the value of the 'Languages' containment reference.voidsetProcessOfferings(ProcessOfferingsType value)Sets the value of the 'Process Offerings' containment reference.voidsetService(String value)Sets the value of the 'Service' attribute.voidsetWSDL(WSDLType value)Sets the value of the 'WSDL' containment reference.voidunsetService()Unsets the value of the 'Service' attribute.- 
Methods inherited from interface CapabilitiesBaseTypegetOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
 
- 
 
- 
- 
- 
Method Detail- 
getProcessOfferingsProcessOfferingsType getProcessOfferings() Returns the value of the 'Process Offerings' containment reference. List of brief descriptions of the processes offered by this WPS server.- Returns:
- the value of the 'Process Offerings' containment reference.
- See Also:
- setProcessOfferings(ProcessOfferingsType),- Wps10Package.getWPSCapabilitiesType_ProcessOfferings()
 
 - 
setProcessOfferingsvoid setProcessOfferings(ProcessOfferingsType value) Sets the value of the 'Process Offerings' containment reference.- Parameters:
- value- the new value of the 'Process Offerings' containment reference.
- See Also:
- getProcessOfferings()
 
 - 
getLanguagesLanguagesType1 getLanguages() Returns the value of the 'Languages' containment reference. List of the default and other languages supported by this service.- Returns:
- the value of the 'Languages' containment reference.
- See Also:
- setLanguages(LanguagesType1),- Wps10Package.getWPSCapabilitiesType_Languages()
 
 - 
setLanguagesvoid setLanguages(LanguagesType1 value) Sets the value of the 'Languages' containment reference.- Parameters:
- value- the new value of the 'Languages' containment reference.
- See Also:
- getLanguages()
 
 - 
getWSDLWSDLType getWSDL() Returns the value of the 'WSDL' containment reference. Location of a WSDL document which describes the entire service.- Returns:
- the value of the 'WSDL' containment reference.
- See Also:
- setWSDL(WSDLType),- Wps10Package.getWPSCapabilitiesType_WSDL()
 
 - 
setWSDLvoid setWSDL(WSDLType value) Sets the value of the 'WSDL' containment reference.- Parameters:
- value- the new value of the 'WSDL' containment reference.
- See Also:
- getWSDL()
 
 - 
getLangString getLang() Returns the value of the 'Lang' attribute. Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.- Returns:
- the value of the 'Lang' attribute.
- See Also:
- setLang(String),- Wps10Package.getWPSCapabilitiesType_Lang()
 
 - 
setLangvoid setLang(String value) Sets the value of the 'Lang' attribute.- Parameters:
- value- the new value of the 'Lang' attribute.
- See Also:
- getLang()
 
 - 
getServiceString getService() Returns the value of the 'Service' attribute. The default value is"WPS".If the meaning of the 'Service' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- setService(String),- Wps10Package.getWPSCapabilitiesType_Service()
 
 - 
setServicevoid setService(String value) Sets the value of the 'Service' attribute.- Parameters:
- value- the new value of the 'Service' attribute.
- See Also:
- isSetService(),- unsetService(),- getService()
 
 - 
unsetServicevoid unsetService() Unsets the value of the 'Service' attribute.- See Also:
- isSetService(),- getService(),- setService(String)
 
 - 
isSetServiceboolean isSetService() Returns whether the value of the 'Service' attribute is set.- Returns:
- whether the value of the 'Service' attribute is set.
- See Also:
- unsetService(),- getService(),- setService(String)
 
 
- 
 
-