org.jomc.standalone.model
Class ObjectFactory

Package class diagram package ObjectFactory
java.lang.Object
  extended by org.jomc.standalone.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.jomc.standalone.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
Constructor and Description
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jomc.standalone.model
 
Method Summary
Modifier and Type Method and Description
 javax.xml.bind.JAXBElement<ExceptionType> createException(ExceptionType value)
          Create an instance of JAXBElement<ExceptionType>}
 javax.xml.bind.JAXBElement<ExceptionsType> createExceptions(ExceptionsType value)
          Create an instance of JAXBElement<ExceptionsType>}
 ExceptionsType createExceptionsType()
          Create an instance of ExceptionsType
 ExceptionType createExceptionType()
          Create an instance of ExceptionType
 javax.xml.bind.JAXBElement<MethodType> createMethod(MethodType value)
          Create an instance of JAXBElement<MethodType>}
 javax.xml.bind.JAXBElement<MethodsType> createMethods(MethodsType value)
          Create an instance of JAXBElement<MethodsType>}
 MethodsType createMethodsType()
          Create an instance of MethodsType
 MethodType createMethodType()
          Create an instance of MethodType
 javax.xml.bind.JAXBElement<ParameterType> createParameter(ParameterType value)
          Create an instance of JAXBElement<ParameterType>}
 javax.xml.bind.JAXBElement<ParametersType> createParameters(ParametersType value)
          Create an instance of JAXBElement<ParametersType>}
 ParametersType createParametersType()
          Create an instance of ParametersType
 ParameterType createParameterType()
          Create an instance of ParameterType
 javax.xml.bind.JAXBElement<TransactionType> createTransaction(TransactionType value)
          Create an instance of JAXBElement<TransactionType>}
 TransactionType createTransactionType()
          Create an instance of TransactionType
 
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.jomc.standalone.model

Method Detail

createTransactionType

public TransactionType createTransactionType()
Create an instance of TransactionType


createExceptionType

public ExceptionType createExceptionType()
Create an instance of ExceptionType


createMethodsType

public MethodsType createMethodsType()
Create an instance of MethodsType


createExceptionsType

public ExceptionsType createExceptionsType()
Create an instance of ExceptionsType


createMethodType

public MethodType createMethodType()
Create an instance of MethodType


createParametersType

public ParametersType createParametersType()
Create an instance of ParametersType


createParameterType

public ParameterType createParameterType()
Create an instance of ParameterType


createMethod

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


createTransaction

public javax.xml.bind.JAXBElement<TransactionType> createTransaction(TransactionType value)
Create an instance of JAXBElement<TransactionType>}


createMethods

public javax.xml.bind.JAXBElement<MethodsType> createMethods(MethodsType value)
Create an instance of JAXBElement<MethodsType>}


createException

public javax.xml.bind.JAXBElement<ExceptionType> createException(ExceptionType value)
Create an instance of JAXBElement<ExceptionType>}


createParameters

public javax.xml.bind.JAXBElement<ParametersType> createParameters(ParametersType value)
Create an instance of JAXBElement<ParametersType>}


createExceptions

public javax.xml.bind.JAXBElement<ExceptionsType> createExceptions(ExceptionsType value)
Create an instance of JAXBElement<ExceptionsType>}


createParameter

public javax.xml.bind.JAXBElement<ParameterType> createParameter(ParameterType value)
Create an instance of JAXBElement<ParameterType>}



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.