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>
Modifier and Type | Field and Description |
---|---|
protected int |
actualCount |
protected int |
includeCount |
protected int |
listHead |
Constructor and Description |
---|
ListDescription() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected int includeCount
protected int actualCount
protected int listHead
public int getIncludeCount()
public void setIncludeCount(int value)
public int getActualCount()
public void setActualCount(int value)
public int getListHead()
public void setListHead(int value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.