org.uddi.api_v3
Class ListDescription

java.lang.Object
  extended by org.uddi.api_v3.ListDescription
All Implemented Interfaces:
Serializable

public class ListDescription
extends Object
implements Serializable

Java class for listDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="listDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}includeCount"/>
         <element ref="{urn:uddi-org:api_v3}actualCount"/>
         <element ref="{urn:uddi-org:api_v3}listHead"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

Field Detail

includeCount

protected int includeCount

actualCount

protected int actualCount

listHead

protected int listHead
Constructor Detail

ListDescription

public ListDescription()
Method Detail

getIncludeCount

public int getIncludeCount()
Gets the value of the includeCount property.


setIncludeCount

public void setIncludeCount(int value)
Sets the value of the includeCount property.


getActualCount

public int getActualCount()
Gets the value of the actualCount property.


setActualCount

public void setActualCount(int value)
Sets the value of the actualCount property.


getListHead

public int getListHead()
Gets the value of the listHead property.


setListHead

public void setListHead(int value)
Sets the value of the listHead property.



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.