org.fusesource.amqp.generator.jaxb
Class Type

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

public class Type
extends java.lang.Object


Field Summary
protected  java.lang.String clazz
           
protected  java.util.List<java.lang.Object> encodingOrDescriptorOrFieldOrChoiceOrDoc
           
protected  java.lang.String label
           
protected  java.lang.String name
           
protected  java.lang.String provides
           
protected  java.lang.String source
           
 
Constructor Summary
Type()
           
 
Method Summary
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<java.lang.Object> getEncodingOrDescriptorOrFieldOrChoiceOrDoc()
          Gets the value of the encodingOrDescriptorOrFieldOrChoiceOrDoc 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 getProvides()
          Gets the value of the provides property.
 java.lang.String getSource()
          Gets the value of the source property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz 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 setProvides(java.lang.String value)
          Sets the value of the provides property.
 void setSource(java.lang.String value)
          Sets the value of the source 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

clazz

protected java.lang.String clazz

source

protected java.lang.String source

provides

protected java.lang.String provides

label

protected java.lang.String label

encodingOrDescriptorOrFieldOrChoiceOrDoc

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

Type

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

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getProvides

public java.lang.String getProvides()
Gets the value of the provides property.

Returns:
possible object is String

setProvides

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

getEncodingOrDescriptorOrFieldOrChoiceOrDoc

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

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

    getEncodingOrDescriptorOrFieldOrChoiceOrDoc().add(newItem);
 

Objects of the following type(s) are allowed in the list Encoding Descriptor Field Choice Doc



Copyright © 2012 FuseSource. All Rights Reserved.