org.fusesource.amqp.generator.jaxb
Class Doc

java.lang.Object
  extended by org.fusesource.amqp.generator.jaxb.Doc

public class Doc
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> docOrPOrUlOrOlOrDlOrPicture
           
protected  java.lang.String name
           
protected  java.lang.String title
           
 
Constructor Summary
Doc()
           
 
Method Summary
 java.util.List<java.lang.Object> getDocOrPOrUlOrOlOrDlOrPicture()
          Gets the value of the docOrPOrUlOrOlOrDlOrPicture property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

title

protected java.lang.String title

docOrPOrUlOrOlOrDlOrPicture

protected java.util.List<java.lang.Object> docOrPOrUlOrOlOrDlOrPicture
Constructor Detail

Doc

public Doc()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getDocOrPOrUlOrOlOrDlOrPicture

public java.util.List<java.lang.Object> getDocOrPOrUlOrOlOrDlOrPicture()
Gets the value of the docOrPOrUlOrOlOrDlOrPicture 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 docOrPOrUlOrOlOrDlOrPicture property.

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

    getDocOrPOrUlOrOlOrDlOrPicture().add(newItem);
 

Objects of the following type(s) are allowed in the list Doc P Ul Ol Dl Picture



Copyright © 2012 FuseSource. All Rights Reserved.