org.fusesource.amqp.generator.jaxb
Class Ol

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

public class Ol
extends java.lang.Object


Field Summary
protected  java.util.List<Li> li
           
protected  java.lang.String title
           
 
Constructor Summary
Ol()
           
 
Method Summary
 java.util.List<Li> getLi()
          Gets the value of the li property.
 java.lang.String getTitle()
          Gets the value of the title 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

title

protected java.lang.String title

li

protected java.util.List<Li> li
Constructor Detail

Ol

public Ol()
Method Detail

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

getLi

public java.util.List<Li> getLi()
Gets the value of the li 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 li property.

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

    getLi().add(newItem);
 

Objects of the following type(s) are allowed in the list Li



Copyright © 2012 FuseSource. All Rights Reserved.