cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextAssertion

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.ContextAssertion
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ContextAssertion()
           
ContextAssertion(CompletionStatus completionStatus, org.apache.axis.types.URI fromKey, org.apache.axis.types.URI property_uri, org.apache.axis.types.URI toKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CompletionStatus getCompletionStatus()
          Gets the completionStatus value for this ContextAssertion.
 org.apache.axis.types.URI getFromKey()
          Gets the fromKey value for this ContextAssertion.
 org.apache.axis.types.URI getProperty_uri()
          Gets the property_uri value for this ContextAssertion.
 org.apache.axis.types.URI getToKey()
          Gets the toKey value for this ContextAssertion.
 int hashCode()
           
 void setCompletionStatus(CompletionStatus completionStatus)
          Sets the completionStatus value for this ContextAssertion.
 void setFromKey(org.apache.axis.types.URI fromKey)
          Sets the fromKey value for this ContextAssertion.
 void setProperty_uri(org.apache.axis.types.URI property_uri)
          Sets the property_uri value for this ContextAssertion.
 void setToKey(org.apache.axis.types.URI toKey)
          Sets the toKey value for this ContextAssertion.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextAssertion

public ContextAssertion()

ContextAssertion

public ContextAssertion(CompletionStatus completionStatus,
                        org.apache.axis.types.URI fromKey,
                        org.apache.axis.types.URI property_uri,
                        org.apache.axis.types.URI toKey)
Method Detail

getCompletionStatus

public CompletionStatus getCompletionStatus()
Gets the completionStatus value for this ContextAssertion.

Returns:
completionStatus

setCompletionStatus

public void setCompletionStatus(CompletionStatus completionStatus)
Sets the completionStatus value for this ContextAssertion.

Parameters:
completionStatus -

getFromKey

public org.apache.axis.types.URI getFromKey()
Gets the fromKey value for this ContextAssertion.

Returns:
fromKey

setFromKey

public void setFromKey(org.apache.axis.types.URI fromKey)
Sets the fromKey value for this ContextAssertion.

Parameters:
fromKey -

getProperty_uri

public org.apache.axis.types.URI getProperty_uri()
Gets the property_uri value for this ContextAssertion.

Returns:
property_uri

setProperty_uri

public void setProperty_uri(org.apache.axis.types.URI property_uri)
Sets the property_uri value for this ContextAssertion.

Parameters:
property_uri -

getToKey

public org.apache.axis.types.URI getToKey()
Gets the toKey value for this ContextAssertion.

Returns:
toKey

setToKey

public void setToKey(org.apache.axis.types.URI toKey)
Sets the toKey value for this ContextAssertion.

Parameters:
toKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()