org.apache.juddi.api_v3
Class ClientSubscriptionInfoDetail

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

public class ClientSubscriptionInfoDetail
extends Object
implements Serializable

Java class for publisherDetail type. Specific to juddi.

Author:
Jeff Faath
See Also:
Serialized Form

Field Summary
protected  List<ClientSubscriptionInfo> clientSubscriptionInfo
           
 
Constructor Summary
ClientSubscriptionInfoDetail()
           
 
Method Summary
 List<ClientSubscriptionInfo> getClientSubscriptionInfo()
          Gets the value of the ClientSubscriptionInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientSubscriptionInfo

protected List<ClientSubscriptionInfo> clientSubscriptionInfo
Constructor Detail

ClientSubscriptionInfoDetail

public ClientSubscriptionInfoDetail()
Method Detail

getClientSubscriptionInfo

public List<ClientSubscriptionInfo> getClientSubscriptionInfo()
Gets the value of the ClientSubscriptionInfo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ClientSubscriptionInfo property.

For example, to add a new item, do as follows:

    getClientSubscriptionInfo().add(newItem);
 

Objects of the following type(s) are allowed in the list ClientSubscriptionInfo



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