com.aonaware.services.webservices
Class ObjectFactory

java.lang.Object
  extended by com.aonaware.services.webservices.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 com.aonaware.services.webservices 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: com.aonaware.services.webservices
 
Method Summary
 ArrayOfDefinition createArrayOfDefinition()
          Create an instance of ArrayOfDefinition
 ArrayOfDictionary createArrayOfDictionary()
          Create an instance of ArrayOfDictionary
 javax.xml.bind.JAXBElement<ArrayOfDictionary> createArrayOfDictionary(ArrayOfDictionary value)
          Create an instance of JAXBElement<ArrayOfDictionary>}
 ArrayOfDictionaryWord createArrayOfDictionaryWord()
          Create an instance of ArrayOfDictionaryWord
 javax.xml.bind.JAXBElement<ArrayOfDictionaryWord> createArrayOfDictionaryWord(ArrayOfDictionaryWord value)
          Create an instance of JAXBElement<ArrayOfDictionaryWord>}
 ArrayOfStrategy createArrayOfStrategy()
          Create an instance of ArrayOfStrategy
 javax.xml.bind.JAXBElement<ArrayOfStrategy> createArrayOfStrategy(ArrayOfStrategy value)
          Create an instance of JAXBElement<ArrayOfStrategy>}
 Define createDefine()
          Create an instance of Define
 DefineInDict createDefineInDict()
          Create an instance of DefineInDict
 DefineInDictResponse createDefineInDictResponse()
          Create an instance of DefineInDictResponse
 DefineResponse createDefineResponse()
          Create an instance of DefineResponse
 Definition createDefinition()
          Create an instance of Definition
 Dictionary createDictionary()
          Create an instance of Dictionary
 DictionaryInfo createDictionaryInfo()
          Create an instance of DictionaryInfo
 DictionaryInfoResponse createDictionaryInfoResponse()
          Create an instance of DictionaryInfoResponse
 DictionaryList createDictionaryList()
          Create an instance of DictionaryList
 DictionaryListExtended createDictionaryListExtended()
          Create an instance of DictionaryListExtended
 DictionaryListExtendedResponse createDictionaryListExtendedResponse()
          Create an instance of DictionaryListExtendedResponse
 DictionaryListResponse createDictionaryListResponse()
          Create an instance of DictionaryListResponse
 DictionaryWord createDictionaryWord()
          Create an instance of DictionaryWord
 Match createMatch()
          Create an instance of Match
 MatchInDict createMatchInDict()
          Create an instance of MatchInDict
 MatchInDictResponse createMatchInDictResponse()
          Create an instance of MatchInDictResponse
 MatchResponse createMatchResponse()
          Create an instance of MatchResponse
 ServerInfo createServerInfo()
          Create an instance of ServerInfo
 ServerInfoResponse createServerInfoResponse()
          Create an instance of ServerInfoResponse
 Strategy createStrategy()
          Create an instance of Strategy
 StrategyList createStrategyList()
          Create an instance of StrategyList
 StrategyListResponse createStrategyListResponse()
          Create an instance of StrategyListResponse
 javax.xml.bind.JAXBElement<java.lang.String> createString(java.lang.String value)
          Create an instance of JAXBElement<String>}
 WordDefinition createWordDefinition()
          Create an instance of WordDefinition
 javax.xml.bind.JAXBElement<WordDefinition> createWordDefinition(WordDefinition value)
          Create an instance of JAXBElement<WordDefinition>}
 
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: com.aonaware.services.webservices

Method Detail

createMatch

public Match createMatch()
Create an instance of Match


createDictionaryList

public DictionaryList createDictionaryList()
Create an instance of DictionaryList


createMatchResponse

public MatchResponse createMatchResponse()
Create an instance of MatchResponse


createMatchInDict

public MatchInDict createMatchInDict()
Create an instance of MatchInDict


createDictionaryInfoResponse

public DictionaryInfoResponse createDictionaryInfoResponse()
Create an instance of DictionaryInfoResponse


createWordDefinition

public WordDefinition createWordDefinition()
Create an instance of WordDefinition


createArrayOfDefinition

public ArrayOfDefinition createArrayOfDefinition()
Create an instance of ArrayOfDefinition


createDefineResponse

public DefineResponse createDefineResponse()
Create an instance of DefineResponse


createDictionaryListResponse

public DictionaryListResponse createDictionaryListResponse()
Create an instance of DictionaryListResponse


createDictionaryListExtended

public DictionaryListExtended createDictionaryListExtended()
Create an instance of DictionaryListExtended


createStrategyList

public StrategyList createStrategyList()
Create an instance of StrategyList


createStrategyListResponse

public StrategyListResponse createStrategyListResponse()
Create an instance of StrategyListResponse


createServerInfoResponse

public ServerInfoResponse createServerInfoResponse()
Create an instance of ServerInfoResponse


createStrategy

public Strategy createStrategy()
Create an instance of Strategy


createDictionaryListExtendedResponse

public DictionaryListExtendedResponse createDictionaryListExtendedResponse()
Create an instance of DictionaryListExtendedResponse


createDictionaryInfo

public DictionaryInfo createDictionaryInfo()
Create an instance of DictionaryInfo


createDictionaryWord

public DictionaryWord createDictionaryWord()
Create an instance of DictionaryWord


createDefineInDict

public DefineInDict createDefineInDict()
Create an instance of DefineInDict


createDictionary

public Dictionary createDictionary()
Create an instance of Dictionary


createArrayOfDictionaryWord

public ArrayOfDictionaryWord createArrayOfDictionaryWord()
Create an instance of ArrayOfDictionaryWord


createDefineInDictResponse

public DefineInDictResponse createDefineInDictResponse()
Create an instance of DefineInDictResponse


createMatchInDictResponse

public MatchInDictResponse createMatchInDictResponse()
Create an instance of MatchInDictResponse


createDefinition

public Definition createDefinition()
Create an instance of Definition


createArrayOfStrategy

public ArrayOfStrategy createArrayOfStrategy()
Create an instance of ArrayOfStrategy


createServerInfo

public ServerInfo createServerInfo()
Create an instance of ServerInfo


createDefine

public Define createDefine()
Create an instance of Define


createArrayOfDictionary

public ArrayOfDictionary createArrayOfDictionary()
Create an instance of ArrayOfDictionary


createString

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


createWordDefinition

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


createArrayOfDictionary

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


createArrayOfStrategy

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


createArrayOfDictionaryWord

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



Copyright © 2010 OW2 Consortium. All Rights Reserved.