public class PublisherDetail extends Object implements Serializable
Java class for publisherDetail type. Specific to juddi.
Modifier and Type | Field and Description |
---|---|
protected List<Publisher> |
publisher |
protected Boolean |
truncated |
Constructor and Description |
---|
PublisherDetail() |
Modifier and Type | Method and Description |
---|---|
List<Publisher> |
getPublisher()
Gets the value of the publisher property.
|
Boolean |
isTruncated()
Gets the value of the truncated property.
|
void |
setTruncated(Boolean value)
Sets the value of the truncated property.
|
public List<Publisher> getPublisher()
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 businessEntity property.
For example, to add a new item, do as follows:
getPublisher().add(newItem);
Objects of the following type(s) are allowed in the list
Publisher
public Boolean isTruncated()
Boolean
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.