org.fusesource.amqp.generator.jaxb
Class Xref

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

public class Xref
extends java.lang.Object


Field Summary
protected  java.lang.String choice
           
protected  java.lang.String name
           
protected  java.lang.String type
           
protected  java.lang.String value
           
 
Constructor Summary
Xref()
           
 
Method Summary
 java.lang.String getChoice()
          Gets the value of the choice property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getvalue()
          Gets the value of the value property.
 void setChoice(java.lang.String value)
          Sets the value of the choice property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setvalue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected java.lang.String type

name

protected java.lang.String name

choice

protected java.lang.String choice

value

protected java.lang.String value
Constructor Detail

Xref

public Xref()
Method Detail

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

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

getChoice

public java.lang.String getChoice()
Gets the value of the choice property.

Returns:
possible object is String

setChoice

public void setChoice(java.lang.String value)
Sets the value of the choice property.

Parameters:
value - allowed object is String

getvalue

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

Returns:
possible object is String

setvalue

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

Parameters:
value - allowed object is String


Copyright © 2012 FuseSource. All Rights Reserved.