org.fusesource.amqp.generator.jaxb
Class Dl

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

public class Dl
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> dtOrDd
           
protected  java.lang.String title
           
 
Constructor Summary
Dl()
           
 
Method Summary
 java.util.List<java.lang.Object> getDtOrDd()
          Gets the value of the dtOrDd 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

dtOrDd

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

Dl

public Dl()
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

getDtOrDd

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

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

    getDtOrDd().add(newItem);
 

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



Copyright © 2012 FuseSource. All Rights Reserved.