|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.amqp.generator.jaxb.Type
public class Type
| 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 |
|---|
protected java.lang.String name
protected java.lang.String clazz
protected java.lang.String source
protected java.lang.String provides
protected java.lang.String label
protected java.util.List<java.lang.Object> encodingOrDescriptorOrFieldOrChoiceOrDoc
| Constructor Detail |
|---|
public Type()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProvides()
Stringpublic void setProvides(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> getEncodingOrDescriptorOrFieldOrChoiceOrDoc()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||