org.hackystat.sensorshell.usermap.resource.jaxb
Class User

java.lang.Object
  extended by org.hackystat.sensorshell.usermap.resource.jaxb.User

public class User
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}toolaccount"/>
       <attribute ref="{}user"/>
       <attribute ref="{}password"/>
       <attribute ref="{}sensorbase"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String password
           
protected  java.lang.String sensorbase
           
protected  java.lang.String toolaccount
           
protected  java.lang.String user
           
 
Constructor Summary
User()
           
 
Method Summary
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getSensorbase()
          Gets the value of the sensorbase property.
 java.lang.String getToolaccount()
          Gets the value of the toolaccount property.
 java.lang.String getUser()
          Gets the value of the user property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setSensorbase(java.lang.String value)
          Sets the value of the sensorbase property.
 void setToolaccount(java.lang.String value)
          Sets the value of the toolaccount property.
 void setUser(java.lang.String value)
          Sets the value of the user property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toolaccount

protected java.lang.String toolaccount

user

protected java.lang.String user

password

protected java.lang.String password

sensorbase

protected java.lang.String sensorbase
Constructor Detail

User

public User()
Method Detail

getToolaccount

public java.lang.String getToolaccount()
Gets the value of the toolaccount property.

Returns:
possible object is String

setToolaccount

public void setToolaccount(java.lang.String value)
Sets the value of the toolaccount property.

Parameters:
value - allowed object is String

getUser

public java.lang.String getUser()
Gets the value of the user property.

Returns:
possible object is String

setUser

public void setUser(java.lang.String value)
Sets the value of the user property.

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getSensorbase

public java.lang.String getSensorbase()
Gets the value of the sensorbase property.

Returns:
possible object is String

setSensorbase

public void setSensorbase(java.lang.String value)
Sets the value of the sensorbase property.

Parameters:
value - allowed object is String