This project has retired. For details please refer to its Attic page.
ObjectFactory.java

ObjectFactory.java

  1. /*
  2.  * Copyright 2001-2008 The Apache Software Foundation.
  3.  *
  4.  * Licensed under the Apache License, Version 2.0 (the "License");
  5.  * you may not use this file except in compliance with the License.
  6.  * You may obtain a copy of the License at
  7.  *
  8.  *      http://www.apache.org/licenses/LICENSE-2.0
  9.  *
  10.  * Unless required by applicable law or agreed to in writing, software
  11.  * distributed under the License is distributed on an "AS IS" BASIS,
  12.  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13.  * See the License for the specific language governing permissions and
  14.  * limitations under the License.
  15.  *
  16.  */


  17. package org.uddi.sub_v3;

  18. import javax.xml.bind.JAXBElement;
  19. import javax.xml.bind.annotation.XmlElementDecl;
  20. import javax.xml.bind.annotation.XmlRegistry;
  21. import javax.xml.datatype.Duration;
  22. import javax.xml.datatype.XMLGregorianCalendar;
  23. import javax.xml.namespace.QName;


  24. /**
  25.  * This object contains factory methods for each
  26.  * Java content interface and Java element interface
  27.  * generated in the org.uddi.sub_v3 package.
  28.  * <p>An ObjectFactory allows you to programatically
  29.  * construct new instances of the Java representation
  30.  * for XML content. The Java representation of XML
  31.  * content can consist of schema derived interfaces
  32.  * and classes representing the binding of schema
  33.  * type definitions, element declarations and model
  34.  * groups.  Factory methods for each of these are
  35.  * provided in this class.
  36.  *
  37.  */
  38. @XmlRegistry
  39. public class ObjectFactory {

  40.     private final static QName _DeleteSubscription_QNAME = new QName("urn:uddi-org:sub_v3", "delete_subscription");
  41.     private final static QName _MaxEntities_QNAME = new QName("urn:uddi-org:sub_v3", "maxEntities");
  42.     private final static QName _EndPoint_QNAME = new QName("urn:uddi-org:sub_v3", "endPoint");
  43.     private final static QName _ExpiresAfter_QNAME = new QName("urn:uddi-org:sub_v3", "expiresAfter");
  44.     private final static QName _NotificationInterval_QNAME = new QName("urn:uddi-org:sub_v3", "notificationInterval");
  45.     private final static QName _GetSubscriptions_QNAME = new QName("urn:uddi-org:sub_v3", "get_subscriptions");
  46.     private final static QName _StartPoint_QNAME = new QName("urn:uddi-org:sub_v3", "startPoint");
  47.     private final static QName _SubscriptionKey_QNAME = new QName("urn:uddi-org:sub_v3", "subscriptionKey");
  48.     private final static QName _CoveragePeriod_QNAME = new QName("urn:uddi-org:sub_v3", "coveragePeriod");
  49.     private final static QName _Subscriptions_QNAME = new QName("urn:uddi-org:sub_v3", "subscriptions");
  50.     private final static QName _Subscription_QNAME = new QName("urn:uddi-org:sub_v3", "subscription");
  51.     private final static QName _SubscriptionResultsList_QNAME = new QName("urn:uddi-org:sub_v3", "subscriptionResultsList");
  52.     private final static QName _SubscriptionFilter_QNAME = new QName("urn:uddi-org:sub_v3", "subscriptionFilter");
  53.     private final static QName _GetSubscriptionResults_QNAME = new QName("urn:uddi-org:sub_v3", "get_subscriptionResults");
  54.     private final static QName _SaveSubscription_QNAME = new QName("urn:uddi-org:sub_v3", "save_subscription");
  55.     private final static QName _KeyBag_QNAME = new QName("urn:uddi-org:sub_v3", "keyBag");
  56.     private final static QName _Deleted_QNAME = new QName("urn:uddi-org:sub_v3", "deleted");
  57.     private final static QName _ChunkToken_QNAME = new QName("urn:uddi-org:sub_v3", "chunkToken");

  58.     /**
  59.      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.sub_v3
  60.      *
  61.      */
  62.     public ObjectFactory() {
  63.     }

  64.     /**
  65.      * Create an instance of {@link GetSubscriptionResults }
  66.      *
  67.      */
  68.     public GetSubscriptionResults createGetSubscriptionResults() {
  69.         return new GetSubscriptionResults();
  70.     }

  71.     /**
  72.      * Create an instance of {@link SaveSubscription }
  73.      *
  74.      */
  75.     public SaveSubscription createSaveSubscription() {
  76.         return new SaveSubscription();
  77.     }

  78.     /**
  79.      * Create an instance of {@link Subscription }
  80.      *
  81.      */
  82.     public Subscription createSubscription() {
  83.         return new Subscription();
  84.     }

  85.     /**
  86.      * Create an instance of {@link CoveragePeriod }
  87.      *
  88.      */
  89.     public CoveragePeriod createCoveragePeriod() {
  90.         return new CoveragePeriod();
  91.     }

  92.     /**
  93.      * Create an instance of {@link SubscriptionFilter }
  94.      *
  95.      */
  96.     public SubscriptionFilter createSubscriptionFilter() {
  97.         return new SubscriptionFilter();
  98.     }

  99.     /**
  100.      * Create an instance of {@link Subscriptions }
  101.      *
  102.      */
  103.     public Subscriptions createSubscriptions() {
  104.         return new Subscriptions();
  105.     }

  106.     /**
  107.      * Create an instance of {@link SubscriptionResultsList }
  108.      *
  109.      */
  110.     public SubscriptionResultsList createSubscriptionResultsList() {
  111.         return new SubscriptionResultsList();
  112.     }

  113.     /**
  114.      * Create an instance of {@link GetSubscriptions }
  115.      *
  116.      */
  117.     public GetSubscriptions createGetSubscriptions() {
  118.         return new GetSubscriptions();
  119.     }

  120.     /**
  121.      * Create an instance of {@link DeleteSubscription }
  122.      *
  123.      */
  124.     public DeleteSubscription createDeleteSubscription() {
  125.         return new DeleteSubscription();
  126.     }

  127.     /**
  128.      * Create an instance of {@link KeyBag }
  129.      *
  130.      */
  131.     public KeyBag createKeyBag() {
  132.         return new KeyBag();
  133.     }

  134.     /**
  135.      * Create an instance of {@link JAXBElement }{@code <}{@link DeleteSubscription }{@code >}}
  136.      *
  137.      */
  138.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "delete_subscription")
  139.     public JAXBElement<DeleteSubscription> createDeleteSubscription(DeleteSubscription value) {
  140.         return new JAXBElement<DeleteSubscription>(_DeleteSubscription_QNAME, DeleteSubscription.class, null, value);
  141.     }

  142.     /**
  143.      * Create an instance of {@link JAXBElement }{@code <}{@link Integer }{@code >}}
  144.      *
  145.      */
  146.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "maxEntities")
  147.     public JAXBElement<Integer> createMaxEntities(Integer value) {
  148.         return new JAXBElement<Integer>(_MaxEntities_QNAME, Integer.class, null, value);
  149.     }

  150.     /**
  151.      * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}}
  152.      *
  153.      */
  154.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "endPoint")
  155.     public JAXBElement<XMLGregorianCalendar> createEndPoint(XMLGregorianCalendar value) {
  156.         return new JAXBElement<XMLGregorianCalendar>(_EndPoint_QNAME, XMLGregorianCalendar.class, null, value);
  157.     }

  158.     /**
  159.      * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}}
  160.      *
  161.      */
  162.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "expiresAfter")
  163.     public JAXBElement<XMLGregorianCalendar> createExpiresAfter(XMLGregorianCalendar value) {
  164.         return new JAXBElement<XMLGregorianCalendar>(_ExpiresAfter_QNAME, XMLGregorianCalendar.class, null, value);
  165.     }

  166.     /**
  167.      * Create an instance of {@link JAXBElement }{@code <}{@link Duration }{@code >}}
  168.      *
  169.      */
  170.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "notificationInterval")
  171.     public JAXBElement<Duration> createNotificationInterval(Duration value) {
  172.         return new JAXBElement<Duration>(_NotificationInterval_QNAME, Duration.class, null, value);
  173.     }

  174.     /**
  175.      * Create an instance of {@link JAXBElement }{@code <}{@link GetSubscriptions }{@code >}}
  176.      *
  177.      */
  178.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "get_subscriptions")
  179.     public JAXBElement<GetSubscriptions> createGetSubscriptions(GetSubscriptions value) {
  180.         return new JAXBElement<GetSubscriptions>(_GetSubscriptions_QNAME, GetSubscriptions.class, null, value);
  181.     }

  182.     /**
  183.      * Create an instance of {@link JAXBElement }{@code <}{@link XMLGregorianCalendar }{@code >}}
  184.      *
  185.      */
  186.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "startPoint")
  187.     public JAXBElement<XMLGregorianCalendar> createStartPoint(XMLGregorianCalendar value) {
  188.         return new JAXBElement<XMLGregorianCalendar>(_StartPoint_QNAME, XMLGregorianCalendar.class, null, value);
  189.     }

  190.     /**
  191.      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
  192.      *
  193.      */
  194.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "subscriptionKey")
  195.     public JAXBElement<String> createSubscriptionKey(String value) {
  196.         return new JAXBElement<String>(_SubscriptionKey_QNAME, String.class, null, value);
  197.     }

  198.     /**
  199.      * Create an instance of {@link JAXBElement }{@code <}{@link CoveragePeriod }{@code >}}
  200.      *
  201.      */
  202.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "coveragePeriod")
  203.     public JAXBElement<CoveragePeriod> createCoveragePeriod(CoveragePeriod value) {
  204.         return new JAXBElement<CoveragePeriod>(_CoveragePeriod_QNAME, CoveragePeriod.class, null, value);
  205.     }

  206.     /**
  207.      * Create an instance of {@link JAXBElement }{@code <}{@link Subscriptions }{@code >}}
  208.      *
  209.      */
  210.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "subscriptions")
  211.     public JAXBElement<Subscriptions> createSubscriptions(Subscriptions value) {
  212.         return new JAXBElement<Subscriptions>(_Subscriptions_QNAME, Subscriptions.class, null, value);
  213.     }

  214.     /**
  215.      * Create an instance of {@link JAXBElement }{@code <}{@link Subscription }{@code >}}
  216.      *
  217.      */
  218.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "subscription")
  219.     public JAXBElement<Subscription> createSubscription(Subscription value) {
  220.         return new JAXBElement<Subscription>(_Subscription_QNAME, Subscription.class, null, value);
  221.     }

  222.     /**
  223.      * Create an instance of {@link JAXBElement }{@code <}{@link SubscriptionResultsList }{@code >}}
  224.      *
  225.      */
  226.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "subscriptionResultsList")
  227.     public JAXBElement<SubscriptionResultsList> createSubscriptionResultsList(SubscriptionResultsList value) {
  228.         return new JAXBElement<SubscriptionResultsList>(_SubscriptionResultsList_QNAME, SubscriptionResultsList.class, null, value);
  229.     }

  230.     /**
  231.      * Create an instance of {@link JAXBElement }{@code <}{@link SubscriptionFilter }{@code >}}
  232.      *
  233.      */
  234.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "subscriptionFilter")
  235.     public JAXBElement<SubscriptionFilter> createSubscriptionFilter(SubscriptionFilter value) {
  236.         return new JAXBElement<SubscriptionFilter>(_SubscriptionFilter_QNAME, SubscriptionFilter.class, null, value);
  237.     }

  238.     /**
  239.      * Create an instance of {@link JAXBElement }{@code <}{@link GetSubscriptionResults }{@code >}}
  240.      *
  241.      */
  242.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "get_subscriptionResults")
  243.     public JAXBElement<GetSubscriptionResults> createGetSubscriptionResults(GetSubscriptionResults value) {
  244.         return new JAXBElement<GetSubscriptionResults>(_GetSubscriptionResults_QNAME, GetSubscriptionResults.class, null, value);
  245.     }

  246.     /**
  247.      * Create an instance of {@link JAXBElement }{@code <}{@link SaveSubscription }{@code >}}
  248.      *
  249.      */
  250.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "save_subscription")
  251.     public JAXBElement<SaveSubscription> createSaveSubscription(SaveSubscription value) {
  252.         return new JAXBElement<SaveSubscription>(_SaveSubscription_QNAME, SaveSubscription.class, null, value);
  253.     }

  254.     /**
  255.      * Create an instance of {@link JAXBElement }{@code <}{@link KeyBag }{@code >}}
  256.      *
  257.      */
  258.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "keyBag")
  259.     public JAXBElement<KeyBag> createKeyBag(KeyBag value) {
  260.         return new JAXBElement<KeyBag>(_KeyBag_QNAME, KeyBag.class, null, value);
  261.     }

  262.     /**
  263.      * Create an instance of {@link JAXBElement }{@code <}{@link Boolean }{@code >}}
  264.      *
  265.      */
  266.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "deleted")
  267.     public JAXBElement<Boolean> createDeleted(Boolean value) {
  268.         return new JAXBElement<Boolean>(_Deleted_QNAME, Boolean.class, null, value);
  269.     }

  270.     /**
  271.      * Create an instance of {@link JAXBElement }{@code <}{@link String }{@code >}}
  272.      *
  273.      */
  274.     @XmlElementDecl(namespace = "urn:uddi-org:sub_v3", name = "chunkToken")
  275.     public JAXBElement<String> createChunkToken(String value) {
  276.         return new JAXBElement<String>(_ChunkToken_QNAME, String.class, null, value);
  277.     }

  278. }