org.fusesource.amqp.generator.jaxb
Class Encoding

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

public class Encoding
extends java.lang.Object


Field Summary
protected  java.lang.String category
           
protected  java.lang.String code
           
protected  java.util.List<Doc> doc
           
protected  java.lang.String label
           
protected  java.lang.String name
           
protected  java.lang.String width
           
 
Constructor Summary
Encoding()
           
 
Method Summary
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getCode()
          Gets the value of the code property.
 java.util.List<Doc> getDoc()
          Gets the value of the doc 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 getWidth()
          Gets the value of the width property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setCode(java.lang.String value)
          Sets the value of the code 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 setWidth(java.lang.String value)
          Sets the value of the width 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

label

protected java.lang.String label

code

protected java.lang.String code

category

protected java.lang.String category

width

protected java.lang.String width

doc

protected java.util.List<Doc> doc
Constructor Detail

Encoding

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

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

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getWidth

public java.lang.String getWidth()
Gets the value of the width property.

Returns:
possible object is String

setWidth

public void setWidth(java.lang.String value)
Sets the value of the width property.

Parameters:
value - allowed object is String

getDoc

public java.util.List<Doc> getDoc()
Gets the value of the doc 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 doc property.

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

    getDoc().add(newItem);
 

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



Copyright © 2012 FuseSource. All Rights Reserved.