cgl.axis.services.WSCTX.wsctx_schema
Class SystemContextIdentifierType

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

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

See Also:
Serialized Form

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

Constructor Detail

SystemContextIdentifierType

public SystemContextIdentifierType()

SystemContextIdentifierType

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

getValue

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

Returns:
value

setValue

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

Parameters:
value -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()