Class User
java.lang.Object
com.polarion.alm.ws.client.types.projects.User
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the description value for this User.static org.apache.axis.encoding.Deserializer
getDeserializer
(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the disabledNotifications value for this User.getEmail()
Gets the email value for this User.Gets the homePageContent value for this User.getId()
Gets the id value for this User.getName()
Gets the name value for this User.static org.apache.axis.encoding.Serializer
getSerializer
(String mechType, Class _javaType, QName _xmlType) Get Custom Serializerstatic org.apache.axis.description.TypeDesc
Return type metadata objectgetUri()
Gets the uri value for this User.String[]
Gets the voteURIs value for this User.String[]
Gets the watcheURIs value for this User.int
hashCode()
boolean
Gets the unresolvable value for this User.void
setDescription
(Text description) Sets the description value for this User.void
setDisabledNotifications
(Boolean disabledNotifications) Sets the disabledNotifications value for this User.void
Sets the email value for this User.void
setHomePageContent
(Text homePageContent) Sets the homePageContent value for this User.void
Sets the id value for this User.void
Sets the name value for this User.void
setUnresolvable
(boolean unresolvable) Sets the unresolvable value for this User.void
Sets the uri value for this User.void
setVoteURIs
(String[] voteURIs) Sets the voteURIs value for this User.void
setWatcheURIs
(String[] watcheURIs) Sets the watcheURIs value for this User.
-
Constructor Details
-
User
public User() -
User
-
-
Method Details
-
getDescription
Gets the description value for this User.- Returns:
- description
-
setDescription
Sets the description value for this User.- Parameters:
description
-
-
getDisabledNotifications
Gets the disabledNotifications value for this User.- Returns:
- disabledNotifications
-
setDisabledNotifications
Sets the disabledNotifications value for this User.- Parameters:
disabledNotifications
-
-
getEmail
Gets the email value for this User.- Returns:
-
setEmail
Sets the email value for this User.- Parameters:
email
-
-
getHomePageContent
Gets the homePageContent value for this User.- Returns:
- homePageContent
-
setHomePageContent
Sets the homePageContent value for this User.- Parameters:
homePageContent
-
-
getId
Gets the id value for this User.- Returns:
- id
-
setId
Sets the id value for this User.- Parameters:
id
-
-
getName
Gets the name value for this User.- Returns:
- name
-
setName
Sets the name value for this User.- Parameters:
name
-
-
getVoteURIs
Gets the voteURIs value for this User.- Returns:
- voteURIs
-
setVoteURIs
Sets the voteURIs value for this User.- Parameters:
voteURIs
-
-
getWatcheURIs
Gets the watcheURIs value for this User.- Returns:
- watcheURIs
-
setWatcheURIs
Sets the watcheURIs value for this User.- Parameters:
watcheURIs
-
-
getUri
Gets the uri value for this User.- Returns:
- uri
-
setUri
Sets the uri value for this User.- Parameters:
uri
-
-
isUnresolvable
public boolean isUnresolvable()Gets the unresolvable value for this User.- Returns:
- unresolvable
-
setUnresolvable
public void setUnresolvable(boolean unresolvable) Sets the unresolvable value for this User.- Parameters:
unresolvable
-
-
equals
-
hashCode
public int hashCode() -
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()Return type metadata object -
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom Serializer -
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom Deserializer
-