cgl.axis.services.WSCTX.wsctx_schema
Class UserContextIdentifierType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.UserContextIdentifierType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UserContextIdentifierType()
           
UserContextIdentifierType(org.apache.axis.types.URI value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getValue()
          Gets the value value for this UserContextIdentifierType.
 int hashCode()
           
 void setValue(org.apache.axis.types.URI value)
          Sets the value value for this UserContextIdentifierType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserContextIdentifierType

public UserContextIdentifierType()

UserContextIdentifierType

public UserContextIdentifierType(org.apache.axis.types.URI value)
Method Detail

getValue

public org.apache.axis.types.URI getValue()
Gets the value value for this UserContextIdentifierType.

Returns:
value

setValue

public void setValue(org.apache.axis.types.URI value)
Sets the value value for this UserContextIdentifierType.

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()