org.apache.juddi.api_v3
Class SyncSubscription

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

public class SyncSubscription
extends Object
implements Serializable

Java class for publisherDetail type. Specific to juddi.

Author:
Kurt T Stam
See Also:
Serialized Form

Constructor Summary
SyncSubscription()
           
 
Method Summary
 String getAuthInfo()
          Gets the value of the authInfo property.
 List<GetSubscriptionResults> getGetSubscriptionResultsList()
           
 void setAuthInfo(String value)
          Sets the value of the authInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncSubscription

public SyncSubscription()
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the value of the authInfo property.

Returns:
possible object is String

setAuthInfo

public void setAuthInfo(String value)
Sets the value of the authInfo property.

Parameters:
value - allowed object is String

getGetSubscriptionResultsList

public List<GetSubscriptionResults> getGetSubscriptionResultsList()


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