|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.axis.services.WSCTX.wsctx_schema.ContextType
| 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 |
public 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 |
public ContextIdentifierType getContextIdentifier()
public void setContextIdentifier(ContextIdentifierType contextIdentifier)
contextIdentifier - public ServiceRefType getContextService()
public void setContextService(ServiceRefType contextService)
contextService - public org.apache.axis.types.URI getType()
public void setType(org.apache.axis.types.URI type)
type - public ServiceRefType getContextManager()
public void setContextManager(ServiceRefType contextManager)
contextManager - public ContextType getParentContext()
public void setParentContext(ContextType parentContext)
parentContext - public ContextType[] getRelatedContext()
public void setRelatedContext(ContextType[] relatedContext)
relatedContext - public ContextType getRelatedContext(int i)
public void setRelatedContext(int i,
ContextType _value)
public TimestampType getTimestamp()
public void setTimestamp(TimestampType timestamp)
timestamp - public java.lang.String[] getMessageElement()
public void setMessageElement(java.lang.String[] messageElement)
messageElement - public java.lang.String getMessageElement(int i)
public void setMessageElement(int i,
java.lang.String _value)
public int getTimeout()
public void setTimeout(int timeout)
timeout - public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||