org.fusesource.amqp.generator.jaxb
Class Section

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

public class Section
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> docOrDefinitionOrType
           
protected  java.lang.String label
           
protected  java.lang.String name
           
protected  java.lang.String title
           
 
Constructor Summary
Section()
           
 
Method Summary
 java.util.List<java.lang.Object> getDocOrDefinitionOrType()
          Gets the value of the docOrDefinitionOrType property.
 java.lang.String getLabel()
          Gets the value of the label property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setLabel(java.lang.String value)
          Sets the value of the label 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

label

protected java.lang.String label

docOrDefinitionOrType

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

Section

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

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getDocOrDefinitionOrType

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

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

    getDocOrDefinitionOrType().add(newItem);
 

Objects of the following type(s) are allowed in the list Doc Definition Type



Copyright © 2012 FuseSource. All Rights Reserved.