|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.amqp.generator.jaxb.Section
public class Section
| 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 |
|---|
protected java.lang.String name
protected java.lang.String title
protected java.lang.String label
protected java.util.List<java.lang.Object> docOrDefinitionOrType
| Constructor Detail |
|---|
public Section()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLabel()
Stringpublic void setLabel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Object> getDocOrDefinitionOrType()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||