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

org.example.wsHT.XMLTPeopleAssignments Maven / Gradle / Ivy

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


/**
 * An XML tPeopleAssignments(@http://www.example.org/WS-HT).
 *
 * This is a complex type.
 */
public interface XMLTPeopleAssignments extends org.example.wsHT.XMLTExtensibleElements
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XMLTPeopleAssignments.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s239E9F611E0BDABA176858414455EF6B").resolveHandle("tpeopleassignments4a39type");
    
    /**
     * Gets a List of "potentialOwners" elements
     */
    java.util.List getPotentialOwnersList();
    
    /**
     * Gets array of all "potentialOwners" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getPotentialOwnersArray();
    
    /**
     * Gets ith "potentialOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole getPotentialOwnersArray(int i);
    
    /**
     * Returns number of "potentialOwners" element
     */
    int sizeOfPotentialOwnersArray();
    
    /**
     * Sets array of all "potentialOwners" element
     */
    void setPotentialOwnersArray(org.example.wsHT.XMLTGenericHumanRole[] potentialOwnersArray);
    
    /**
     * Sets ith "potentialOwners" element
     */
    void setPotentialOwnersArray(int i, org.example.wsHT.XMLTGenericHumanRole potentialOwners);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "potentialOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewPotentialOwners(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "potentialOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewPotentialOwners();
    
    /**
     * Removes the ith "potentialOwners" element
     */
    void removePotentialOwners(int i);
    
    /**
     * Gets a List of "excludedOwners" elements
     */
    java.util.List getExcludedOwnersList();
    
    /**
     * Gets array of all "excludedOwners" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getExcludedOwnersArray();
    
    /**
     * Gets ith "excludedOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole getExcludedOwnersArray(int i);
    
    /**
     * Returns number of "excludedOwners" element
     */
    int sizeOfExcludedOwnersArray();
    
    /**
     * Sets array of all "excludedOwners" element
     */
    void setExcludedOwnersArray(org.example.wsHT.XMLTGenericHumanRole[] excludedOwnersArray);
    
    /**
     * Sets ith "excludedOwners" element
     */
    void setExcludedOwnersArray(int i, org.example.wsHT.XMLTGenericHumanRole excludedOwners);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "excludedOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewExcludedOwners(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "excludedOwners" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewExcludedOwners();
    
    /**
     * Removes the ith "excludedOwners" element
     */
    void removeExcludedOwners(int i);
    
    /**
     * Gets a List of "taskInitiator" elements
     */
    java.util.List getTaskInitiatorList();
    
    /**
     * Gets array of all "taskInitiator" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getTaskInitiatorArray();
    
    /**
     * Gets ith "taskInitiator" element
     */
    org.example.wsHT.XMLTGenericHumanRole getTaskInitiatorArray(int i);
    
    /**
     * Returns number of "taskInitiator" element
     */
    int sizeOfTaskInitiatorArray();
    
    /**
     * Sets array of all "taskInitiator" element
     */
    void setTaskInitiatorArray(org.example.wsHT.XMLTGenericHumanRole[] taskInitiatorArray);
    
    /**
     * Sets ith "taskInitiator" element
     */
    void setTaskInitiatorArray(int i, org.example.wsHT.XMLTGenericHumanRole taskInitiator);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "taskInitiator" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewTaskInitiator(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "taskInitiator" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewTaskInitiator();
    
    /**
     * Removes the ith "taskInitiator" element
     */
    void removeTaskInitiator(int i);
    
    /**
     * Gets a List of "taskStakeholders" elements
     */
    java.util.List getTaskStakeholdersList();
    
    /**
     * Gets array of all "taskStakeholders" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getTaskStakeholdersArray();
    
    /**
     * Gets ith "taskStakeholders" element
     */
    org.example.wsHT.XMLTGenericHumanRole getTaskStakeholdersArray(int i);
    
    /**
     * Returns number of "taskStakeholders" element
     */
    int sizeOfTaskStakeholdersArray();
    
    /**
     * Sets array of all "taskStakeholders" element
     */
    void setTaskStakeholdersArray(org.example.wsHT.XMLTGenericHumanRole[] taskStakeholdersArray);
    
    /**
     * Sets ith "taskStakeholders" element
     */
    void setTaskStakeholdersArray(int i, org.example.wsHT.XMLTGenericHumanRole taskStakeholders);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "taskStakeholders" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewTaskStakeholders(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "taskStakeholders" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewTaskStakeholders();
    
    /**
     * Removes the ith "taskStakeholders" element
     */
    void removeTaskStakeholders(int i);
    
    /**
     * Gets a List of "businessAdministrators" elements
     */
    java.util.List getBusinessAdministratorsList();
    
    /**
     * Gets array of all "businessAdministrators" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getBusinessAdministratorsArray();
    
    /**
     * Gets ith "businessAdministrators" element
     */
    org.example.wsHT.XMLTGenericHumanRole getBusinessAdministratorsArray(int i);
    
    /**
     * Returns number of "businessAdministrators" element
     */
    int sizeOfBusinessAdministratorsArray();
    
    /**
     * Sets array of all "businessAdministrators" element
     */
    void setBusinessAdministratorsArray(org.example.wsHT.XMLTGenericHumanRole[] businessAdministratorsArray);
    
    /**
     * Sets ith "businessAdministrators" element
     */
    void setBusinessAdministratorsArray(int i, org.example.wsHT.XMLTGenericHumanRole businessAdministrators);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "businessAdministrators" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewBusinessAdministrators(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "businessAdministrators" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewBusinessAdministrators();
    
    /**
     * Removes the ith "businessAdministrators" element
     */
    void removeBusinessAdministrators(int i);
    
    /**
     * Gets a List of "recipients" elements
     */
    java.util.List getRecipientsList();
    
    /**
     * Gets array of all "recipients" elements
     * @deprecated
     */
    org.example.wsHT.XMLTGenericHumanRole[] getRecipientsArray();
    
    /**
     * Gets ith "recipients" element
     */
    org.example.wsHT.XMLTGenericHumanRole getRecipientsArray(int i);
    
    /**
     * Returns number of "recipients" element
     */
    int sizeOfRecipientsArray();
    
    /**
     * Sets array of all "recipients" element
     */
    void setRecipientsArray(org.example.wsHT.XMLTGenericHumanRole[] recipientsArray);
    
    /**
     * Sets ith "recipients" element
     */
    void setRecipientsArray(int i, org.example.wsHT.XMLTGenericHumanRole recipients);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "recipients" element
     */
    org.example.wsHT.XMLTGenericHumanRole insertNewRecipients(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "recipients" element
     */
    org.example.wsHT.XMLTGenericHumanRole addNewRecipients();
    
    /**
     * Removes the ith "recipients" element
     */
    void removeRecipients(int i);
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.example.wsHT.XMLTPeopleAssignments newInstance() {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) 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.XMLTPeopleAssignments parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.example.wsHT.XMLTPeopleAssignments parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.example.wsHT.XMLTPeopleAssignments parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.example.wsHT.XMLTPeopleAssignments) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.example.wsHT.XMLTPeopleAssignments 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.XMLTPeopleAssignments) 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