epcglobal.ale.soap
Class ObjectFactory

java.lang.Object
  extended by epcglobal.ale.soap.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 epcglobal.ale.soap 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: epcglobal.ale.soap
 
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
 Define createDefine()
          Create an instance of Define
 javax.xml.bind.JAXBElement<Define> createDefine(Define value)
          Create an instance of JAXBElement<Define>}
 DuplicateNameException createDuplicateNameException()
          Create an instance of DuplicateNameException
 javax.xml.bind.JAXBElement<DuplicateNameException> createDuplicateNameException(DuplicateNameException value)
          Create an instance of JAXBElement<DuplicateNameException>}
 DuplicateSubscriptionException createDuplicateSubscriptionException()
          Create an instance of DuplicateSubscriptionException
 javax.xml.bind.JAXBElement<DuplicateSubscriptionException> createDuplicateSubscriptionException(DuplicateSubscriptionException value)
          Create an instance of JAXBElement<DuplicateSubscriptionException>}
 ECSpecValidationException createECSpecValidationException()
          Create an instance of ECSpecValidationException
 javax.xml.bind.JAXBElement<ECSpecValidationException> createECSpecValidationException(ECSpecValidationException value)
          Create an instance of JAXBElement<ECSpecValidationException>}
 EmptyParms createEmptyParms()
          Create an instance of EmptyParms
 GetECSpec createGetECSpec()
          Create an instance of GetECSpec
 javax.xml.bind.JAXBElement<GetECSpec> createGetECSpec(GetECSpec value)
          Create an instance of JAXBElement<GetECSpec>}
 javax.xml.bind.JAXBElement<EmptyParms> createGetECSpecNames(EmptyParms value)
          Create an instance of JAXBElement<EmptyParms>}
 javax.xml.bind.JAXBElement<ArrayOfString> createGetECSpecNamesResult(ArrayOfString value)
          Create an instance of JAXBElement<ArrayOfString>}
 javax.xml.bind.JAXBElement<ECSpec> createGetECSpecResult(ECSpec value)
          Create an instance of JAXBElement<ECSpec>}
 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>}
 GetSubscribers createGetSubscribers()
          Create an instance of GetSubscribers
 javax.xml.bind.JAXBElement<GetSubscribers> createGetSubscribers(GetSubscribers value)
          Create an instance of JAXBElement<GetSubscribers>}
 javax.xml.bind.JAXBElement<ArrayOfString> createGetSubscribersResult(ArrayOfString value)
          Create an instance of JAXBElement<ArrayOfString>}
 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>}
 Immediate createImmediate()
          Create an instance of Immediate
 javax.xml.bind.JAXBElement<Immediate> createImmediate(Immediate value)
          Create an instance of JAXBElement<Immediate>}
 javax.xml.bind.JAXBElement<ECReports> createImmediateResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 ImplementationException createImplementationException()
          Create an instance of ImplementationException
 javax.xml.bind.JAXBElement<ImplementationException> createImplementationException(ImplementationException value)
          Create an instance of JAXBElement<ImplementationException>}
 InvalidURIException createInvalidURIException()
          Create an instance of InvalidURIException
 javax.xml.bind.JAXBElement<InvalidURIException> createInvalidURIException(InvalidURIException value)
          Create an instance of JAXBElement<InvalidURIException>}
 NoSuchNameException createNoSuchNameException()
          Create an instance of NoSuchNameException
 javax.xml.bind.JAXBElement<NoSuchNameException> createNoSuchNameException(NoSuchNameException value)
          Create an instance of JAXBElement<NoSuchNameException>}
 NoSuchSubscriberException createNoSuchSubscriberException()
          Create an instance of NoSuchSubscriberException
 javax.xml.bind.JAXBElement<NoSuchSubscriberException> createNoSuchSubscriberException(NoSuchSubscriberException value)
          Create an instance of JAXBElement<NoSuchSubscriberException>}
 Poll createPoll()
          Create an instance of Poll
 javax.xml.bind.JAXBElement<Poll> createPoll(Poll value)
          Create an instance of JAXBElement<Poll>}
 javax.xml.bind.JAXBElement<ECReports> createPollResult(ECReports value)
          Create an instance of JAXBElement<ECReports>}
 SecurityException createSecurityException()
          Create an instance of SecurityException
 javax.xml.bind.JAXBElement<SecurityException> createSecurityException(SecurityException value)
          Create an instance of JAXBElement<SecurityException>}
 Subscribe createSubscribe()
          Create an instance of Subscribe
 javax.xml.bind.JAXBElement<Subscribe> createSubscribe(Subscribe value)
          Create an instance of JAXBElement<Subscribe>}
 Undefine createUndefine()
          Create an instance of Undefine
 javax.xml.bind.JAXBElement<Undefine> createUndefine(Undefine value)
          Create an instance of JAXBElement<Undefine>}
 Unsubscribe createUnsubscribe()
          Create an instance of Unsubscribe
 javax.xml.bind.JAXBElement<Unsubscribe> createUnsubscribe(Unsubscribe value)
          Create an instance of JAXBElement<Unsubscribe>}
 VoidHolder createVoidHolder()
          Create an instance of VoidHolder
 javax.xml.bind.JAXBElement<VoidHolder> createVoidHolder(VoidHolder value)
          Create an instance of JAXBElement<VoidHolder>}
 
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: epcglobal.ale.soap

