cgl.axis.services.WSCTX.wsctx_schema
Class StatusType

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

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

See Also:
Serialized Form

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

Constructor Detail

StatusType

public StatusType()

StatusType

public StatusType(org.apache.axis.types.URI namespace)
Method Detail

getNamespace

public org.apache.axis.types.URI getNamespace()
Gets the namespace value for this StatusType.

Returns:
namespace

setNamespace

public void setNamespace(org.apache.axis.types.URI namespace)
Sets the namespace value for this StatusType.

Parameters:
namespace -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()