org.fusesource.amqp.generator.jaxb
Class Field

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

public class Field
extends java.lang.Object


Field Summary
protected  java.lang.String _default
           
protected  java.util.List<Doc> doc
           
protected  java.lang.String label
           
protected  java.lang.String mandatory
           
protected  java.lang.String multiple
           
protected  java.lang.String name
           
protected  java.lang.String requires
           
protected  java.lang.String type
           
 
Constructor Summary
Field()
           
 
Method Summary
 java.lang.String getDefault()
          Gets the value of the default 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 getMandatory()
          Gets the value of the mandatory property.
 java.lang.String getMultiple()
          Gets the value of the multiple property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getRequires()
          Gets the value of the requires property.
 java.lang.String getType()
          Gets the value of the type property.
 void setDefault(java.lang.String value)
          Sets the value of the default property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setMandatory(java.lang.String value)
          Sets the value of the mandatory property.
 void setMultiple(java.lang.String value)
          Sets the value of the multiple property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRequires(java.lang.String value)
          Sets the value of the requires property.
 void setType(java.lang.String value)
          Sets the value of the type 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

type

protected java.lang.String type

requires

protected java.lang.String requires

_default

protected java.lang.String _default

label

protected java.lang.String label

mandatory

protected java.lang.String mandatory

multiple

protected java.lang.String multiple

doc

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

Field

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

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getRequires

public java.lang.String getRequires()
Gets the value of the requires property.

Returns:
possible object is String

setRequires

public void setRequires(java.lang.String value)
Sets the value of the requires property.

Parameters:
value - allowed object is String

getDefault

public java.lang.String getDefault()
Gets the value of the default property.

Returns:
possible object is String

setDefault

public void setDefault(java.lang.String value)
Sets the value of the default 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

getMandatory

public java.lang.String getMandatory()
Gets the value of the mandatory property.

Returns:
possible object is String

setMandatory

public void setMandatory(java.lang.String value)
Sets the value of the mandatory property.

Parameters:
value - allowed object is String

getMultiple

public java.lang.String getMultiple()
Gets the value of the multiple property.

Returns:
possible object is String

setMultiple

public void setMultiple(java.lang.String value)
Sets the value of the multiple 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.