cgl.axis.services.WSCTX.wsctx_schema
Class ContextType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.ContextType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ContextType()
           
ContextType(ContextIdentifierType contextIdentifier, ServiceRefType contextService, org.apache.axis.types.URI type, ServiceRefType contextManager, ContextType parentContext, ContextType[] relatedContext, TimestampType timestamp, java.lang.String[] messageElement, int timeout)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextIdentifierType getContextIdentifier()
          Gets the contextIdentifier value for this ContextType.
 ServiceRefType getContextManager()
          Gets the contextManager value for this ContextType.
 ServiceRefType getContextService()
          Gets the contextService value for this ContextType.
 java.lang.String[] getMessageElement()
          Gets the messageElement value for this ContextType.
 java.lang.String getMessageElement(int i)
           
 ContextType getParentContext()
          Gets the parentContext value for this ContextType.
 ContextType[] getRelatedContext()
          Gets the relatedContext value for this ContextType.
 ContextType getRelatedContext(int i)
           
 int getTimeout()
          Gets the timeout value for this ContextType.
 TimestampType getTimestamp()
          Gets the timestamp value for this ContextType.
 org.apache.axis.types.URI getType()
          Gets the type value for this ContextType.
 int hashCode()
           
 void setContextIdentifier(ContextIdentifierType contextIdentifier)
          Sets the contextIdentifier value for this ContextType.
 void setContextManager(ServiceRefType contextManager)
          Sets the contextManager value for this ContextType.
 void setContextService(ServiceRefType contextService)
          Sets the contextService value for this ContextType.
 void setMessageElement(int i, java.lang.String _value)
           
 void setMessageElement(java.lang.String[] messageElement)
          Sets the messageElement value for this ContextType.
 void setParentContext(ContextType parentContext)
          Sets the parentContext value for this ContextType.
 void setRelatedContext(ContextType[] relatedContext)
          Sets the relatedContext value for this ContextType.
 void setRelatedContext(int i, ContextType _value)
           
 void setTimeout(int timeout)
          Sets the timeout value for this ContextType.
 void setTimestamp(TimestampType timestamp)
          Sets the timestamp value for this ContextType.
 void setType(org.apache.axis.types.URI type)
          Sets the type value for this ContextType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextType

public ContextType()

ContextType

public ContextType(ContextIdentifierType contextIdentifier,
                   ServiceRefType contextService,
                   org.apache.axis.types.URI type,
                   ServiceRefType contextManager,
                   ContextType parentContext,
                   ContextType[] relatedContext,
                   TimestampType timestamp,
                   java.lang.String[] messageElement,
                   int timeout)
Method Detail

getContextIdentifier

public ContextIdentifierType getContextIdentifier()
Gets the contextIdentifier value for this ContextType.

Returns:
contextIdentifier

setContextIdentifier

public void setContextIdentifier(ContextIdentifierType contextIdentifier)
Sets the contextIdentifier value for this ContextType.

Parameters:
contextIdentifier -

getContextService

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

Returns:
contextService

setContextService

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

Parameters:
contextService -

getType

public org.apache.axis.types.URI getType()
Gets the type value for this ContextType.

Returns:
type

setType

public void setType(org.apache.axis.types.URI type)
Sets the type value for this ContextType.

Parameters:
type -

getContextManager

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

Returns:
contextManager

setContextManager

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

Parameters:
contextManager -

getParentContext

public ContextType getParentContext()
Gets the parentContext value for this ContextType.

Returns:
parentContext

setParentContext

public void setParentContext(ContextType parentContext)
Sets the parentContext value for this ContextType.

Parameters:
parentContext -

getRelatedContext

public ContextType[] getRelatedContext()
Gets the relatedContext value for this ContextType.

Returns:
relatedContext

setRelatedContext

public void setRelatedContext(ContextType[] relatedContext)
Sets the relatedContext value for this ContextType.

Parameters:
relatedContext -

getRelatedContext

public ContextType getRelatedContext(int i)

setRelatedContext

public void setRelatedContext(int i,
                              ContextType _value)

getTimestamp

public TimestampType getTimestamp()
Gets the timestamp value for this ContextType.

Returns:
timestamp

setTimestamp

public void setTimestamp(TimestampType timestamp)
Sets the timestamp value for this ContextType.

Parameters:
timestamp -

getMessageElement

public java.lang.String[] getMessageElement()
Gets the messageElement value for this ContextType.

Returns:
messageElement

setMessageElement

public void setMessageElement(java.lang.String[] messageElement)
Sets the messageElement value for this ContextType.

Parameters:
messageElement -

getMessageElement

public java.lang.String getMessageElement(int i)

setMessageElement

public void setMessageElement(int i,
                              java.lang.String _value)

getTimeout

public int getTimeout()
Gets the timeout value for this ContextType.

Returns:
timeout

setTimeout

public void setTimeout(int timeout)
Sets the timeout value for this ContextType.

Parameters:
timeout -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()