starlink.AutomataElements
Class ObjectFactory

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

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.starlink.gen package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.starlink.gen
 
Method Summary
 Assignment createAssignment()
          Create an instance of Assignment
 javax.xml.bind.JAXBElement<java.math.BigInteger> createBranch(java.math.BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 Bridge createBridge()
          Create an instance of Bridge
 Field createField()
          Create an instance of Field
 From createFrom()
          Create an instance of From
 javax.xml.bind.JAXBElement<java.lang.String> createLabel(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createMessage(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createMethod(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Node createNode()
          Create an instance of Node
 Operation createOperation()
          Create an instance of Operation
 Parameters createParameters()
          Create an instance of Parameters
 Protocol createProtocol()
          Create an instance of Protocol
 javax.xml.bind.JAXBElement<java.lang.String> createProtocolName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 Split createSplit()
          Create an instance of Split
 Start createStart()
          Create an instance of Start
 State createState()
          Create an instance of State
 To createTo()
          Create an instance of To
 Transition createTransition()
          Create an instance of Transition
 Translation createTranslation()
          Create an instance of Translation
 Translationlogic createTranslationlogic()
          Create an instance of Translationlogic
 javax.xml.bind.JAXBElement<java.lang.String> createXpath(java.lang.String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.starlink.gen

Method Detail

createTranslation

public Translation createTranslation()
Create an instance of Translation


createBridge

public Bridge createBridge()
Create an instance of Bridge


createSplit

public Split createSplit()
Create an instance of Split


createStart

public Start createStart()
Create an instance of Start


createAssignment

public Assignment createAssignment()
Create an instance of Assignment


createState

public State createState()
Create an instance of State


createNode

public Node createNode()
Create an instance of Node


createTransition

public Transition createTransition()
Create an instance of Transition


createField

public Field createField()
Create an instance of Field


createProtocol

public Protocol createProtocol()
Create an instance of Protocol


createFrom

public From createFrom()
Create an instance of From


createOperation

public Operation createOperation()
Create an instance of Operation


createTo

public To createTo()
Create an instance of To


createTranslationlogic

public Translationlogic createTranslationlogic()
Create an instance of Translationlogic


createParameters

public Parameters createParameters()
Create an instance of Parameters


createMessage

public javax.xml.bind.JAXBElement<java.lang.String> createMessage(java.lang.String value)
Create an instance of JAXBElement<String>}


createProtocolName

public javax.xml.bind.JAXBElement<java.lang.String> createProtocolName(java.lang.String value)
Create an instance of JAXBElement<String>}


createBranch

public javax.xml.bind.JAXBElement<java.math.BigInteger> createBranch(java.math.BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createMethod

public javax.xml.bind.JAXBElement<java.lang.String> createMethod(java.lang.String value)
Create an instance of JAXBElement<String>}


createLabel

public javax.xml.bind.JAXBElement<java.lang.String> createLabel(java.lang.String value)
Create an instance of JAXBElement<String>}


createXpath

public javax.xml.bind.JAXBElement<java.lang.String> createXpath(java.lang.String value)
Create an instance of JAXBElement<String>}