cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextList

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

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

See Also:
Serialized Form

Constructor Summary
ContextList()
           
ContextList(ContextInfos contextInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextInfos getContextInfos()
          Gets the contextInfos value for this ContextList.
 int hashCode()
           
 void setContextInfos(ContextInfos contextInfos)
          Sets the contextInfos value for this ContextList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextList

public ContextList()

ContextList

public ContextList(ContextInfos contextInfos)
Method Detail

getContextInfos

public ContextInfos getContextInfos()
Gets the contextInfos value for this ContextList.

Returns:
contextInfos

setContextInfos

public void setContextInfos(ContextInfos contextInfos)
Sets the contextInfos value for this ContextList.

Parameters:
contextInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()