public class GetAllNodesResponse extends Object
Java class for get_AllNodesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="get_AllNodesResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="nodeList" type="{urn:juddi-apache-org:api_v3}nodeList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| GetAllNodesResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeList | getNodeList()Gets the value of the nodeList property. | 
| void | setNodeList(NodeList value)Sets the value of the nodeList property. | 
protected NodeList nodeList
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.