org.scribble.protocol.monitor.model
Class ObjectFactory

java.lang.Object
  extended by org.scribble.protocol.monitor.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.scribble.protocol.monitor.model 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.scribble.protocol.monitor.model
 
Method Summary
 Annotation createAnnotation()
          Create an instance of Annotation
 Call createCall()
          Create an instance of Call
 Choice createChoice()
          Create an instance of Choice
 Decision createDecision()
          Create an instance of Decision
 Description createDescription()
          Create an instance of Description
 JAXBElement<Description> createDescription(Description value)
          Create an instance of JAXBElement<Description>}
 Do createDo()
          Create an instance of Do
 MessageNode createMessageNode()
          Create an instance of MessageNode
 MessageType createMessageType()
          Create an instance of MessageType
 Node createNode()
          Create an instance of Node
 Parallel createParallel()
          Create an instance of Parallel
 Path createPath()
          Create an instance of Path
 ReceiveMessage createReceiveMessage()
          Create an instance of ReceiveMessage
 Scope createScope()
          Create an instance of Scope
 SendMessage createSendMessage()
          Create an instance of SendMessage
 
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.scribble.protocol.monitor.model

Method Detail

createScope

public Scope createScope()
Create an instance of Scope


createCall

public Call createCall()
Create an instance of Call


createDecision

public Decision createDecision()
Create an instance of Decision


createPath

public Path createPath()
Create an instance of Path


createSendMessage

public SendMessage createSendMessage()
Create an instance of SendMessage


createReceiveMessage

public ReceiveMessage createReceiveMessage()
Create an instance of ReceiveMessage


createMessageNode

public MessageNode createMessageNode()
Create an instance of MessageNode


createMessageType

public MessageType createMessageType()
Create an instance of MessageType


createDescription

public Description createDescription()
Create an instance of Description


createAnnotation

public Annotation createAnnotation()
Create an instance of Annotation


createParallel

public Parallel createParallel()
Create an instance of Parallel


createDo

public Do createDo()
Create an instance of Do


createChoice

public Choice createChoice()
Create an instance of Choice


createNode

public Node createNode()
Create an instance of Node


createDescription

public JAXBElement<Description> createDescription(Description value)
Create an instance of JAXBElement<Description>}



Copyright © 2008-Present Scribble.org. All Rights Reserved.