cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextInfos

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

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

See Also:
Serialized Form

Constructor Summary
ContextInfos()
           
ContextInfos(ContextInfo[] contextInfo)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextInfo[] getContextInfo()
          Gets the contextInfo value for this ContextInfos.
 ContextInfo getContextInfo(int i)
           
 int hashCode()
           
 void setContextInfo(ContextInfo[] contextInfo)
          Sets the contextInfo value for this ContextInfos.
 void setContextInfo(int i, ContextInfo _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextInfos

public ContextInfos()

ContextInfos

public ContextInfos(ContextInfo[] contextInfo)
Method Detail

getContextInfo

public ContextInfo[] getContextInfo()
Gets the contextInfo value for this ContextInfos.

Returns:
contextInfo

setContextInfo

public void setContextInfo(ContextInfo[] contextInfo)
Sets the contextInfo value for this ContextInfos.

Parameters:
contextInfo -

getContextInfo

public ContextInfo getContextInfo(int i)

setContextInfo

public void setContextInfo(int i,
                           ContextInfo _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()