org.uddi.sub_v3
Class ObjectFactory

java.lang.Object
  extended by org.uddi.sub_v3.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.uddi.sub_v3 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.uddi.sub_v3
 
Method Summary
 javax.xml.bind.JAXBElement<String> createChunkToken(String value)
          Create an instance of JAXBElement<String>}
 CoveragePeriod createCoveragePeriod()
          Create an instance of CoveragePeriod
 javax.xml.bind.JAXBElement<CoveragePeriod> createCoveragePeriod(CoveragePeriod value)
          Create an instance of JAXBElement<CoveragePeriod>}
 javax.xml.bind.JAXBElement<Boolean> createDeleted(Boolean value)
          Create an instance of JAXBElement<Boolean>}
 DeleteSubscription createDeleteSubscription()
          Create an instance of DeleteSubscription
 javax.xml.bind.JAXBElement<DeleteSubscription> createDeleteSubscription(DeleteSubscription value)
          Create an instance of JAXBElement<DeleteSubscription>}
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createEndPoint(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createExpiresAfter(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 GetSubscriptionResults createGetSubscriptionResults()
          Create an instance of GetSubscriptionResults
 javax.xml.bind.JAXBElement<GetSubscriptionResults> createGetSubscriptionResults(GetSubscriptionResults value)
          Create an instance of JAXBElement<GetSubscriptionResults>}
 GetSubscriptions createGetSubscriptions()
          Create an instance of GetSubscriptions
 javax.xml.bind.JAXBElement<GetSubscriptions> createGetSubscriptions(GetSubscriptions value)
          Create an instance of JAXBElement<GetSubscriptions>}
 KeyBag createKeyBag()
          Create an instance of KeyBag
 javax.xml.bind.JAXBElement<KeyBag> createKeyBag(KeyBag value)
          Create an instance of JAXBElement<KeyBag>}
 javax.xml.bind.JAXBElement<Integer> createMaxEntities(Integer value)
          Create an instance of JAXBElement<Integer>}
 javax.xml.bind.JAXBElement<Duration> createNotificationInterval(Duration value)
          Create an instance of JAXBElement<Duration>}
 SaveSubscription createSaveSubscription()
          Create an instance of SaveSubscription
 javax.xml.bind.JAXBElement<SaveSubscription> createSaveSubscription(SaveSubscription value)
          Create an instance of JAXBElement<SaveSubscription>}
 javax.xml.bind.JAXBElement<XMLGregorianCalendar> createStartPoint(XMLGregorianCalendar value)
          Create an instance of JAXBElement<XMLGregorianCalendar>}
 Subscription createSubscription()
          Create an instance of Subscription
 javax.xml.bind.JAXBElement<Subscription> createSubscription(Subscription value)
          Create an instance of JAXBElement<Subscription>}
 SubscriptionFilter createSubscriptionFilter()
          Create an instance of SubscriptionFilter
 javax.xml.bind.JAXBElement<SubscriptionFilter> createSubscriptionFilter(SubscriptionFilter value)
          Create an instance of JAXBElement<SubscriptionFilter>}
 javax.xml.bind.JAXBElement<String> createSubscriptionKey(String value)
          Create an instance of JAXBElement<String>}
 SubscriptionResultsList createSubscriptionResultsList()
          Create an instance of SubscriptionResultsList
 javax.xml.bind.JAXBElement<SubscriptionResultsList> createSubscriptionResultsList(SubscriptionResultsList value)
          Create an instance of JAXBElement<SubscriptionResultsList>}
 Subscriptions createSubscriptions()
          Create an instance of Subscriptions
 javax.xml.bind.JAXBElement<Subscriptions> createSubscriptions(Subscriptions value)
          Create an instance of JAXBElement<Subscriptions>}
 
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.uddi.sub_v3

Method Detail

createGetSubscriptionResults

public GetSubscriptionResults createGetSubscriptionResults()
Create an instance of GetSubscriptionResults


createSaveSubscription

public SaveSubscription createSaveSubscription()
Create an instance of SaveSubscription


createSubscription

public Subscription createSubscription()
Create an instance of Subscription


createCoveragePeriod

public CoveragePeriod createCoveragePeriod()
Create an instance of CoveragePeriod


createSubscriptionFilter

public SubscriptionFilter createSubscriptionFilter()
Create an instance of SubscriptionFilter


createSubscriptions

public Subscriptions createSubscriptions()
Create an instance of Subscriptions


createSubscriptionResultsList

public SubscriptionResultsList createSubscriptionResultsList()
Create an instance of SubscriptionResultsList


createGetSubscriptions

public GetSubscriptions createGetSubscriptions()
Create an instance of GetSubscriptions


createDeleteSubscription

public DeleteSubscription createDeleteSubscription()
Create an instance of DeleteSubscription


createKeyBag

public KeyBag createKeyBag()
Create an instance of KeyBag


createDeleteSubscription

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


createMaxEntities

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


createEndPoint

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


createExpiresAfter

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


createNotificationInterval

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


createGetSubscriptions

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


createStartPoint

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


createSubscriptionKey

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


createCoveragePeriod

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


createSubscriptions

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


createSubscription

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


createSubscriptionResultsList

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


createSubscriptionFilter

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


createGetSubscriptionResults

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


createSaveSubscription

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


createKeyBag

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


createDeleted

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


createChunkToken

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



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.