hudson.plugins.sfee.webservice
Class UserSoapDO

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ObjectSoapDO
      extended by hudson.plugins.sfee.webservice.UserSoapDO
All Implemented Interfaces:
java.io.Serializable

public class UserSoapDO
extends ObjectSoapDO
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserSoapDO()
           
UserSoapDO(java.lang.String createdBy, java.util.Calendar createdDate, java.lang.String id, java.lang.String lastModifiedBy, java.util.Calendar lastModifiedDate, int version, java.lang.String email, java.lang.String fullName, java.lang.String locale, boolean restrictedUser, java.lang.String status, boolean superUser, java.lang.String timeZone, java.lang.String username)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getEmail()
          Gets the email value for this UserSoapDO.
 java.lang.String getFullName()
          Gets the fullName value for this UserSoapDO.
 java.lang.String getLocale()
          Gets the locale value for this UserSoapDO.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStatus()
          Gets the status value for this UserSoapDO.
 java.lang.String getTimeZone()
          Gets the timeZone value for this UserSoapDO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUsername()
          Gets the username value for this UserSoapDO.
 int hashCode()
           
 boolean isRestrictedUser()
          Gets the restrictedUser value for this UserSoapDO.
 boolean isSuperUser()
          Gets the superUser value for this UserSoapDO.
 void setEmail(java.lang.String email)
          Sets the email value for this UserSoapDO.
 void setFullName(java.lang.String fullName)
          Sets the fullName value for this UserSoapDO.
 void setLocale(java.lang.String locale)
          Sets the locale value for this UserSoapDO.
 void setRestrictedUser(boolean restrictedUser)
          Sets the restrictedUser value for this UserSoapDO.
 void setStatus(java.lang.String status)
          Sets the status value for this UserSoapDO.
 void setSuperUser(boolean superUser)
          Sets the superUser value for this UserSoapDO.
 void setTimeZone(java.lang.String timeZone)
          Sets the timeZone value for this UserSoapDO.
 void setUsername(java.lang.String username)
          Sets the username value for this UserSoapDO.
 
Methods inherited from class hudson.plugins.sfee.webservice.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSoapDO

public UserSoapDO()

UserSoapDO

public UserSoapDO(java.lang.String createdBy,
                  java.util.Calendar createdDate,
                  java.lang.String id,
                  java.lang.String lastModifiedBy,
                  java.util.Calendar lastModifiedDate,
                  int version,
                  java.lang.String email,
                  java.lang.String fullName,
                  java.lang.String locale,
                  boolean restrictedUser,
                  java.lang.String status,
                  boolean superUser,
                  java.lang.String timeZone,
                  java.lang.String username)
Method Detail

getEmail

public java.lang.String getEmail()
Gets the email value for this UserSoapDO.

Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this UserSoapDO.

Parameters:
email -

getFullName

public java.lang.String getFullName()
Gets the fullName value for this UserSoapDO.

Returns:
fullName

setFullName

public void setFullName(java.lang.String fullName)
Sets the fullName value for this UserSoapDO.

Parameters:
fullName -

getLocale

public java.lang.String getLocale()
Gets the locale value for this UserSoapDO.

Returns:
locale

setLocale

public void setLocale(java.lang.String locale)
Sets the locale value for this UserSoapDO.

Parameters:
locale -

isRestrictedUser

public boolean isRestrictedUser()
Gets the restrictedUser value for this UserSoapDO.

Returns:
restrictedUser

setRestrictedUser

public void setRestrictedUser(boolean restrictedUser)
Sets the restrictedUser value for this UserSoapDO.

Parameters:
restrictedUser -

getStatus

public java.lang.String getStatus()
Gets the status value for this UserSoapDO.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this UserSoapDO.

Parameters:
status -

isSuperUser

public boolean isSuperUser()
Gets the superUser value for this UserSoapDO.

Returns:
superUser

setSuperUser

public void setSuperUser(boolean superUser)
Sets the superUser value for this UserSoapDO.

Parameters:
superUser -

getTimeZone

public java.lang.String getTimeZone()
Gets the timeZone value for this UserSoapDO.

Returns:
timeZone

setTimeZone

public void setTimeZone(java.lang.String timeZone)
Sets the timeZone value for this UserSoapDO.

Parameters:
timeZone -

getUsername

public java.lang.String getUsername()
Gets the username value for this UserSoapDO.

Returns:
username

setUsername

public void setUsername(java.lang.String username)
Sets the username value for this UserSoapDO.

Parameters:
username -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ObjectSoapDO

hashCode

public int hashCode()
Overrides:
hashCode in class ObjectSoapDO

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2008. All Rights Reserved.