org.fusesource.amqp.generator.jaxb
Class Amqp

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

public class Amqp
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> docOrSection
           
protected  java.lang.String label
           
protected  java.lang.String name
           
protected  java.lang.String xmlns
           
 
Constructor Summary
Amqp()
           
 
Method Summary
 java.util.List<java.lang.Object> getDocOrSection()
          Gets the value of the docOrSection 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 getXmlns()
          Gets the value of the xmlns 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 setXmlns(java.lang.String value)
          Sets the value of the xmlns property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlns

protected java.lang.String xmlns

name

protected java.lang.String name

label

protected java.lang.String label

docOrSection

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

Amqp

public Amqp()
Method Detail

getXmlns

public java.lang.String getXmlns()
Gets the value of the xmlns property.

Returns:
possible object is String

setXmlns

public void setXmlns(java.lang.String value)
Sets the value of the xmlns property.

Parameters:
value - allowed object is String

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

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

getDocOrSection

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

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

    getDocOrSection().add(newItem);
 

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



Copyright © 2012 FuseSource. All Rights Reserved.