org.apache.juddi.api_v3
Class PublisherDetail

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

public class PublisherDetail
extends Object
implements Serializable

Java class for publisherDetail type. Specific to juddi.

Author:
Jeff Faath
See Also:
Serialized Form

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

publisher

protected List<Publisher> publisher

truncated

protected Boolean truncated
Constructor Detail

PublisherDetail

public PublisherDetail()
Method Detail

getPublisher

public List<Publisher> getPublisher()
Gets the value of the publisher 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 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


isTruncated

public Boolean isTruncated()
Gets the value of the truncated property.

Returns:
possible object is Boolean

setTruncated

public void setTruncated(Boolean value)
Sets the value of the truncated property.

Parameters:
value - allowed object is Boolean


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