Method Detail

createInvalidURIException

public InvalidURIException createInvalidURIException()
Create an instance of InvalidURIException


createNoSuchNameException

public NoSuchNameException createNoSuchNameException()
Create an instance of NoSuchNameException


createArrayOfString

public ArrayOfString createArrayOfString()
Create an instance of ArrayOfString


createGetSubscribers

public GetSubscribers createGetSubscribers()
Create an instance of GetSubscribers


createGetECSpec

public GetECSpec createGetECSpec()
Create an instance of GetECSpec


createALEException

public ALEException createALEException()
Create an instance of ALEException


createImplementationException

public ImplementationException createImplementationException()
Create an instance of ImplementationException


createDuplicateNameException

public DuplicateNameException createDuplicateNameException()
Create an instance of DuplicateNameException


createSecurityException

public SecurityException createSecurityException()
Create an instance of SecurityException


createECSpecValidationException

public ECSpecValidationException createECSpecValidationException()
Create an instance of ECSpecValidationException


createImmediate

public Immediate createImmediate()
Create an instance of Immediate


createVoidHolder

public VoidHolder createVoidHolder()
Create an instance of VoidHolder


createUndefine

public Undefine createUndefine()
Create an instance of Undefine


createNoSuchSubscriberException

public NoSuchSubscriberException createNoSuchSubscriberException()
Create an instance of NoSuchSubscriberException


createDefine

public Define createDefine()
Create an instance of Define


createUnsubscribe

public Unsubscribe createUnsubscribe()
Create an instance of Unsubscribe


createDuplicateSubscriptionException

public DuplicateSubscriptionException createDuplicateSubscriptionException()
Create an instance of DuplicateSubscriptionException


createSubscribe

public Subscribe createSubscribe()
Create an instance of Subscribe


createEmptyParms

public EmptyParms createEmptyParms()
Create an instance of EmptyParms


createPoll

public Poll createPoll()
Create an instance of Poll


createDuplicateSubscriptionException

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


createGetECSpec

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


createGetVendorVersion

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


createECSpecValidationException

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


createImmediate

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


createImmediateResult

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


createImplementationException

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


createGetECSpecNames

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


createNoSuchSubscriberException

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


createGetECSpecResult

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


createDefine

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


createUnsubscribe

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


createGetECSpecNamesResult

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


createPollResult

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


createVoidHolder

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


createGetStandardVersion

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


createSubscribe

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


createUndefine

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


createGetSubscribers

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


createDuplicateNameException

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


createALEException

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


createSecurityException

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


createGetVendorVersionResult

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


createGetSubscribersResult

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


createInvalidURIException

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


createGetStandardVersionResult

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


createNoSuchNameException

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


createPoll

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