cgl.axis.services.WSCTX.wsctx_schema
Class UnknownContextFault
java.lang.Object
cgl.axis.services.WSCTX.wsctx_schema.AssertionType
cgl.axis.services.WSCTX.wsctx_schema.FaultType
cgl.axis.services.WSCTX.wsctx_schema.UnknownContextFault
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownContextFault
- extends FaultType
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getContextIdentifier()
Gets the contextIdentifier value for this UnknownContextFault. |
int |
hashCode()
|
void |
setContextIdentifier(org.apache.axis.types.URI contextIdentifier)
Sets the contextIdentifier value for this UnknownContextFault. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UnknownContextFault
public UnknownContextFault()
UnknownContextFault
public UnknownContextFault(org.apache.axis.types.URI contextIdentifier)
getContextIdentifier
public org.apache.axis.types.URI getContextIdentifier()
- Gets the contextIdentifier value for this UnknownContextFault.
- Returns:
- contextIdentifier
setContextIdentifier
public void setContextIdentifier(org.apache.axis.types.URI contextIdentifier)
- Sets the contextIdentifier value for this UnknownContextFault.
- Parameters:
contextIdentifier
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class FaultType
hashCode
public int hashCode()
- Overrides:
hashCode
in class FaultType