cgl.axis.services.WSCTX.wsctx_schema
Class AssertionWithProtocolURIType
java.lang.Object
cgl.axis.services.WSCTX.wsctx_schema.AssertionType
cgl.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
|
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AssertionWithProtocolURIType
public AssertionWithProtocolURIType()
AssertionWithProtocolURIType
public AssertionWithProtocolURIType(org.apache.axis.types.URI protocolUri)
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