|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.UserContext
public class UserContext
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 |
---|
public UserContext()
public UserContext(Extension[] extensions, UserProfile profile, java.lang.String[] userCategories, java.lang.String userContextKey)
Method Detail |
---|
public java.lang.String getUserContextKey()
public void setUserContextKey(java.lang.String userContextKey)
userContextKey
- public java.lang.String[] getUserCategories()
public void setUserCategories(java.lang.String[] userCategories)
userCategories
- public java.lang.String getUserCategories(int i)
public void setUserCategories(int i, java.lang.String _value)
public UserProfile getProfile()
public void setProfile(UserProfile profile)
profile
- public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |