cgl.axis.services.WSCTX.wsctx_schema
Class AssertionWithProtocolURIType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.AssertionType
      extended bycgl.axis.services.WSCTX.wsctx_schema.AssertionWithProtocolURIType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Begin, CompletionType, SetTimeout

public class AssertionWithProtocolURIType
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AssertionWithProtocolURIType()
           
AssertionWithProtocolURIType(org.apache.axis.types.URI protocolUri)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getProtocolUri()
          Gets the protocolUri value for this AssertionWithProtocolURIType.
 int hashCode()
           
 void setProtocolUri(org.apache.axis.types.URI protocolUri)
          Sets the protocolUri value for this AssertionWithProtocolURIType.
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.AssertionType
getCorrelationId, setCorrelationId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionWithProtocolURIType

public AssertionWithProtocolURIType()

AssertionWithProtocolURIType

public AssertionWithProtocolURIType(org.apache.axis.types.URI protocolUri)
Method Detail

getProtocolUri

public org.apache.axis.types.URI getProtocolUri()
Gets the protocolUri value for this AssertionWithProtocolURIType.

Returns:
protocolUri

setProtocolUri

public void setProtocolUri(org.apache.axis.types.URI protocolUri)
Sets the protocolUri value for this AssertionWithProtocolURIType.

Parameters:
protocolUri -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AssertionType

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType