org.apache.juddi.api_v3
Class SaveClientSubscriptionInfo

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

public class SaveClientSubscriptionInfo
extends Object
implements Serializable

Java class for save_subscriptionInfo type. Specific to juddi.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
protected  String authInfo
           
protected  List<ClientSubscriptionInfo> clientSubscriptionInfo
           
 
Constructor Summary
SaveClientSubscriptionInfo()
           
 
Method Summary
 String getAuthInfo()
           
 List<ClientSubscriptionInfo> getClientSubscriptionInfo()
           
 void setAuthInfo(String authInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected String authInfo

clientSubscriptionInfo

protected List<ClientSubscriptionInfo> clientSubscriptionInfo
Constructor Detail

SaveClientSubscriptionInfo

public SaveClientSubscriptionInfo()
Method Detail

getAuthInfo

public String getAuthInfo()

setAuthInfo

public void setAuthInfo(String authInfo)

getClientSubscriptionInfo

public List<ClientSubscriptionInfo> getClientSubscriptionInfo()


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