org.example.wsHT.api.xsd.XMLGetMyTasksDocument Maven / Gradle / Ivy
The newest version!
/*
* An XML document type.
* Localname: getMyTasks
* Namespace: http://www.example.org/WS-HT/api/xsd
* Java type: org.example.wsHT.api.xsd.XMLGetMyTasksDocument
*
* Automatically generated - do not modify.
*/
package org.example.wsHT.api.xsd;
/**
* A document containing one getMyTasks(@http://www.example.org/WS-HT/api/xsd) element.
*
* This is a complex type.
*/
public interface XMLGetMyTasksDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XMLGetMyTasksDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s239E9F611E0BDABA176858414455EF6B").resolveHandle("getmytasksf825doctype");
/**
* Gets the "getMyTasks" element
*/
org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks getGetMyTasks();
/**
* Sets the "getMyTasks" element
*/
void setGetMyTasks(org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks getMyTasks);
/**
* Appends and returns a new empty "getMyTasks" element
*/
org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks addNewGetMyTasks();
/**
* An XML getMyTasks(@http://www.example.org/WS-HT/api/xsd).
*
* This is a complex type.
*/
public interface GetMyTasks extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GetMyTasks.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s239E9F611E0BDABA176858414455EF6B").resolveHandle("getmytasks4dcdelemtype");
/**
* 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 "genericHumanRole" element
*/
org.example.wsHT.api.XMLTGenericHumanRoleType.Enum getGenericHumanRole();
/**
* Gets (as xml) the "genericHumanRole" element
*/
org.example.wsHT.api.XMLTGenericHumanRoleType xgetGenericHumanRole();
/**
* True if has "genericHumanRole" element
*/
boolean isSetGenericHumanRole();
/**
* Sets the "genericHumanRole" element
*/
void setGenericHumanRole(org.example.wsHT.api.XMLTGenericHumanRoleType.Enum genericHumanRole);
/**
* Sets (as xml) the "genericHumanRole" element
*/
void xsetGenericHumanRole(org.example.wsHT.api.XMLTGenericHumanRoleType genericHumanRole);
/**
* Unsets the "genericHumanRole" element
*/
void unsetGenericHumanRole();
/**
* Gets the "workQueue" element
*/
java.lang.String getWorkQueue();
/**
* Gets (as xml) the "workQueue" element
*/
org.apache.xmlbeans.XmlString xgetWorkQueue();
/**
* True if has "workQueue" element
*/
boolean isSetWorkQueue();
/**
* Sets the "workQueue" element
*/
void setWorkQueue(java.lang.String workQueue);
/**
* Sets (as xml) the "workQueue" element
*/
void xsetWorkQueue(org.apache.xmlbeans.XmlString workQueue);
/**
* Unsets the "workQueue" element
*/
void unsetWorkQueue();
/**
* Gets a List of "status" elements
*/
java.util.List getStatusList();
/**
* Gets array of all "status" elements
* @deprecated
*/
org.example.wsHT.api.XMLTStatus.Enum[] getStatusArray();
/**
* Gets ith "status" element
*/
org.example.wsHT.api.XMLTStatus.Enum getStatusArray(int i);
/**
* Gets (as xml) a List of "status" elements
*/
java.util.List xgetStatusList();
/**
* Gets (as xml) array of all "status" elements
* @deprecated
*/
org.example.wsHT.api.XMLTStatus[] xgetStatusArray();
/**
* Gets (as xml) ith "status" element
*/
org.example.wsHT.api.XMLTStatus xgetStatusArray(int i);
/**
* Returns number of "status" element
*/
int sizeOfStatusArray();
/**
* Sets array of all "status" element
*/
void setStatusArray(org.example.wsHT.api.XMLTStatus.Enum[] statusArray);
/**
* Sets ith "status" element
*/
void setStatusArray(int i, org.example.wsHT.api.XMLTStatus.Enum status);
/**
* Sets (as xml) array of all "status" element
*/
void xsetStatusArray(org.example.wsHT.api.XMLTStatus[] statusArray);
/**
* Sets (as xml) ith "status" element
*/
void xsetStatusArray(int i, org.example.wsHT.api.XMLTStatus status);
/**
* Inserts the value as the ith "status" element
*/
void insertStatus(int i, org.example.wsHT.api.XMLTStatus.Enum status);
/**
* Appends the value as the last "status" element
*/
void addStatus(org.example.wsHT.api.XMLTStatus.Enum status);
/**
* Inserts and returns a new empty value (as xml) as the ith "status" element
*/
org.example.wsHT.api.XMLTStatus insertNewStatus(int i);
/**
* Appends and returns a new empty value (as xml) as the last "status" element
*/
org.example.wsHT.api.XMLTStatus addNewStatus();
/**
* Removes the ith "status" element
*/
void removeStatus(int i);
/**
* Gets the "whereClause" element
*/
java.lang.String getWhereClause();
/**
* Gets (as xml) the "whereClause" element
*/
org.apache.xmlbeans.XmlString xgetWhereClause();
/**
* True if has "whereClause" element
*/
boolean isSetWhereClause();
/**
* Sets the "whereClause" element
*/
void setWhereClause(java.lang.String whereClause);
/**
* Sets (as xml) the "whereClause" element
*/
void xsetWhereClause(org.apache.xmlbeans.XmlString whereClause);
/**
* Unsets the "whereClause" element
*/
void unsetWhereClause();
/**
* Gets the "createdOnClause" element
*/
java.lang.String getCreatedOnClause();
/**
* Gets (as xml) the "createdOnClause" element
*/
org.apache.xmlbeans.XmlString xgetCreatedOnClause();
/**
* True if has "createdOnClause" element
*/
boolean isSetCreatedOnClause();
/**
* Sets the "createdOnClause" element
*/
void setCreatedOnClause(java.lang.String createdOnClause);
/**
* Sets (as xml) the "createdOnClause" element
*/
void xsetCreatedOnClause(org.apache.xmlbeans.XmlString createdOnClause);
/**
* Unsets the "createdOnClause" element
*/
void unsetCreatedOnClause();
/**
* Gets the "maxTasks" element
*/
int getMaxTasks();
/**
* Gets (as xml) the "maxTasks" element
*/
org.apache.xmlbeans.XmlInt xgetMaxTasks();
/**
* True if has "maxTasks" element
*/
boolean isSetMaxTasks();
/**
* Sets the "maxTasks" element
*/
void setMaxTasks(int maxTasks);
/**
* Sets (as xml) the "maxTasks" element
*/
void xsetMaxTasks(org.apache.xmlbeans.XmlInt maxTasks);
/**
* Unsets the "maxTasks" element
*/
void unsetMaxTasks();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks newInstance() {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument.GetMyTasks) 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.example.wsHT.api.xsd.XMLGetMyTasksDocument newInstance() {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) 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.xsd.XMLGetMyTasksDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (org.example.wsHT.api.xsd.XMLGetMyTasksDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.example.wsHT.api.xsd.XMLGetMyTasksDocument 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.xsd.XMLGetMyTasksDocument) 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
}
}