starlink.AutomataElements
Class Translation

java.lang.Object
  extended by starlink.AutomataElements.Translation

public class Translation
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}label"/>
         <element ref="{}start"/>
         <element ref="{}split"/>
         <element ref="{}bridge" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Bridge> bridge
           
protected  java.lang.String label
           
protected  Split split
           
protected  Start start
           
 
Constructor Summary
Translation()
           
 
Method Summary
 java.util.List<Bridge> getBridge()
          Gets the value of the bridge property.
 java.lang.String getLabel()
          Gets the value of the label property.
 Split getSplit()
          Gets the value of the split property.
 Start getStart()
          Gets the value of the start property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setSplit(Split value)
          Sets the value of the split property.
 void setStart(Start value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

protected java.lang.String label

start

protected Start start

split

protected Split split

bridge

protected java.util.List<Bridge> bridge
Constructor Detail

Translation

public Translation()
Method Detail

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

getStart

public Start getStart()
Gets the value of the start property.

Returns:
possible object is Start

setStart

public void setStart(Start value)
Sets the value of the start property.

Parameters:
value - allowed object is Start

getSplit

public Split getSplit()
Gets the value of the split property.

Returns:
possible object is Split

setSplit

public void setSplit(Split value)
Sets the value of the split property.

Parameters:
value - allowed object is Split

getBridge

public java.util.List<Bridge> getBridge()
Gets the value of the bridge 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 bridge property.

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

    getBridge().add(newItem);
 

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