public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.sub_v3
|
public ObjectFactory()
public GetSubscriptionResults createGetSubscriptionResults()
GetSubscriptionResults
public SaveSubscription createSaveSubscription()
SaveSubscription
public Subscription createSubscription()
Subscription
public CoveragePeriod createCoveragePeriod()
CoveragePeriod
public SubscriptionFilter createSubscriptionFilter()
SubscriptionFilter
public Subscriptions createSubscriptions()
Subscriptions
public SubscriptionResultsList createSubscriptionResultsList()
SubscriptionResultsList
public GetSubscriptions createGetSubscriptions()
GetSubscriptions
public DeleteSubscription createDeleteSubscription()
DeleteSubscription
public JAXBElement<DeleteSubscription> createDeleteSubscription(DeleteSubscription value)
public JAXBElement<Integer> createMaxEntities(Integer value)
public JAXBElement<XMLGregorianCalendar> createEndPoint(XMLGregorianCalendar value)
public JAXBElement<XMLGregorianCalendar> createExpiresAfter(XMLGregorianCalendar value)
public JAXBElement<Duration> createNotificationInterval(Duration value)
public JAXBElement<GetSubscriptions> createGetSubscriptions(GetSubscriptions value)
public JAXBElement<XMLGregorianCalendar> createStartPoint(XMLGregorianCalendar value)
public JAXBElement<String> createSubscriptionKey(String value)
public JAXBElement<CoveragePeriod> createCoveragePeriod(CoveragePeriod value)
public JAXBElement<Subscriptions> createSubscriptions(Subscriptions value)
public JAXBElement<Subscription> createSubscription(Subscription value)
public JAXBElement<SubscriptionResultsList> createSubscriptionResultsList(SubscriptionResultsList value)
public JAXBElement<SubscriptionFilter> createSubscriptionFilter(SubscriptionFilter value)
public JAXBElement<GetSubscriptionResults> createGetSubscriptionResults(GetSubscriptionResults value)
public JAXBElement<SaveSubscription> createSaveSubscription(SaveSubscription value)
public JAXBElement<KeyBag> createKeyBag(KeyBag value)
public JAXBElement<Boolean> createDeleted(Boolean value)
public JAXBElement<String> createChunkToken(String value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.