cgl.axis.services.uddi.uddi_schema
Class ListDescription

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.ListDescription
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ListDescription()
           
ListDescription(int actualCount, int includeCount, int listHead)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getActualCount()
          Gets the actualCount value for this ListDescription.
 int getIncludeCount()
          Gets the includeCount value for this ListDescription.
 int getListHead()
          Gets the listHead value for this ListDescription.
 int hashCode()
           
 void setActualCount(int actualCount)
          Sets the actualCount value for this ListDescription.
 void setIncludeCount(int includeCount)
          Sets the includeCount value for this ListDescription.
 void setListHead(int listHead)
          Sets the listHead value for this ListDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDescription

public ListDescription()

ListDescription

public ListDescription(int actualCount,
                       int includeCount,
                       int listHead)
Method Detail

getActualCount

public int getActualCount()
Gets the actualCount value for this ListDescription.

Returns:
actualCount

setActualCount

public void setActualCount(int actualCount)
Sets the actualCount value for this ListDescription.

Parameters:
actualCount -

getIncludeCount

public int getIncludeCount()
Gets the includeCount value for this ListDescription.

Returns:
includeCount

setIncludeCount

public void setIncludeCount(int includeCount)
Sets the includeCount value for this ListDescription.

Parameters:
includeCount -

getListHead

public int getListHead()
Gets the listHead value for this ListDescription.

Returns:
listHead

setListHead

public void setListHead(int listHead)
Sets the listHead value for this ListDescription.

Parameters:
listHead -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()