|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.api_v3.PublisherDetail
public class PublisherDetail
Java class for publisherDetail type. Specific to juddi.
Field Summary | |
---|---|
protected List<Publisher> |
publisher
|
protected Boolean |
truncated
|
Constructor Summary | |
---|---|
PublisherDetail()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Publisher> publisher
protected Boolean truncated
Constructor Detail |
---|
public PublisherDetail()
Method Detail |
---|
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
public void setTruncated(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |