cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextDetail

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

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

See Also:
Serialized Form

Constructor Summary
ContextDetail()
           
ContextDetail(ContextBag contextBag, ListDescription listDescription)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextBag getContextBag()
          Gets the contextBag value for this ContextDetail.
 ListDescription getListDescription()
          Gets the listDescription value for this ContextDetail.
 int hashCode()
           
 void setContextBag(ContextBag contextBag)
          Sets the contextBag value for this ContextDetail.
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this ContextDetail.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDetail

public ContextDetail()

ContextDetail

public ContextDetail(ContextBag contextBag,
                     ListDescription listDescription)
Method Detail

getContextBag

public ContextBag getContextBag()
Gets the contextBag value for this ContextDetail.

Returns:
contextBag

setContextBag

public void setContextBag(ContextBag contextBag)
Sets the contextBag value for this ContextDetail.

Parameters:
contextBag -

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this ContextDetail.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this ContextDetail.

Parameters:
listDescription -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()