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