org.deegree.remoteows.wms_new.jaxb
Class HTTPBasicAuthenticationType

java.lang.Object
  extended by org.deegree.remoteows.wms_new.jaxb.AuthenticationType
      extended by org.deegree.remoteows.wms_new.jaxb.HTTPBasicAuthenticationType

public class HTTPBasicAuthenticationType
extends AuthenticationType

Java class for HTTPBasicAuthenticationType complex type.

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

 <complexType name="HTTPBasicAuthenticationType">
   <complexContent>
     <extension base="{http://www.deegree.org/remoteows/wms}AuthenticationType">
       <sequence>
         <element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Password" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String password
           
protected  String username
           
 
Constructor Summary
HTTPBasicAuthenticationType()
           
 
Method Summary
 String getPassword()
          Gets the value of the password property.
 String getUsername()
          Gets the value of the username property.
 void setPassword(String value)
          Sets the value of the password property.
 void setUsername(String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

password

protected String password
Constructor Detail

HTTPBasicAuthenticationType

public HTTPBasicAuthenticationType()
Method Detail

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.