cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Context

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

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

See Also:
Serialized Form

Constructor Summary
Context()
           
Context(AccessRightInfo accessRightInfo, ContextAssertion[] contextAssertion, org.apache.axis.types.URI contextKey, ServiceRefType contextManager, ServiceRefType contextService, java.lang.String findQualifier, Lease lease, Name[] name, org.apache.axis.types.URI serviceKey, org.apache.axis.types.URI sessionKey, byte[] value, java.lang.String valueType, long version)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AccessRightInfo getAccessRightInfo()
          Gets the accessRightInfo value for this Context.
 ContextAssertion[] getContextAssertion()
          Gets the contextAssertion value for this Context.
 ContextAssertion getContextAssertion(int i)
           
 org.apache.axis.types.URI getContextKey()
          Gets the contextKey value for this Context.
 ServiceRefType getContextManager()
          Gets the contextManager value for this Context.
 ServiceRefType getContextService()
          Gets the contextService value for this Context.
 java.lang.String getFindQualifier()
          Gets the findQualifier value for this Context.
 Lease getLease()
          Gets the lease value for this Context.
 Name[] getName()
          Gets the name value for this Context.
 Name getName(int i)
           
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this Context.
 org.apache.axis.types.URI getSessionKey()
          Gets the sessionKey value for this Context.
 byte[] getValue()
          Gets the value value for this Context.
 byte getValue(int i)
           
 java.lang.String getValueType()
          Gets the valueType value for this Context.
 long getVersion()
          Gets the version value for this Context.
 int hashCode()
           
 void setAccessRightInfo(AccessRightInfo accessRightInfo)
          Sets the accessRightInfo value for this Context.
 void setContextAssertion(ContextAssertion[] contextAssertion)
          Sets the contextAssertion value for this Context.
 void setContextAssertion(int i, ContextAssertion _value)
           
 void setContextKey(org.apache.axis.types.URI contextKey)
          Sets the contextKey value for this Context.
 void setContextManager(ServiceRefType contextManager)
          Sets the contextManager value for this Context.
 void setContextService(ServiceRefType contextService)
          Sets the contextService value for this Context.
 void setFindQualifier(java.lang.String findQualifier)
          Sets the findQualifier value for this Context.
 void setLease(Lease lease)
          Sets the lease value for this Context.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Context.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this Context.
 void setSessionKey(org.apache.axis.types.URI sessionKey)
          Sets the sessionKey value for this Context.
 void setValue(byte[] value)
          Sets the value value for this Context.
 void setValue(int i, byte _value)
           
 void setValueType(java.lang.String valueType)
          Sets the valueType value for this Context.
 void setVersion(long version)
          Sets the version value for this Context.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()

Context

public Context(AccessRightInfo accessRightInfo,
               ContextAssertion[] contextAssertion,
               org.apache.axis.types.URI contextKey,
               ServiceRefType contextManager,
               ServiceRefType contextService,
               java.lang.String findQualifier,
               Lease lease,
               Name[] name,
               org.apache.axis.types.URI serviceKey,
               org.apache.axis.types.URI sessionKey,
               byte[] value,
               java.lang.String valueType,
               long version)
Method Detail

getAccessRightInfo

public AccessRightInfo getAccessRightInfo()
Gets the accessRightInfo value for this Context.

Returns:
accessRightInfo

setAccessRightInfo

public void setAccessRightInfo(AccessRightInfo accessRightInfo)
Sets the accessRightInfo value for this Context.

Parameters:
accessRightInfo -

getContextAssertion

public ContextAssertion[] getContextAssertion()
Gets the contextAssertion value for this Context.

Returns:
contextAssertion

setContextAssertion

public void setContextAssertion(ContextAssertion[] contextAssertion)
Sets the contextAssertion value for this Context.

Parameters:
contextAssertion -

getContextAssertion

public ContextAssertion getContextAssertion(int i)

setContextAssertion

public void setContextAssertion(int i,
                                ContextAssertion _value)

getContextKey

public org.apache.axis.types.URI getContextKey()
Gets the contextKey value for this Context.

Returns:
contextKey

setContextKey

public void setContextKey(org.apache.axis.types.URI contextKey)
Sets the contextKey value for this Context.

Parameters:
contextKey -

getContextManager

public ServiceRefType getContextManager()
Gets the contextManager value for this Context.

Returns:
contextManager

setContextManager

public void setContextManager(ServiceRefType contextManager)
Sets the contextManager value for this Context.

Parameters:
contextManager -

getContextService

public ServiceRefType getContextService()
Gets the contextService value for this Context.

Returns:
contextService

setContextService

public void setContextService(ServiceRefType contextService)
Sets the contextService value for this Context.

Parameters:
contextService -

getFindQualifier

public java.lang.String getFindQualifier()
Gets the findQualifier value for this Context.

Returns:
findQualifier

setFindQualifier

public void setFindQualifier(java.lang.String findQualifier)
Sets the findQualifier value for this Context.

Parameters:
findQualifier -

getLease

public Lease getLease()
Gets the lease value for this Context.

Returns:
lease

setLease

public void setLease(Lease lease)
Sets the lease value for this Context.

Parameters:
lease -

getName

public Name[] getName()
Gets the name value for this Context.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this Context.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this Context.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this Context.

Parameters:
serviceKey -

getSessionKey

public org.apache.axis.types.URI getSessionKey()
Gets the sessionKey value for this Context.

Returns:
sessionKey

setSessionKey

public void setSessionKey(org.apache.axis.types.URI sessionKey)
Sets the sessionKey value for this Context.

Parameters:
sessionKey -

getValue

public byte[] getValue()
Gets the value value for this Context.

Returns:
value

setValue

public void setValue(byte[] value)
Sets the value value for this Context.

Parameters:
value -

getValue

public byte getValue(int i)

setValue

public void setValue(int i,
                     byte _value)

getValueType

public java.lang.String getValueType()
Gets the valueType value for this Context.

Returns:
valueType

setValueType

public void setValueType(java.lang.String valueType)
Sets the valueType value for this Context.

Parameters:
valueType -

getVersion

public long getVersion()
Gets the version value for this Context.

Returns:
version

setVersion

public void setVersion(long version)
Sets the version value for this Context.

Parameters:
version -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()