cgl.axis.services.WSCTX.wsctx_schema
Class ContextIdentifierType

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

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

See Also:
Serialized Form

Constructor Summary
ContextIdentifierType()
           
ContextIdentifierType(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 ContextIdentifierType.
 int hashCode()
           
 void setValue(org.apache.axis.types.URI value)
          Sets the value value for this ContextIdentifierType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextIdentifierType

public ContextIdentifierType()

ContextIdentifierType

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

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()