public class ClientSubscriptionInfoDetail extends Object implements Serializable
Java class for publisherDetail type. Specific to juddi.
Modifier and Type | Field and Description |
---|---|
protected List<ClientSubscriptionInfo> |
clientSubscriptionInfo |
Constructor and Description |
---|
ClientSubscriptionInfoDetail() |
Modifier and Type | Method and Description |
---|---|
List<ClientSubscriptionInfo> |
getClientSubscriptionInfo()
Gets the value of the ClientSubscriptionInfo property.
|
protected List<ClientSubscriptionInfo> clientSubscriptionInfo
public List<ClientSubscriptionInfo> getClientSubscriptionInfo()
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 © 2012 JBoss by Red Hat. All Rights Reserved.