org.apache.juddi.api_v3
Class DeleteClientSubscriptionInfo

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

public class DeleteClientSubscriptionInfo
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<String> subscriptionKey
           
 
Constructor Summary
DeleteClientSubscriptionInfo()
           
 
Method Summary
 String getAuthInfo()
           
 List<String> getSubscriptionKey()
           
 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

subscriptionKey

protected List<String> subscriptionKey
Constructor Detail

DeleteClientSubscriptionInfo

public DeleteClientSubscriptionInfo()
Method Detail

getAuthInfo

public String getAuthInfo()

setAuthInfo

public void setAuthInfo(String authInfo)

getSubscriptionKey

public List<String> getSubscriptionKey()


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