oasis.names.tc.wsrp.v1.types
Class UserContext

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.UserContext
All Implemented Interfaces:
java.io.Serializable

public class UserContext
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UserContext()
           
UserContext(Extension[] extensions, UserProfile profile, java.lang.String[] userCategories, java.lang.String userContextKey)
           
 
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
 Extension[] getExtensions()
          Gets the extensions value for this UserContext.
 Extension getExtensions(int i)
           
 UserProfile getProfile()
          Gets the profile value for this UserContext.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String[] getUserCategories()
          Gets the userCategories value for this UserContext.
 java.lang.String getUserCategories(int i)
           
 java.lang.String getUserContextKey()
          Gets the userContextKey value for this UserContext.
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this UserContext.
 void setExtensions(int i, Extension _value)
           
 void setProfile(UserProfile profile)
          Sets the profile value for this UserContext.
 void setUserCategories(int i, java.lang.String _value)
           
 void setUserCategories(java.lang.String[] userCategories)
          Sets the userCategories value for this UserContext.
 void setUserContextKey(java.lang.String userContextKey)
          Sets the userContextKey value for this UserContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserContext

public UserContext()

UserContext

public UserContext(Extension[] extensions,
                   UserProfile profile,
                   java.lang.String[] userCategories,
                   java.lang.String userContextKey)
Method Detail

getUserContextKey

public java.lang.String getUserContextKey()
Gets the userContextKey value for this UserContext.

Returns:
userContextKey

setUserContextKey

public void setUserContextKey(java.lang.String userContextKey)
Sets the userContextKey value for this UserContext.

Parameters:
userContextKey -

getUserCategories

public java.lang.String[] getUserCategories()
Gets the userCategories value for this UserContext.

Returns:
userCategories

setUserCategories

public void setUserCategories(java.lang.String[] userCategories)
Sets the userCategories value for this UserContext.

Parameters:
userCategories -

getUserCategories

public java.lang.String getUserCategories(int i)

setUserCategories

public void setUserCategories(int i,
                              java.lang.String _value)

getProfile

public UserProfile getProfile()
Gets the profile value for this UserContext.

Returns:
profile

setProfile

public void setProfile(UserProfile profile)
Sets the profile value for this UserContext.

Parameters:
profile -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this UserContext.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this UserContext.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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