org.apache.juddi.api_v3
Class ClerkDetail

java.lang.Object
  extended by org.apache.juddi.api_v3.ClerkDetail
All Implemented Interfaces:
Serializable

public class ClerkDetail
extends Object
implements Serializable

Java class for publisherDetail type. Specific to juddi.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
protected  List<Clerk> clerk
           
 
Constructor Summary
ClerkDetail()
           
 
Method Summary
 List<Clerk> getClerk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clerk

protected List<Clerk> clerk
Constructor Detail

ClerkDetail

public ClerkDetail()
Method Detail

getClerk

public List<Clerk> getClerk()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.