org.hackystat.tickertape.tickerlingua.jaxb
Class HackystatAccount

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.HackystatAccount

public class HackystatAccount
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="{}hackystatservice-refid use="required""/>
       <attribute ref="{}user use="required""/>
       <attribute ref="{}password"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String hackystatserviceRefid
           
protected  java.lang.String password
           
protected  java.lang.String user
           
 
Constructor Summary
HackystatAccount()
           
 
Method Summary
 java.lang.String getHackystatserviceRefid()
          Gets the value of the hackystatserviceRefid property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.String getUser()
          Gets the value of the user property.
 void setHackystatserviceRefid(java.lang.String value)
          Sets the value of the hackystatserviceRefid property.
 void setPassword(java.lang.String value)
          Sets the value of the password 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

hackystatserviceRefid

protected java.lang.String hackystatserviceRefid

user

protected java.lang.String user

password

protected java.lang.String password
Constructor Detail

HackystatAccount

public HackystatAccount()
Method Detail

getHackystatserviceRefid

public java.lang.String getHackystatserviceRefid()
Gets the value of the hackystatserviceRefid property.

Returns:
possible object is String

setHackystatserviceRefid

public void setHackystatserviceRefid(java.lang.String value)
Sets the value of the hackystatserviceRefid 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