org.deegree.services.wps.provider.jrxml.jaxb.map
Class AbstractDatasourceType

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
Direct Known Subclasses:
WFSDatasource, WMSDatasource

public abstract class AbstractDatasourceType
extends Object

Java class for AbstractDatasourceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AbstractDatasourceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element ref="{http://www.deegree.org/processprovider/map}Authentification" minOccurs="0"/>
       </sequence>
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Authentification authentification
           
protected  String name
           
protected  String url
           
protected  String version
           
 
Constructor Summary
AbstractDatasourceType()
           
 
Method Summary
 Authentification getAuthentification()
          Gets the value of the authentification property.
 String getName()
          Gets the value of the name property.
 String getUrl()
          Gets the value of the url property.
 String getVersion()
          Gets the value of the version property.
 void setAuthentification(Authentification value)
          Sets the value of the authentification property.
 void setName(String value)
          Sets the value of the name property.
 void setUrl(String value)
          Sets the value of the url property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

url

protected String url

authentification

protected Authentification authentification

version

protected String version
Constructor Detail

AbstractDatasourceType

public AbstractDatasourceType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getAuthentification

public Authentification getAuthentification()
Gets the value of the authentification property.

Returns:
possible object is Authentification

setAuthentification

public void setAuthentification(Authentification value)
Sets the value of the authentification property.

Parameters:
value - allowed object is Authentification

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.