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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLang()
Returns the value of the 'Lang' attribute.LanguagesType1
getLanguages()
Returns the value of the 'Languages' containment reference.ProcessOfferingsType
getProcessOfferings()
Returns the value of the 'Process Offerings' containment reference.String
getService()
Returns the value of the 'Service' attribute.WSDLType
getWSDL()
Returns the value of the 'WSDL' containment reference.boolean
isSetService()
Returns whether the value of the 'Service
' attribute is set.void
setLang(String value)
Sets the value of the 'Lang
' attribute.void
setLanguages(LanguagesType1 value)
Sets the value of the 'Languages
' containment reference.void
setProcessOfferings(ProcessOfferingsType value)
Sets the value of the 'Process Offerings
' containment reference.void
setService(String value)
Sets the value of the 'Service
' attribute.void
setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference.void
unsetService()
Unsets the value of the 'Service
' attribute.-
Methods inherited from interface CapabilitiesBaseType
getOperationsMetadata, getServiceIdentification, getServiceProvider, getUpdateSequence, getVersion, setOperationsMetadata, setServiceIdentification, setServiceProvider, setUpdateSequence, setVersion
-
-
-
-
Method Detail
-
getProcessOfferings
ProcessOfferingsType 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()
-
setProcessOfferings
void 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()
-
getLanguages
LanguagesType1 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()
-
setLanguages
void setLanguages(LanguagesType1 value)
Sets the value of the 'Languages
' containment reference.- Parameters:
value
- the new value of the 'Languages' containment reference.- See Also:
getLanguages()
-
getWSDL
WSDLType 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()
-
setWSDL
void setWSDL(WSDLType value)
Sets the value of the 'WSDL
' containment reference.- Parameters:
value
- the new value of the 'WSDL' containment reference.- See Also:
getWSDL()
-
getLang
String 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()
-
setLang
void setLang(String value)
Sets the value of the 'Lang
' attribute.- Parameters:
value
- the new value of the 'Lang' attribute.- See Also:
getLang()
-
getService
String 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()
-
setService
void setService(String value)
Sets the value of the 'Service
' attribute.- Parameters:
value
- the new value of the 'Service' attribute.- See Also:
isSetService()
,unsetService()
,getService()
-
unsetService
void unsetService()
Unsets the value of the 'Service
' attribute.- See Also:
isSetService()
,getService()
,setService(String)
-
isSetService
boolean 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)
-
-