All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.example.wsHT.api.XMLTTask Maven / Gradle / Ivy

The newest version!
/*
 * XML Type:  tTask
 * Namespace: http://www.example.org/WS-HT/api
 * Java type: org.example.wsHT.api.XMLTTask
 *
 * Automatically generated - do not modify.
 */
package org.example.wsHT.api;


/**
 * An XML tTask(@http://www.example.org/WS-HT/api).
 *
 * This is a complex type.
 */
public interface XMLTTask extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XMLTTask.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s239E9F611E0BDABA176858414455EF6B").resolveHandle("ttask0fc0type");
    
    /**
     * 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 "taskType" element
     */
    java.lang.String getTaskType();
    
    /**
     * Gets (as xml) the "taskType" element
     */
    org.apache.xmlbeans.XmlString xgetTaskType();
    
    /**
     * Sets the "taskType" element
     */
    void setTaskType(java.lang.String taskType);
    
    /**
     * Sets (as xml) the "taskType" element
     */
    void xsetTaskType(org.apache.xmlbeans.XmlString taskType);
    
    /**
     * Gets the "name" element
     */
    javax.xml.namespace.QName getName();
    
    /**
     * Gets (as xml) the "name" element
     */
    org.apache.xmlbeans.XmlQName xgetName();
    
    /**
     * Sets the "name" element
     */
    void setName(javax.xml.namespace.QName name);
    
    /**
     * Sets (as xml) the "name" element
     */
    void xsetName(org.apache.xmlbeans.XmlQName name);
    
    /**
     * Gets the "status" element
     */
    org.example.wsHT.api.XMLTStatus.Enum getStatus();
    
    /**
     * Gets (as xml) the "status" element
     */
    org.example.wsHT.api.XMLTStatus xgetStatus();
    
    /**
     * Sets the "status" element
     */
    void setStatus(org.example.wsHT.api.XMLTStatus.Enum status);
    
    /**
     * Sets (as xml) the "status" element
     */
    void xsetStatus(org.example.wsHT.api.XMLTStatus status);
    
    /**
     * Gets the "priority" element
     */
    java.math.BigInteger getPriority();
    
    /**
     * Gets (as xml) the "priority" element
     */
    org.apache.xmlbeans.XmlNonNegativeInteger xgetPriority();
    
    /**
     * True if has "priority" element
     */
    boolean isSetPriority();
    
    /**
     * Sets the "priority" element
     */
    void setPriority(java.math.BigInteger priority);
    
    /**
     * Sets (as xml) the "priority" element
     */
    void xsetPriority(org.apache.xmlbeans.XmlNonNegativeInteger priority);
    
    /**
     * Unsets the "priority" element
     */
    void unsetPriority();
    
    /**
     * Gets the "taskInitiator" element
     */
    java.lang.String getTaskInitiator();
    
    /**
     * Gets (as xml) the "taskInitiator" element
     */
    org.example.wsHT.XMLTUser xgetTaskInitiator();
    
    /**
     * True if has "taskInitiator" element
     */
    boolean isSetTaskInitiator();
    
    /**
     * Sets the "taskInitiator" element
     */
    void setTaskInitiator(java.lang.String taskInitiator);
    
    /**
     * Sets (as xml) the "taskInitiator" element
     */
    void xsetTaskInitiator(org.example.wsHT.XMLTUser taskInitiator);
    
    /**
     * Unsets the "taskInitiator" element
     */
    void unsetTaskInitiator();
    
    /**
     * Gets the "taskStakeholders" element
     */
    org.example.wsHT.XMLTOrganizationalEntity getTaskStakeholders();
    
    /**
     * True if has "taskStakeholders" element
     */
    boolean isSetTaskStakeholders();
    
    /**
     * Sets the "taskStakeholders" element
     */
    void setTaskStakeholders(org.example.wsHT.XMLTOrganizationalEntity taskStakeholders);
    
    /**
     * Appends and returns a new empty "taskStakeholders" element
     */
    org.example.wsHT.XMLTOrganizationalEntity addNewTaskStakeholders();
    
    /**
     * Unsets the "taskStakeholders" element
     */
    void unsetTaskStakeholders();
    
    /**
     * Gets the "potentialOwners" element
     */
    org.example.wsHT.XMLTOrganizationalEntity getPotentialOwners();
    
    /**
     * True if has "potentialOwners" element
     */
    boolean isSetPotentialOwners();
    
    /**
     * Sets the "potentialOwners" element
     */
    void setPotentialOwners(org.example.wsHT.XMLTOrganizationalEntity potentialOwners);
    
    /**
     * Appends and returns a new empty "potentialOwners" element
     */
    org.example.wsHT.XMLTOrganizationalEntity addNewPotentialOwners();
    
    /**
     * Unsets the "potentialOwners" element
     */
    void unsetPotentialOwners();
    
    /**
     * Gets the "businessAdministrators" element
     */
    org.example.wsHT.XMLTOrganizationalEntity getBusinessAdministrators();
    
    /**
     * True if has "businessAdministrators" element
     */
    boolean isSetBusinessAdministrators();
    
    /**
     * Sets the "businessAdministrators" element
     */
    void setBusinessAdministrators(org.example.wsHT.XMLTOrganizationalEntity businessAdministrators);
    
    /**
     * Appends and returns a new empty "businessAdministrators" element
     */
    org.example.wsHT.XMLTOrganizationalEntity addNewBusinessAdministrators();
    
    /**
     * Unsets the "businessAdministrators" element
     */
    void unsetBusinessAdministrators();
    
    /**
     * Gets the "actualOwner" element
     */
    java.lang.String getActualOwner();
    
    /**
     * Gets (as xml) the "actualOwner" element
     */
    org.example.wsHT.XMLTUser xgetActualOwner();
    
    /**
     * True if has "actualOwner" element
     */
    boolean isSetActualOwner();
    
    /**
     * Sets the "actualOwner" element
     */
    void setActualOwner(java.lang.String actualOwner);
    
    /**
     * Sets (as xml) the "actualOwner" element
     */
    void xsetActualOwner(org.example.wsHT.XMLTUser actualOwner);
    
    /**
     * Unsets the "actualOwner" element
     */
    void unsetActualOwner();
    
    /**
     * Gets the "notificationRecipients" element
     */
    org.example.wsHT.XMLTOrganizationalEntity getNotificationRecipients();
    
    /**
     * True if has "notificationRecipients" element
     */
    boolean isSetNotificationRecipients();
    
    /**
     * Sets the "notificationRecipients" element
     */
    void setNotificationRecipients(org.example.wsHT.XMLTOrganizationalEntity notificationRecipients);
    
    /**
     * Appends and returns a new empty "notificationRecipients" element
     */
    org.example.wsHT.XMLTOrganizationalEntity addNewNotificationRecipients();
    
    /**
     * Unsets the "notificationRecipients" element
     */
    void unsetNotificationRecipients();
    
    /**
     * Gets the "createdOn" element
     */
    java.util.Calendar getCreatedOn();
    
    /**
     * Gets (as xml) the "createdOn" element
     */
    org.apache.xmlbeans.XmlDateTime xgetCreatedOn();
    
    /**
     * Sets the "createdOn" element
     */
    void setCreatedOn(java.util.Calendar createdOn);
    
    /**
     * Sets (as xml) the "createdOn" element
     */
    void xsetCreatedOn(org.apache.xmlbeans.XmlDateTime createdOn);
    
    /**
     * Gets the "createdBy" element
     */
    java.lang.String getCreatedBy();
    
    /**
     * Gets (as xml) the "createdBy" element
     */
    org.apache.xmlbeans.XmlString xgetCreatedBy();
    
    /**
     * True if has "createdBy" element
     */
    boolean isSetCreatedBy();
    
    /**
     * Sets the "createdBy" element
     */
    void setCreatedBy(java.lang.String createdBy);
    
    /**
     * Sets (as xml) the "createdBy" element
     */
    void xsetCreatedBy(org.apache.xmlbeans.XmlString createdBy);
    
    /**
     * Unsets the "createdBy" element
     */
    void unsetCreatedBy();
    
    /**
     * Gets the "activationTime" element
     */
    java.util.Calendar getActivationTime();
    
    /**
     * Gets (as xml) the "activationTime" element
     */
    org.apache.xmlbeans.XmlDateTime xgetActivationTime();
    
    /**
     * True if has "activationTime" element
     */
    boolean isSetActivationTime();
    
    /**
     * Sets the "activationTime" element
     */
    void setActivationTime(java.util.Calendar activationTime);
    
    /**
     * Sets (as xml) the "activationTime" element
     */
    void xsetActivationTime(org.apache.xmlbeans.XmlDateTime activationTime);
    
    /**
     * Unsets the "activationTime" element
     */
    void unsetActivationTime();
    
    /**
     * Gets the "expirationTime" element
     */
    java.util.Calendar getExpirationTime();
    
    /**
     * Gets (as xml) the "expirationTime" element
     */
    org.apache.xmlbeans.XmlDateTime xgetExpirationTime();
    
    /**
     * True if has "expirationTime" element
     */
    boolean isSetExpirationTime();
    
    /**
     * Sets the "expirationTime" element
     */
    void setExpirationTime(java.util.Calendar expirationTime);
    
    /**
     * Sets (as xml) the "expirationTime" element
     */
    void xsetExpirationTime(org.apache.xmlbeans.XmlDateTime expirationTime);
    
    /**
     * Unsets the "expirationTime" element
     */
    void unsetExpirationTime();
    
    /**
     * Gets the "isSkipable" element
     */
    boolean getIsSkipable();
    
    /**
     * Gets (as xml) the "isSkipable" element
     */
    org.apache.xmlbeans.XmlBoolean xgetIsSkipable();
    
    /**
     * True if has "isSkipable" element
     */
    boolean isSetIsSkipable();
    
    /**
     * Sets the "isSkipable" element
     */
    void setIsSkipable(boolean isSkipable);
    
    /**
     * Sets (as xml) the "isSkipable" element
     */
    void xsetIsSkipable(org.apache.xmlbeans.XmlBoolean isSkipable);
    
    /**
     * Unsets the "isSkipable" element
     */
    void unsetIsSkipable();
    
    /**
     * Gets the "hasPotentialOwners" element
     */
    boolean getHasPotentialOwners();
    
    /**
     * Gets (as xml) the "hasPotentialOwners" element
     */
    org.apache.xmlbeans.XmlBoolean xgetHasPotentialOwners();
    
    /**
     * True if has "hasPotentialOwners" element
     */
    boolean isSetHasPotentialOwners();
    
    /**
     * Sets the "hasPotentialOwners" element
     */
    void setHasPotentialOwners(boolean hasPotentialOwners);
    
    /**
     * Sets (as xml) the "hasPotentialOwners" element
     */
    void xsetHasPotentialOwners(org.apache.xmlbeans.XmlBoolean hasPotentialOwners);
    
    /**
     * Unsets the "hasPotentialOwners" element
     */
    void unsetHasPotentialOwners();
    
    /**
     * Gets the "startByExists" element
     */
    boolean getStartByExists();
    
    /**
     * Gets (as xml) the "startByExists" element
     */
    org.apache.xmlbeans.XmlBoolean xgetStartByExists();
    
    /**
     * True if has "startByExists" element
     */
    boolean isSetStartByExists();
    
    /**
     * Sets the "startByExists" element
     */
    void setStartByExists(boolean startByExists);
    
    /**
     * Sets (as xml) the "startByExists" element
     */
    void xsetStartByExists(org.apache.xmlbeans.XmlBoolean startByExists);
    
    /**
     * Unsets the "startByExists" element
     */
    void unsetStartByExists();
    
    /**
     * Gets the "completeByExists" element
     */
    boolean getCompleteByExists();
    
    /**
     * Gets (as xml) the "completeByExists" element
     */
    org.apache.xmlbeans.XmlBoolean xgetCompleteByExists();
    
    /**
     * True if has "completeByExists" element
     */
    boolean isSetCompleteByExists();
    
    /**
     * Sets the "completeByExists" element
     */
    void setCompleteByExists(boolean completeByExists);
    
    /**
     * Sets (as xml) the "completeByExists" element
     */
    void xsetCompleteByExists(org.apache.xmlbeans.XmlBoolean completeByExists);
    
    /**
     * Unsets the "completeByExists" element
     */
    void unsetCompleteByExists();
    
    /**
     * Gets the "presentationName" element
     */
    java.lang.String getPresentationName();
    
    /**
     * Gets (as xml) the "presentationName" element
     */
    org.example.wsHT.api.XMLTPresentationName xgetPresentationName();
    
    /**
     * True if has "presentationName" element
     */
    boolean isSetPresentationName();
    
    /**
     * Sets the "presentationName" element
     */
    void setPresentationName(java.lang.String presentationName);
    
    /**
     * Sets (as xml) the "presentationName" element
     */
    void xsetPresentationName(org.example.wsHT.api.XMLTPresentationName presentationName);
    
    /**
     * Unsets the "presentationName" element
     */
    void unsetPresentationName();
    
    /**
     * Gets the "presentationSubject" element
     */
    java.lang.String getPresentationSubject();
    
    /**
     * Gets (as xml) the "presentationSubject" element
     */
    org.example.wsHT.api.XMLTPresentationSubject xgetPresentationSubject();
    
    /**
     * True if has "presentationSubject" element
     */
    boolean isSetPresentationSubject();
    
    /**
     * Sets the "presentationSubject" element
     */
    void setPresentationSubject(java.lang.String presentationSubject);
    
    /**
     * Sets (as xml) the "presentationSubject" element
     */
    void xsetPresentationSubject(org.example.wsHT.api.XMLTPresentationSubject presentationSubject);
    
    /**
     * Unsets the "presentationSubject" element
     */
    void unsetPresentationSubject();
    
    /**
     * Gets the "renderingMethodExists" element
     */
    boolean getRenderingMethodExists();
    
    /**
     * Gets (as xml) the "renderingMethodExists" element
     */
    org.apache.xmlbeans.XmlBoolean xgetRenderingMethodExists();
    
    /**
     * Sets the "renderingMethodExists" element
     */
    void setRenderingMethodExists(boolean renderingMethodExists);
    
    /**
     * Sets (as xml) the "renderingMethodExists" element
     */
    void xsetRenderingMethodExists(org.apache.xmlbeans.XmlBoolean renderingMethodExists);
    
    /**
     * Gets the "hasOutput" element
     */
    boolean getHasOutput();
    
    /**
     * Gets (as xml) the "hasOutput" element
     */
    org.apache.xmlbeans.XmlBoolean xgetHasOutput();
    
    /**
     * True if has "hasOutput" element
     */
    boolean isSetHasOutput();
    
    /**
     * Sets the "hasOutput" element
     */
    void setHasOutput(boolean hasOutput);
    
    /**
     * Sets (as xml) the "hasOutput" element
     */
    void xsetHasOutput(org.apache.xmlbeans.XmlBoolean hasOutput);
    
    /**
     * Unsets the "hasOutput" element
     */
    void unsetHasOutput();
    
    /**
     * Gets the "hasFault" element
     */
    boolean getHasFault();
    
    /**
     * Gets (as xml) the "hasFault" element
     */
    org.apache.xmlbeans.XmlBoolean xgetHasFault();
    
    /**
     * True if has "hasFault" element
     */
    boolean isSetHasFault();
    
    /**
     * Sets the "hasFault" element
     */
    void setHasFault(boolean hasFault);
    
    /**
     * Sets (as xml) the "hasFault" element
     */
    void xsetHasFault(org.apache.xmlbeans.XmlBoolean hasFault);
    
    /**
     * Unsets the "hasFault" element
     */
    void unsetHasFault();
    
    /**
     * Gets the "hasAttachments" element
     */
    boolean getHasAttachments();
    
    /**
     * Gets (as xml) the "hasAttachments" element
     */
    org.apache.xmlbeans.XmlBoolean xgetHasAttachments();
    
    /**
     * True if has "hasAttachments" element
     */
    boolean isSetHasAttachments();
    
    /**
     * Sets the "hasAttachments" element
     */
    void setHasAttachments(boolean hasAttachments);
    
    /**
     * Sets (as xml) the "hasAttachments" element
     */
    void xsetHasAttachments(org.apache.xmlbeans.XmlBoolean hasAttachments);
    
    /**
     * Unsets the "hasAttachments" element
     */
    void unsetHasAttachments();
    
    /**
     * Gets the "hasComments" element
     */
    boolean getHasComments();
    
    /**
     * Gets (as xml) the "hasComments" element
     */
    org.apache.xmlbeans.XmlBoolean xgetHasComments();
    
    /**
     * True if has "hasComments" element
     */
    boolean isSetHasComments();
    
    /**
     * Sets the "hasComments" element
     */
    void setHasComments(boolean hasComments);
    
    /**
     * Sets (as xml) the "hasComments" element
     */
    void xsetHasComments(org.apache.xmlbeans.XmlBoolean hasComments);
    
    /**
     * Unsets the "hasComments" element
     */
    void unsetHasComments();
    
    /**
     * Gets the "escalated" element
     */
    boolean getEscalated();
    
    /**
     * Gets (as xml) the "escalated" element
     */
    org.apache.xmlbeans.XmlBoolean xgetEscalated();
    
    /**
     * True if has "escalated" element
     */
    boolean isSetEscalated();
    
    /**
     * Sets the "escalated" element
     */
    void setEscalated(boolean escalated);
    
    /**
     * Sets (as xml) the "escalated" element
     */
    void xsetEscalated(org.apache.xmlbeans.XmlBoolean escalated);
    
    /**
     * Unsets the "escalated" element
     */
    void unsetEscalated();
    
    /**
     * Gets the "primarySearchBy" element
     */
    java.lang.String getPrimarySearchBy();
    
    /**
     * Gets (as xml) the "primarySearchBy" element
     */
    org.apache.xmlbeans.XmlString xgetPrimarySearchBy();
    
    /**
     * True if has "primarySearchBy" element
     */
    boolean isSetPrimarySearchBy();
    
    /**
     * Sets the "primarySearchBy" element
     */
    void setPrimarySearchBy(java.lang.String primarySearchBy);
    
    /**
     * Sets (as xml) the "primarySearchBy" element
     */
    void xsetPrimarySearchBy(org.apache.xmlbeans.XmlString primarySearchBy);
    
    /**
     * Unsets the "primarySearchBy" element
     */
    void unsetPrimarySearchBy();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.example.wsHT.api.XMLTTask newInstance() {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.example.wsHT.api.XMLTTask newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.example.wsHT.api.XMLTTask parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.example.wsHT.api.XMLTTask parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.example.wsHT.api.XMLTTask parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.example.wsHT.api.XMLTTask parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.example.wsHT.api.XMLTTask parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.example.wsHT.api.XMLTTask parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.example.wsHT.api.XMLTTask) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.example.wsHT.api.XMLTTask 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.example.wsHT.api.XMLTTask) 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
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy