|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.ServiceList
public class ServiceList
Java class for serviceList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serviceList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}listDescription" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}serviceInfos" minOccurs="0"/>
</sequence>
<attribute name="truncated" type="{urn:uddi-org:api_v3}truncated" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ListDescription |
listDescription
|
protected ServiceInfos |
serviceInfos
|
protected java.lang.Boolean |
truncated
|
| Constructor Summary | |
|---|---|
ServiceList()
|
|
| Method Summary | |
|---|---|
ListDescription |
getListDescription()
Gets the value of the listDescription property. |
ServiceInfos |
getServiceInfos()
Gets the value of the serviceInfos property. |
java.lang.Boolean |
isTruncated()
Gets the value of the truncated property. |
void |
setListDescription(ListDescription value)
Sets the value of the listDescription property. |
void |
setServiceInfos(ServiceInfos value)
Sets the value of the serviceInfos property. |
void |
setTruncated(java.lang.Boolean value)
Sets the value of the truncated property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ListDescription listDescription
protected ServiceInfos serviceInfos
protected java.lang.Boolean truncated
| Constructor Detail |
|---|
public ServiceList()
| Method Detail |
|---|
public ListDescription getListDescription()
ListDescriptionpublic void setListDescription(ListDescription value)
value - allowed object is
ListDescriptionpublic ServiceInfos getServiceInfos()
ServiceInfospublic void setServiceInfos(ServiceInfos value)
value - allowed object is
ServiceInfospublic java.lang.Boolean isTruncated()
Booleanpublic void setTruncated(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||