/**
   * An XML GetSOIListResponse(@http://uicds.org/SensorService).
   *
   * <p>This is a complex type.
   */
  public interface GetSOIListResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    GetSOIListResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
                .resolveHandle("getsoilistresponsee231elemtype");

    /** Gets the "WorkProductList" element */
    org.uicds.workproductservice.WorkProductListDocument.WorkProductList getWorkProductList();

    /** Sets the "WorkProductList" element */
    void setWorkProductList(
        org.uicds.workproductservice.WorkProductListDocument.WorkProductList workProductList);

    /** Appends and returns a new empty "WorkProductList" element */
    org.uicds.workproductservice.WorkProductListDocument.WorkProductList addNewWorkProductList();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.uicds.sensorservice.GetSOIListResponseDocument.GetSOIListResponse
          newInstance() {
        return (org.uicds.sensorservice.GetSOIListResponseDocument.GetSOIListResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.uicds.sensorservice.GetSOIListResponseDocument.GetSOIListResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.uicds.sensorservice.GetSOIListResponseDocument.GetSOIListResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML root(@http://schemas.xmlsoap.org/soap/encoding/).
   *
   * <p>This is an atomic type that is a restriction of
   * org.xmlsoap.schemas.soap.encoding.RootAttribute$Root.
   */
  public interface Root extends org.apache.xmlbeans.XmlBoolean {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    Root.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sCC8CE22298979F5586767BD677B85ED5")
                .resolveHandle("root27f8attrtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newValue(
          java.lang.Object obj) {
        return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root) type.newValue(obj);
      }

      public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance() {
        return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.xmlsoap.schemas.soap.encoding.RootAttribute.Root newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (org.xmlsoap.schemas.soap.encoding.RootAttribute.Root)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
Beispiel #3
0
  /**
   * An XML derivedFrom(@urn:us:gov:ic:ism:v2).
   *
   * <p>This is an atomic type that is a restriction of
   * v2.ism.ic.gov.us.DerivedFromAttribute$DerivedFrom.
   */
  public interface DerivedFrom extends org.apache.xmlbeans.XmlString {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    DerivedFrom.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
                .resolveHandle("derivedfromad79attrtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newValue(
          java.lang.Object obj) {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom) type.newValue(obj);
      }

      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newInstance() {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML contentType(@http://www.w3.org/2004/06/xmlmime).
   *
   * <p>This is an atomic type that is a restriction of
   * org.w3.www._2004._06.xmlmime.ContentTypeAttribute$ContentType.
   */
  public interface ContentType extends org.apache.xmlbeans.XmlString {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ContentType.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s5450B04D8E6073607A93BD67FD7EC213")
                .resolveHandle("contenttyped54eattrtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newValue(
          java.lang.Object obj) {
        return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType) type.newValue(obj);
      }

      public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance() {
        return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (org.w3.www._2004._06.xmlmime.ContentTypeAttribute.ContentType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
Beispiel #5
0
  /**
   * An XML DCP(@http://www.opengis.net/ows/1.1).
   *
   * <p>This is a complex type.
   */
  public interface DCP extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    DCP.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sD8016F3398DC83C8008AC4516B9A9B98")
                .resolveHandle("dcpbe19elemtype");

    /** Gets the "HTTP" element */
    net.opengis.ows.x11.HTTPDocument.HTTP getHTTP();

    /** Sets the "HTTP" element */
    void setHTTP(net.opengis.ows.x11.HTTPDocument.HTTP http);

    /** Appends and returns a new empty "HTTP" element */
    net.opengis.ows.x11.HTTPDocument.HTTP addNewHTTP();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static net.opengis.ows.x11.DCPDocument.DCP newInstance() {
        return (net.opengis.ows.x11.DCPDocument.DCP)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static net.opengis.ows.x11.DCPDocument.DCP newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (net.opengis.ows.x11.DCPDocument.DCP)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML GetTask(@http://aladdin-project.eu/StorageComponent/).
   *
   * <p>This is a complex type.
   */
  public interface GetTask extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    GetTask.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sE76D02AA29B6DBC90ECEEE7F8EA551D9")
                .resolveHandle("gettaskd410elemtype");

    /** Gets the "id" element */
    java.lang.String getId();

    /** Gets (as xml) the "id" element */
    org.apache.xmlbeans.XmlString xgetId();

    /** Sets the "id" element */
    void setId(java.lang.String id);

    /** Sets (as xml) the "id" element */
    void xsetId(org.apache.xmlbeans.XmlString id);

    /** Gets the "locale" element */
    eu.aladdin_project.xsd.SystemParameter getLocale();

    /** Sets the "locale" element */
    void setLocale(eu.aladdin_project.xsd.SystemParameter locale);

    /** Appends and returns a new empty "locale" element */
    eu.aladdin_project.xsd.SystemParameter addNewLocale();

    /** Gets the "userId" element */
    java.lang.String getUserId();

    /** Gets (as xml) the "userId" element */
    org.apache.xmlbeans.XmlString xgetUserId();

    /** Sets the "userId" element */
    void setUserId(java.lang.String userId);

    /** Sets (as xml) the "userId" element */
    void xsetUserId(org.apache.xmlbeans.XmlString userId);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static eu.aladdin_project.storagecomponent.GetTaskDocument.GetTask newInstance() {
        return (eu.aladdin_project.storagecomponent.GetTaskDocument.GetTask)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static eu.aladdin_project.storagecomponent.GetTaskDocument.GetTask newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (eu.aladdin_project.storagecomponent.GetTaskDocument.GetTask)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML loyaltyPointBalancesRequest(@http://www.kohls.com/object/Loyalty/0.1/).
   *
   * <p>This is a complex type.
   */
  public interface LoyaltyPointBalancesRequest extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    LoyaltyPointBalancesRequest.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s2861D1DD2246D8B76BCC0B08AF9327B3")
                .resolveHandle("loyaltypointbalancesrequestb94celemtype");

    /** Gets the "loyaltyNbr" element */
    java.lang.String getLoyaltyNbr();

    /** Gets (as xml) the "loyaltyNbr" element */
    org.apache.xmlbeans.XmlString xgetLoyaltyNbr();

    /** Sets the "loyaltyNbr" element */
    void setLoyaltyNbr(java.lang.String loyaltyNbr);

    /** Sets (as xml) the "loyaltyNbr" element */
    void xsetLoyaltyNbr(org.apache.xmlbeans.XmlString loyaltyNbr);

    /** Gets the "requestedBalanceTypes" element */
    com.kohls.www.object.loyalty._0_1.RequestedTypes getRequestedBalanceTypes();

    /** True if has "requestedBalanceTypes" element */
    boolean isSetRequestedBalanceTypes();

    /** Sets the "requestedBalanceTypes" element */
    void setRequestedBalanceTypes(
        com.kohls.www.object.loyalty._0_1.RequestedTypes requestedBalanceTypes);

    /** Appends and returns a new empty "requestedBalanceTypes" element */
    com.kohls.www.object.loyalty._0_1.RequestedTypes addNewRequestedBalanceTypes();

    /** Unsets the "requestedBalanceTypes" element */
    void unsetRequestedBalanceTypes();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.kohls.www.object.loyalty._0_1.LoyaltyPointBalancesRequestDocument
              .LoyaltyPointBalancesRequest
          newInstance() {
        return (com.kohls.www.object.loyalty._0_1.LoyaltyPointBalancesRequestDocument
                .LoyaltyPointBalancesRequest)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.kohls.www.object.loyalty._0_1.LoyaltyPointBalancesRequestDocument
              .LoyaltyPointBalancesRequest
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (com.kohls.www.object.loyalty._0_1.LoyaltyPointBalancesRequestDocument
                .LoyaltyPointBalancesRequest)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
/**
 * An XML CT_TextNoAutofit(@http://schemas.openxmlformats.org/drawingml/2006/main).
 *
 * <p>This is a complex type.
 */
public interface CTTextNoAutofit extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  CTTextNoAutofit.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707")
              .resolveHandle("cttextnoautofit1045type");

  /** A factory class with static methods for creating instances of this type. */
}
  /**
   * An XML PublishProductRequest(@http://uicds.org/WorkProductService).
   *
   * <p>This is a complex type.
   */
  public interface PublishProductRequest extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    PublishProductRequest.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
                .resolveHandle("publishproductrequestdff5elemtype");

    /** Gets the "incidentId" element */
    java.lang.String getIncidentId();

    /** Gets (as xml) the "incidentId" element */
    org.apache.xmlbeans.XmlString xgetIncidentId();

    /** True if has "incidentId" element */
    boolean isSetIncidentId();

    /** Sets the "incidentId" element */
    void setIncidentId(java.lang.String incidentId);

    /** Sets (as xml) the "incidentId" element */
    void xsetIncidentId(org.apache.xmlbeans.XmlString incidentId);

    /** Unsets the "incidentId" element */
    void unsetIncidentId();

    /** Gets the "WorkProduct" element */
    com.saic.www.precis._2009._06.structures.WorkProductDocument.WorkProduct getWorkProduct();

    /** Sets the "WorkProduct" element */
    void setWorkProduct(
        com.saic.www.precis._2009._06.structures.WorkProductDocument.WorkProduct workProduct);

    /** Appends and returns a new empty "WorkProduct" element */
    com.saic.www.precis._2009._06.structures.WorkProductDocument.WorkProduct addNewWorkProduct();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.uicds.workproductservice.PublishProductRequestDocument.PublishProductRequest
          newInstance() {
        return (org.uicds.workproductservice.PublishProductRequestDocument.PublishProductRequest)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.uicds.workproductservice.PublishProductRequestDocument.PublishProductRequest
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.uicds.workproductservice.PublishProductRequestDocument.PublishProductRequest)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
    /**
     * An XML Results(@http://exacttarget.com/wsdl/partnerAPI).
     *
     * <p>This is a complex type.
     */
    public interface Results extends org.apache.xmlbeans.XmlObject {
      public static final org.apache.xmlbeans.SchemaType type =
          (org.apache.xmlbeans.SchemaType)
              org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                      Results.class.getClassLoader(),
                      "schemaorg_apache_xmlbeans.system.s3078E7ECE9B08DEFC7AE7471BD7A2FDF")
                  .resolveHandle("results9640elemtype");

      /** Gets array of all "Result" elements */
      com.exacttarget.wsdl.partnerapi.ConfigureResult[] getResultArray();

      /** Gets ith "Result" element */
      com.exacttarget.wsdl.partnerapi.ConfigureResult getResultArray(int i);

      /** Returns number of "Result" element */
      int sizeOfResultArray();

      /** Sets array of all "Result" element */
      void setResultArray(com.exacttarget.wsdl.partnerapi.ConfigureResult[] resultArray);

      /** Sets ith "Result" element */
      void setResultArray(int i, com.exacttarget.wsdl.partnerapi.ConfigureResult result);

      /** Inserts and returns a new empty value (as xml) as the ith "Result" element */
      com.exacttarget.wsdl.partnerapi.ConfigureResult insertNewResult(int i);

      /** Appends and returns a new empty value (as xml) as the last "Result" element */
      com.exacttarget.wsdl.partnerapi.ConfigureResult addNewResult();

      /** Removes the ith "Result" element */
      void removeResult(int i);

      /** A factory class with static methods for creating instances of this type. */
      public static final class Factory {
        public static com.exacttarget.wsdl.partnerapi.ConfigureResponseMsgDocument
                .ConfigureResponseMsg.Results
            newInstance() {
          return (com.exacttarget.wsdl.partnerapi.ConfigureResponseMsgDocument.ConfigureResponseMsg
                  .Results)
              org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
        }

        public static com.exacttarget.wsdl.partnerapi.ConfigureResponseMsgDocument
                .ConfigureResponseMsg.Results
            newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (com.exacttarget.wsdl.partnerapi.ConfigureResponseMsgDocument.ConfigureResponseMsg
                  .Results)
              org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
        }

        private Factory() {} // No instance of this class allowed
      }
    }
  /**
   * An XML GetPatientMeasurementResponse(@http://aladdin-project.eu/StorageComponent/).
   *
   * <p>This is a complex type.
   */
  public interface GetPatientMeasurementResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    GetPatientMeasurementResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sE76D02AA29B6DBC90ECEEE7F8EA551D9")
                .resolveHandle("getpatientmeasurementresponsef836elemtype");

    /** Gets array of all "out" elements */
    eu.aladdin_project.xsd.Measurement[] getOutArray();

    /** Gets ith "out" element */
    eu.aladdin_project.xsd.Measurement getOutArray(int i);

    /** Returns number of "out" element */
    int sizeOfOutArray();

    /** Sets array of all "out" element */
    void setOutArray(eu.aladdin_project.xsd.Measurement[] outArray);

    /** Sets ith "out" element */
    void setOutArray(int i, eu.aladdin_project.xsd.Measurement out);

    /** Inserts and returns a new empty value (as xml) as the ith "out" element */
    eu.aladdin_project.xsd.Measurement insertNewOut(int i);

    /** Appends and returns a new empty value (as xml) as the last "out" element */
    eu.aladdin_project.xsd.Measurement addNewOut();

    /** Removes the ith "out" element */
    void removeOut(int i);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static eu.aladdin_project.storagecomponent.GetPatientMeasurementResponseDocument
              .GetPatientMeasurementResponse
          newInstance() {
        return (eu.aladdin_project.storagecomponent.GetPatientMeasurementResponseDocument
                .GetPatientMeasurementResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static eu.aladdin_project.storagecomponent.GetPatientMeasurementResponseDocument
              .GetPatientMeasurementResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (eu.aladdin_project.storagecomponent.GetPatientMeasurementResponseDocument
                .GetPatientMeasurementResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML ShareIncidentResponse(@http://uicds.org/IncidentManagementService).
   *
   * <p>This is a complex type.
   */
  public interface ShareIncidentResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ShareIncidentResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s4EF21377E0C3896346FE808A4E61C987")
                .resolveHandle("shareincidentresponse16bcelemtype");

    /** Gets the "IncidentShareSucessful" element */
    boolean getIncidentShareSucessful();

    /** Gets (as xml) the "IncidentShareSucessful" element */
    org.apache.xmlbeans.XmlBoolean xgetIncidentShareSucessful();

    /** Sets the "IncidentShareSucessful" element */
    void setIncidentShareSucessful(boolean incidentShareSucessful);

    /** Sets (as xml) the "IncidentShareSucessful" element */
    void xsetIncidentShareSucessful(org.apache.xmlbeans.XmlBoolean incidentShareSucessful);

    /** Gets the "ErrorString" element */
    java.lang.String getErrorString();

    /** Gets (as xml) the "ErrorString" element */
    org.apache.xmlbeans.XmlString xgetErrorString();

    /** Sets the "ErrorString" element */
    void setErrorString(java.lang.String errorString);

    /** Sets (as xml) the "ErrorString" element */
    void xsetErrorString(org.apache.xmlbeans.XmlString errorString);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.uicds.incidentmanagementservice.ShareIncidentResponseDocument
              .ShareIncidentResponse
          newInstance() {
        return (org.uicds.incidentmanagementservice.ShareIncidentResponseDocument
                .ShareIncidentResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.uicds.incidentmanagementservice.ShareIncidentResponseDocument
              .ShareIncidentResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.uicds.incidentmanagementservice.ShareIncidentResponseDocument
                .ShareIncidentResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML Parameters(@http://exacttarget.com/wsdl/partnerAPI).
   *
   * <p>This is a complex type.
   */
  public interface Parameters extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    Parameters.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s3078E7ECE9B08DEFC7AE7471BD7A2FDF")
                .resolveHandle("parametersdca1elemtype");

    /** Gets array of all "Parameter" elements */
    com.exacttarget.wsdl.partnerapi.ExtractParameterDescription[] getParameterArray();

    /** Gets ith "Parameter" element */
    com.exacttarget.wsdl.partnerapi.ExtractParameterDescription getParameterArray(int i);

    /** Returns number of "Parameter" element */
    int sizeOfParameterArray();

    /** Sets array of all "Parameter" element */
    void setParameterArray(
        com.exacttarget.wsdl.partnerapi.ExtractParameterDescription[] parameterArray);

    /** Sets ith "Parameter" element */
    void setParameterArray(
        int i, com.exacttarget.wsdl.partnerapi.ExtractParameterDescription parameter);

    /** Inserts and returns a new empty value (as xml) as the ith "Parameter" element */
    com.exacttarget.wsdl.partnerapi.ExtractParameterDescription insertNewParameter(int i);

    /** Appends and returns a new empty value (as xml) as the last "Parameter" element */
    com.exacttarget.wsdl.partnerapi.ExtractParameterDescription addNewParameter();

    /** Removes the ith "Parameter" element */
    void removeParameter(int i);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.exacttarget.wsdl.partnerapi.ExtractDescription.Parameters newInstance() {
        return (com.exacttarget.wsdl.partnerapi.ExtractDescription.Parameters)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.exacttarget.wsdl.partnerapi.ExtractDescription.Parameters newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (com.exacttarget.wsdl.partnerapi.ExtractDescription.Parameters)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML AdministrativeDate(@http://www.landxml.org/schema/LandXML-1.1).
   *
   * <p>This is a complex type.
   */
  public interface AdministrativeDate extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    AdministrativeDate.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s78E1CED5AEE3C33CCDF6CB018DD26479")
                .resolveHandle("administrativedate96d8elemtype");

    /** Gets the "adminDateType" attribute */
    java.lang.String getAdminDateType();

    /** Gets (as xml) the "adminDateType" attribute */
    org.landxml.schema.landXML11.AdminDateTypeType xgetAdminDateType();

    /** Sets the "adminDateType" attribute */
    void setAdminDateType(java.lang.String adminDateType);

    /** Sets (as xml) the "adminDateType" attribute */
    void xsetAdminDateType(org.landxml.schema.landXML11.AdminDateTypeType adminDateType);

    /** Gets the "adminDate" attribute */
    java.util.Calendar getAdminDate();

    /** Gets (as xml) the "adminDate" attribute */
    org.apache.xmlbeans.XmlDate xgetAdminDate();

    /** Sets the "adminDate" attribute */
    void setAdminDate(java.util.Calendar adminDate);

    /** Sets (as xml) the "adminDate" attribute */
    void xsetAdminDate(org.apache.xmlbeans.XmlDate adminDate);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.landxml.schema.landXML11.AdministrativeDateDocument.AdministrativeDate
          newInstance() {
        return (org.landxml.schema.landXML11.AdministrativeDateDocument.AdministrativeDate)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.landxml.schema.landXML11.AdministrativeDateDocument.AdministrativeDate
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.landxml.schema.landXML11.AdministrativeDateDocument.AdministrativeDate)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML isDBSpammingAuthEnabledResponse(@http://webservice.business.easytravel.dynatrace.com).
   *
   * <p>This is a complex type.
   */
  public interface IsDBSpammingAuthEnabledResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    IsDBSpammingAuthEnabledResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s93B05F2AF3E03B9A9BB6219B1B7C2318")
                .resolveHandle("isdbspammingauthenabledresponse086celemtype");

    /** Gets the "return" element */
    boolean getReturn();

    /** Gets (as xml) the "return" element */
    org.apache.xmlbeans.XmlBoolean xgetReturn();

    /** True if has "return" element */
    boolean isSetReturn();

    /** Sets the "return" element */
    void setReturn(boolean xreturn);

    /** Sets (as xml) the "return" element */
    void xsetReturn(org.apache.xmlbeans.XmlBoolean xreturn);

    /** Unsets the "return" element */
    void unsetReturn();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.dynatrace.easytravel.business.webservice
              .IsDBSpammingAuthEnabledResponseDocument.IsDBSpammingAuthEnabledResponse
          newInstance() {
        return (com.dynatrace.easytravel.business.webservice.IsDBSpammingAuthEnabledResponseDocument
                .IsDBSpammingAuthEnabledResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.dynatrace.easytravel.business.webservice
              .IsDBSpammingAuthEnabledResponseDocument.IsDBSpammingAuthEnabledResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (com.dynatrace.easytravel.business.webservice.IsDBSpammingAuthEnabledResponseDocument
                .IsDBSpammingAuthEnabledResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime).
   *
   * <p>This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem.
   */
  public interface ExpectedMediaType extends org.apache.xmlbeans.XmlAnySimpleType {
    java.util.List getListValue();

    java.util.List xgetListValue();

    void setListValue(java.util.List list);
    /** @deprecated */
    java.util.List listValue();
    /** @deprecated */
    java.util.List xlistValue();
    /** @deprecated */
    void set(java.util.List list);

    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ExpectedMediaType.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169")
                .resolveHandle("expectedmediatypec05aelemtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newValue(java.lang.Object obj) {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            type.newValue(obj);
      }

      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newInstance() {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML attendee(@http://www.webex.com/schemas/2002/06/service/event).
   *
   * <p>This is a complex type.
   */
  public interface Attendee extends com.webex.schemas.x2002.x06.common.PersonType {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    Attendee.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sA887AEEE10906E3883BF0C231E2D12B9")
                .resolveHandle("attendeead8belemtype");

    /** Gets the "joinStatus" element */
    com.webex.schemas.x2002.x06.common.JoinStatusType.Enum getJoinStatus();

    /** Gets (as xml) the "joinStatus" element */
    com.webex.schemas.x2002.x06.common.JoinStatusType xgetJoinStatus();

    /** True if has "joinStatus" element */
    boolean isSetJoinStatus();

    /** Sets the "joinStatus" element */
    void setJoinStatus(com.webex.schemas.x2002.x06.common.JoinStatusType.Enum joinStatus);

    /** Sets (as xml) the "joinStatus" element */
    void xsetJoinStatus(com.webex.schemas.x2002.x06.common.JoinStatusType joinStatus);

    /** Unsets the "joinStatus" element */
    void unsetJoinStatus();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.webex.schemas.x2002.x06.service.event.AttendeesType.Attendee newInstance() {
        return (com.webex.schemas.x2002.x06.service.event.AttendeesType.Attendee)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.webex.schemas.x2002.x06.service.event.AttendeesType.Attendee newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (com.webex.schemas.x2002.x06.service.event.AttendeesType.Attendee)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
Beispiel #18
0
  /**
   * An XML releasableTo(@urn:us:gov:ic:ism:v2).
   *
   * <p>This is a list type whose items are org.apache.xmlbeans.XmlNMTOKEN.
   */
  public interface ReleasableTo extends org.apache.xmlbeans.XmlNMTOKENS {
    java.util.List getListValue();

    java.util.List xgetListValue();

    void setListValue(java.util.List list);
    /** @deprecated */
    java.util.List listValue();
    /** @deprecated */
    java.util.List xlistValue();
    /** @deprecated */
    void set(java.util.List list);

    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ReleasableTo.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
                .resolveHandle("releasabletoce39attrtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo newValue(
          java.lang.Object obj) {
        return (v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo) type.newValue(obj);
      }

      public static v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo newInstance() {
        return (v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (v2.ism.ic.gov.us.ReleasableToAttribute.ReleasableTo)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML
   * AddReservationOccurrenceResponse(@http://www.nortel.com/drac/2007/07/03/ws/ResourceAllocationAndSchedulingServiceTypes).
   *
   * <p>This is a complex type.
   */
  public interface AddReservationOccurrenceResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    AddReservationOccurrenceResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s3BA69BFB11D077B12A924F8A8A3504B3")
                .resolveHandle("addreservationoccurrenceresponse32a9elemtype");

    /** Gets the "occurrenceId" element */
    java.lang.String getOccurrenceId();

    /** Gets (as xml) the "occurrenceId" element */
    org.apache.xmlbeans.XmlString xgetOccurrenceId();

    /** Sets the "occurrenceId" element */
    void setOccurrenceId(java.lang.String occurrenceId);

    /** Sets (as xml) the "occurrenceId" element */
    void xsetOccurrenceId(org.apache.xmlbeans.XmlString occurrenceId);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.nortel.www.drac._2007._07._03.ws.resourceallocationandschedulingservicetypes
              .AddReservationOccurrenceResponseDocument.AddReservationOccurrenceResponse
          newInstance() {
        return (com.nortel.www.drac._2007._07._03.ws.resourceallocationandschedulingservicetypes
                .AddReservationOccurrenceResponseDocument.AddReservationOccurrenceResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.nortel.www.drac._2007._07._03.ws.resourceallocationandschedulingservicetypes
              .AddReservationOccurrenceResponseDocument.AddReservationOccurrenceResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (com.nortel.www.drac._2007._07._03.ws.resourceallocationandschedulingservicetypes
                .AddReservationOccurrenceResponseDocument.AddReservationOccurrenceResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML ListOfPossibleTasks(@http://aladdin-project.eu/StorageComponent/).
   *
   * <p>This is a complex type.
   */
  public interface ListOfPossibleTasks extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ListOfPossibleTasks.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sE76D02AA29B6DBC90ECEEE7F8EA551D9")
                .resolveHandle("listofpossibletasks8f6aelemtype");

    /** Gets the "userType" element */
    int getUserType();

    /** Gets (as xml) the "userType" element */
    org.apache.xmlbeans.XmlInt xgetUserType();

    /** Sets the "userType" element */
    void setUserType(int userType);

    /** Sets (as xml) the "userType" element */
    void xsetUserType(org.apache.xmlbeans.XmlInt userType);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static eu.aladdin_project.storagecomponent.ListOfPossibleTasksDocument
              .ListOfPossibleTasks
          newInstance() {
        return (eu.aladdin_project.storagecomponent.ListOfPossibleTasksDocument.ListOfPossibleTasks)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static eu.aladdin_project.storagecomponent.ListOfPossibleTasksDocument
              .ListOfPossibleTasks
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (eu.aladdin_project.storagecomponent.ListOfPossibleTasksDocument.ListOfPossibleTasks)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML GetCardResponse(@http://cpapi.conferma.com/).
   *
   * <p>This is a complex type.
   */
  public interface GetCardResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    GetCardResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.s4840EABFCCE2902204A6F8C9414298CB")
                .resolveHandle("getcardresponse8e03elemtype");

    /** Gets the "GetCardResult" element */
    com.conferma.cpapi.GetCardResponse getGetCardResult();

    /** True if has "GetCardResult" element */
    boolean isSetGetCardResult();

    /** Sets the "GetCardResult" element */
    void setGetCardResult(com.conferma.cpapi.GetCardResponse getCardResult);

    /** Appends and returns a new empty "GetCardResult" element */
    com.conferma.cpapi.GetCardResponse addNewGetCardResult();

    /** Unsets the "GetCardResult" element */
    void unsetGetCardResult();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static com.conferma.cpapi.GetCardResponseDocument.GetCardResponse newInstance() {
        return (com.conferma.cpapi.GetCardResponseDocument.GetCardResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static com.conferma.cpapi.GetCardResponseDocument.GetCardResponse newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (com.conferma.cpapi.GetCardResponseDocument.GetCardResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML catalogProductTagListResponseParam(@urn:Magento).
   *
   * <p>This is a complex type.
   */
  public interface CatalogProductTagListResponseParam extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    CatalogProductTagListResponseParam.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sD5BC16BD0FB5D6F8D0296F1E232D6FCF")
                .resolveHandle("catalogproducttaglistresponseparamab2belemtype");

    /** Gets the "result" element */
    magento.CatalogProductTagListEntityArray getResult();

    /** Sets the "result" element */
    void setResult(magento.CatalogProductTagListEntityArray result);

    /** Appends and returns a new empty "result" element */
    magento.CatalogProductTagListEntityArray addNewResult();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static magento.CatalogProductTagListResponseParamDocument
              .CatalogProductTagListResponseParam
          newInstance() {
        return (magento.CatalogProductTagListResponseParamDocument
                .CatalogProductTagListResponseParam)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static magento.CatalogProductTagListResponseParamDocument
              .CatalogProductTagListResponseParam
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (magento.CatalogProductTagListResponseParamDocument
                .CatalogProductTagListResponseParam)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML importTaskInfoXmlResponse(@http://eoa2.paic.com.cn).
   *
   * <p>This is a complex type.
   */
  public interface ImportTaskInfoXmlResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ImportTaskInfoXmlResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sCAD1871FBF0404AFC04E1C639A297CFB")
                .resolveHandle("importtaskinfoxmlresponse478delemtype");

    /** Gets the "result" element */
    java.lang.String getResult();

    /** Gets (as xml) the "result" element */
    org.apache.xmlbeans.XmlString xgetResult();

    /** Sets the "result" element */
    void setResult(java.lang.String result);

    /** Sets (as xml) the "result" element */
    void xsetResult(org.apache.xmlbeans.XmlString result);

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static cn.com.paic.eoa2.ImportTaskInfoXmlResponseDocument.ImportTaskInfoXmlResponse
          newInstance() {
        return (cn.com.paic.eoa2.ImportTaskInfoXmlResponseDocument.ImportTaskInfoXmlResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static cn.com.paic.eoa2.ImportTaskInfoXmlResponseDocument.ImportTaskInfoXmlResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (cn.com.paic.eoa2.ImportTaskInfoXmlResponseDocument.ImportTaskInfoXmlResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
  /**
   * An XML CreateCarerResponse(@http://aladdin-project.eu/StorageComponent/).
   *
   * <p>This is a complex type.
   */
  public interface CreateCarerResponse extends org.apache.xmlbeans.XmlObject {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    CreateCarerResponse.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sE76D02AA29B6DBC90ECEEE7F8EA551D9")
                .resolveHandle("createcarerresponse5266elemtype");

    /** Gets the "out" element */
    eu.aladdin_project.xsd.OperationResult getOut();

    /** Sets the "out" element */
    void setOut(eu.aladdin_project.xsd.OperationResult out);

    /** Appends and returns a new empty "out" element */
    eu.aladdin_project.xsd.OperationResult addNewOut();

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static eu.aladdin_project.storagecomponent.CreateCarerResponseDocument
              .CreateCarerResponse
          newInstance() {
        return (eu.aladdin_project.storagecomponent.CreateCarerResponseDocument.CreateCarerResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static eu.aladdin_project.storagecomponent.CreateCarerResponseDocument
              .CreateCarerResponse
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (eu.aladdin_project.storagecomponent.CreateCarerResponseDocument.CreateCarerResponse)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }
/**
 * An XML RescheduleRequest(@http://schemas.microsoft.com/crm/2007/WebServices).
 *
 * <p>This is a complex type.
 */
public interface RescheduleRequest extends com.microsoft.schemas.crm._2007.webservices.Request {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  RescheduleRequest.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.sE3DFDC56E75679F2AF264CA469AD5996")
              .resolveHandle("reschedulerequest9511type");

  /** Gets the "Target" element */
  com.microsoft.schemas.crm._2007.webservices.TargetSchedule getTarget();

  /** Sets the "Target" element */
  void setTarget(com.microsoft.schemas.crm._2007.webservices.TargetSchedule target);

  /** Appends and returns a new empty "Target" element */
  com.microsoft.schemas.crm._2007.webservices.TargetSchedule addNewTarget();

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest newInstance() {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.microsoft.schemas.crm._2007.webservices.RescheduleRequest parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.microsoft.schemas.crm._2007.webservices.RescheduleRequest)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}
/**
 * A document containing one ADDRESS2(@) element.
 *
 * <p>This is a complex type.
 */
public interface ADDRESS2Document extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  ADDRESS2Document.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.s6903BC4AF790113A5A1255D3E67725A0")
              .resolveHandle("address25257doctype");

  /** Gets the "ADDRESS2" element */
  java.lang.String getADDRESS2();

  /** Gets (as xml) the "ADDRESS2" element */
  org.apache.xmlbeans.XmlString xgetADDRESS2();

  /** Sets the "ADDRESS2" element */
  void setADDRESS2(java.lang.String address2);

  /** Sets (as xml) the "ADDRESS2" element */
  void xsetADDRESS2(org.apache.xmlbeans.XmlString address2);

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document
        newInstance() {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.abctech.transition.xmladbeans.iadifestateforsale.ADDRESS2Document)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}
/**
 * A document containing one base64Binary(@http://schemas.xmlsoap.org/soap/encoding/) element.
 *
 * <p>This is a complex type.
 */
public interface Base64BinaryDocument extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  Base64BinaryDocument.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.sDF4469B35D96717FED1B4DD1466560EA")
              .resolveHandle("base64binarybb46doctype");

  /** Gets the "base64Binary" element */
  org.xmlsoap.schemas.soap.encoding.Base64Binary getBase64Binary();

  /** Sets the "base64Binary" element */
  void setBase64Binary(org.xmlsoap.schemas.soap.encoding.Base64Binary base64Binary);

  /** Appends and returns a new empty "base64Binary" element */
  org.xmlsoap.schemas.soap.encoding.Base64Binary addNewBase64Binary();

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance() {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.File file)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.net.URL u)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(java.io.Reader r)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (org.xmlsoap.schemas.soap.encoding.Base64BinaryDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}
/**
 * A document containing one expectedMediaType(@http://www.w3.org/2004/06/xmlmime) element.
 *
 * <p>This is a complex type.
 */
public interface ExpectedMediaTypeDocument extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  ExpectedMediaTypeDocument.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169")
              .resolveHandle("expectedmediatype0e08doctype");

  /** Gets the "expectedMediaType" element */
  java.util.List getExpectedMediaType();

  /** Gets (as xml) the "expectedMediaType" element */
  org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType xgetExpectedMediaType();

  /** Sets the "expectedMediaType" element */
  void setExpectedMediaType(java.util.List expectedMediaType);

  /** Sets (as xml) the "expectedMediaType" element */
  void xsetExpectedMediaType(
      org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType expectedMediaType);

  /**
   * An XML expectedMediaType(@http://www.w3.org/2004/06/xmlmime).
   *
   * <p>This is a list type whose items are org.w3.www._2004._06.xmlmime.ExpectedMediaTypeItem.
   */
  public interface ExpectedMediaType extends org.apache.xmlbeans.XmlAnySimpleType {
    java.util.List getListValue();

    java.util.List xgetListValue();

    void setListValue(java.util.List list);
    /** @deprecated */
    java.util.List listValue();
    /** @deprecated */
    java.util.List xlistValue();
    /** @deprecated */
    void set(java.util.List list);

    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    ExpectedMediaType.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sD351352778AD90575D6C331E1152D169")
                .resolveHandle("expectedmediatypec05aelemtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newValue(java.lang.Object obj) {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            type.newValue(obj);
      }

      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newInstance() {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType
          newInstance(org.apache.xmlbeans.XmlOptions options) {
        return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument.ExpectedMediaType)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance() {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.File file)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.net.URL u)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(java.io.Reader r)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link XMLInputStream} */
    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link XMLInputStream} */
    public static org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (org.w3.www._2004._06.xmlmime.ExpectedMediaTypeDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}
/**
 * A document containing one POSTSTED(@) element.
 *
 * <p>This is a complex type.
 */
public interface POSTSTEDDocument extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  POSTSTEDDocument.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.s10AE19803B4A838E69C2FAF29481ED29")
              .resolveHandle("poststedbed9doctype");

  /** Gets the "POSTSTED" element */
  java.lang.String getPOSTSTED();

  /** Gets (as xml) the "POSTSTED" element */
  org.apache.xmlbeans.XmlString xgetPOSTSTED();

  /** Sets the "POSTSTED" element */
  void setPOSTSTED(java.lang.String poststed);

  /** Sets (as xml) the "POSTSTED" element */
  void xsetPOSTSTED(org.apache.xmlbeans.XmlString poststed);

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument newInstance() {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(java.io.File file)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(java.net.URL u)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(java.io.Reader r)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (com.abctech.transition.xmladbeans.emprof.POSTSTEDDocument)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}
Beispiel #30
0
/**
 * A document containing one derivedFrom(@urn:us:gov:ic:ism:v2) attribute.
 *
 * <p>This is a complex type.
 */
public interface DerivedFromAttribute extends org.apache.xmlbeans.XmlObject {
  public static final org.apache.xmlbeans.SchemaType type =
      (org.apache.xmlbeans.SchemaType)
          org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                  DerivedFromAttribute.class.getClassLoader(),
                  "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
              .resolveHandle("derivedfrom73b8attrtypetype");

  /** Gets the "derivedFrom" attribute */
  java.lang.String getDerivedFrom();

  /** Gets (as xml) the "derivedFrom" attribute */
  v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom xgetDerivedFrom();

  /** True if has "derivedFrom" attribute */
  boolean isSetDerivedFrom();

  /** Sets the "derivedFrom" attribute */
  void setDerivedFrom(java.lang.String derivedFrom);

  /** Sets (as xml) the "derivedFrom" attribute */
  void xsetDerivedFrom(v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom derivedFrom);

  /** Unsets the "derivedFrom" attribute */
  void unsetDerivedFrom();

  /**
   * An XML derivedFrom(@urn:us:gov:ic:ism:v2).
   *
   * <p>This is an atomic type that is a restriction of
   * v2.ism.ic.gov.us.DerivedFromAttribute$DerivedFrom.
   */
  public interface DerivedFrom extends org.apache.xmlbeans.XmlString {
    public static final org.apache.xmlbeans.SchemaType type =
        (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(
                    DerivedFrom.class.getClassLoader(),
                    "schemaorg_apache_xmlbeans.system.sF4F76781A98B61A37F3965C2C6AC6897")
                .resolveHandle("derivedfromad79attrtype");

    /** A factory class with static methods for creating instances of this type. */
    public static final class Factory {
      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newValue(
          java.lang.Object obj) {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom) type.newValue(obj);
      }

      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newInstance() {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
      }

      public static v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom newInstance(
          org.apache.xmlbeans.XmlOptions options) {
        return (v2.ism.ic.gov.us.DerivedFromAttribute.DerivedFrom)
            org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
      }

      private Factory() {} // No instance of this class allowed
    }
  }

  /** A factory class with static methods for creating instances of this type. */
  public static final class Factory {
    public static v2.ism.ic.gov.us.DerivedFromAttribute newInstance() {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute newInstance(
        org.apache.xmlbeans.XmlOptions options) {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance(type, options);
    }

    /** @param xmlAsString the string value to parse */
    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(java.lang.String xmlAsString)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xmlAsString, type, options);
    }

    /** @param file the file from which to load an xml document */
    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(java.io.File file)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        java.io.File file, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(file, type, options);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(java.net.URL u)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        java.net.URL u, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(u, type, options);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(java.io.InputStream is)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(is, type, options);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(java.io.Reader r)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, java.io.IOException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(r, type, options);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(javax.xml.stream.XMLStreamReader sr)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(sr, type, options);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(org.w3c.dom.Node node)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, null);
    }

    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(node, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static v2.ism.ic.gov.us.DerivedFromAttribute parse(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return (v2.ism.ic.gov.us.DerivedFromAttribute)
          org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse(xis, type, options);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, null);
    }

    /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
    public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(
        org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
        throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
      return org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
          .newValidatingXMLInputStream(xis, type, options);
    }

    private Factory() {} // No instance of this class allowed
  }
}