| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstarlink.AutomataElements.Bridge
public class Bridge
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 | 
|---|
protected From from
protected To to
protected java.util.List<Translationlogic> translationlogic
| Constructor Detail | 
|---|
public Bridge()
| Method Detail | 
|---|
public From getFrom()
Frompublic void setFrom(From value)
value - allowed object is
     Frompublic To getTo()
Topublic void setTo(To value)
value - allowed object is
     Topublic java.util.List<Translationlogic> getTranslationlogic()
 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
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||