org.fosstrak.ale.wsdl.aletm.epcglobal
Class ObjectFactory

java.lang.Object
  extended by org.fosstrak.ale.wsdl.aletm.epcglobal.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.fosstrak.ale.wsdl.aletm.epcglobal 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.fosstrak.ale.wsdl.aletm.epcglobal
 
Method Summary
 ALEException createALEException()
          Create an instance of ALEException
 javax.xml.bind.JAXBElement<ALEException> createALEException(ALEException value)
          Create an instance of JAXBElement<ALEException>}
 ArrayOfString createArrayOfString()
          Create an instance of ArrayOfString
 DefineTMSpec createDefineTMSpec()
          Create an instance of DefineTMSpec
 javax.xml.bind.JAXBElement<DefineTMSpec> createDefineTMSpec(DefineTMSpec value)
          Create an instance of JAXBElement<DefineTMSpec>}
 DefineTMSpecResult createDefineTMSpecResult()
          Create an instance of DefineTMSpecResult
 DuplicateNameException createDuplicateNameException()
          Create an instance of DuplicateNameException
 javax.xml.bind.JAXBElement<DuplicateNameException> createDuplicateNameException(DuplicateNameException value)
          Create an instance of JAXBElement<DuplicateNameException>}
 EmptyParms createEmptyParms()
          Create an instance of EmptyParms
 javax.xml.bind.JAXBElement<EmptyParms> createGetStandardVersion(EmptyParms value)
          Create an instance of JAXBElement<EmptyParms>}
 javax.xml.bind.JAXBElement<java.lang.String> createGetStandardVersionResult(java.lang.String value)
          Create an instance of JAXBElement<String>}
 GetTMSpec createGetTMSpec()
          Create an instance of GetTMSpec
 javax.xml.bind.JAXBElement<GetTMSpec> createGetTMSpec(GetTMSpec value)
          Create an instance of JAXBElement<GetTMSpec>}
 javax.xml.bind.JAXBElement<EmptyParms> createGetTMSpecNames(EmptyParms value)
          Create an instance of JAXBElement<EmptyParms>}
 javax.xml.bind.JAXBElement<ArrayOfString> createGetTMSpecNamesResult(ArrayOfString value)
          Create an instance of JAXBElement<ArrayOfString>}
 javax.xml.bind.JAXBElement<TMSpec> createGetTMSpecResult(TMSpec value)
          Create an instance of JAXBElement<TMSpec>}
 javax.xml.bind.JAXBElement<EmptyParms> createGetVendorVersion(EmptyParms value)
          Create an instance of JAXBElement<EmptyParms>}
 javax.xml.bind.JAXBElement<java.lang.String> createGetVendorVersionResult(java.lang.String value)
          Create an instance of JAXBElement<String>}
 ImplementationException createImplementationException()
          Create an instance of ImplementationException
 javax.xml.bind.JAXBElement<ImplementationException> createImplementationException(ImplementationException value)
          Create an instance of JAXBElement<ImplementationException>}
 NoSuchNameException createNoSuchNameException()
          Create an instance of NoSuchNameException
 javax.xml.bind.JAXBElement<NoSuchNameException> createNoSuchNameException(NoSuchNameException value)
          Create an instance of JAXBElement<NoSuchNameException>}
 SecurityException createSecurityException()
          Create an instance of SecurityException
 javax.xml.bind.JAXBElement<SecurityException> createSecurityException(SecurityException value)
          Create an instance of JAXBElement<SecurityException>}
 TMSpecValidationException createTMSpecValidationException()
          Create an instance of TMSpecValidationException
 javax.xml.bind.JAXBElement<TMSpecValidationException> createTMSpecValidationException(TMSpecValidationException value)
          Create an instance of JAXBElement<TMSpecValidationException>}
 UndefineTMSpec createUndefineTMSpec()
          Create an instance of UndefineTMSpec
 javax.xml.bind.JAXBElement<UndefineTMSpec> createUndefineTMSpec(UndefineTMSpec value)
          Create an instance of JAXBElement<UndefineTMSpec>}
 UndefineTMSpecResult createUndefineTMSpecResult()
          Create an instance of UndefineTMSpecResult
 
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.fosstrak.ale.wsdl.aletm.epcglobal

Method Detail

createDuplicateNameException

public DuplicateNameException createDuplicateNameException()
Create an instance of DuplicateNameException


createArrayOfString

public ArrayOfString createArrayOfString()
Create an instance of ArrayOfString


createUndefineTMSpec

public UndefineTMSpec createUndefineTMSpec()
Create an instance of UndefineTMSpec


createDefineTMSpec

public DefineTMSpec createDefineTMSpec()
Create an instance of DefineTMSpec


createGetTMSpec

public GetTMSpec createGetTMSpec()
Create an instance of GetTMSpec


createTMSpecValidationException

public TMSpecValidationException createTMSpecValidationException()
Create an instance of TMSpecValidationException


createALEException

public ALEException createALEException()
Create an instance of ALEException


createNoSuchNameException

public NoSuchNameException createNoSuchNameException()
Create an instance of NoSuchNameException


createUndefineTMSpecResult

public UndefineTMSpecResult createUndefineTMSpecResult()
Create an instance of UndefineTMSpecResult


createImplementationException

public ImplementationException createImplementationException()
Create an instance of ImplementationException


createSecurityException

public SecurityException createSecurityException()
Create an instance of SecurityException


createEmptyParms

public EmptyParms createEmptyParms()
Create an instance of EmptyParms


createDefineTMSpecResult

public DefineTMSpecResult createDefineTMSpecResult()
Create an instance of DefineTMSpecResult


createGetTMSpec

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


createGetStandardVersion

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


createDefineTMSpec

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


createUndefineTMSpec

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


createDuplicateNameException

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


createImplementationException

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


createGetTMSpecNames

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


createGetStandardVersionResult

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


createALEException

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


createGetTMSpecNamesResult

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


createGetTMSpecResult

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


createSecurityException

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


createNoSuchNameException

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


createGetVendorVersion

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


createTMSpecValidationException

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


createGetVendorVersionResult

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



Copyright © 2009. All Rights Reserved.