starlink.AutomataElements
Class Bridge

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

public class Bridge
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="{}from"/>
         <element ref="{}to"/>
         <element ref="{}translationlogic" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  From from
           
protected  To to
           
protected  java.util.List<Translationlogic> translationlogic
           
 
Constructor Summary
Bridge()
           
 
Method Summary
 From getFrom()
          Gets the value of the from property.
 To getTo()
          Gets the value of the to property.
 java.util.List<Translationlogic> getTranslationlogic()
          Gets the value of the translationlogic property.
 void setFrom(From value)
          Sets the value of the from property.
 void setTo(To value)
          Sets the value of the to property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

protected From from

to

protected To to

translationlogic

protected java.util.List<Translationlogic> translationlogic
Constructor Detail

Bridge

public Bridge()
Method Detail

getFrom

public From getFrom()
Gets the value of the from property.

Returns:
possible object is From

setFrom

public void setFrom(From value)
Sets the value of the from property.

Parameters:
value - allowed object is From

getTo

public To getTo()
Gets the value of the to property.

Returns:
possible object is To

setTo

public void setTo(To value)
Sets the value of the to property.

Parameters:
value - allowed object is To

getTranslationlogic

public java.util.List<Translationlogic> getTranslationlogic()
Gets the value of the translationlogic 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 translationlogic property.

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

    getTranslationlogic().add(newItem);
 

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