|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.ListDescription
public class ListDescription
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>
| 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 |
|---|
protected int includeCount
protected int actualCount
protected int listHead
| Constructor Detail |
|---|
public ListDescription()
| Method Detail |
|---|
public int getIncludeCount()
public void setIncludeCount(int value)
public int getActualCount()
public void setActualCount(int value)
public int getListHead()
public void setListHead(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||