net.zeroinstall.model.Runner Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeroinstall-model Show documentation
Show all versions of zeroinstall-model Show documentation
The Zero Install XSD model transformed by Apache XMLBeans to Java source code.
The newest version!
/*
* XML Type: runner
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.Runner
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model;
/**
* An XML runner(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public interface Runner extends net.zeroinstall.model.RestrictionBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Runner.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF72DE8E096558840226C24CB76C3051D").resolveHandle("runner370atype");
/**
* Gets array of all "version" elements
*/
net.zeroinstall.model.Constraint[] getVersion2Array();
/**
* Gets ith "version" element
*/
net.zeroinstall.model.Constraint getVersion2Array(int i);
/**
* Returns number of "version" element
*/
int sizeOfVersion2Array();
/**
* Sets array of all "version" element
*/
void setVersion2Array(net.zeroinstall.model.Constraint[] version2Array);
/**
* Sets ith "version" element
*/
void setVersion2Array(int i, net.zeroinstall.model.Constraint version2);
/**
* Inserts and returns a new empty value (as xml) as the ith "version" element
*/
net.zeroinstall.model.Constraint insertNewVersion2(int i);
/**
* Appends and returns a new empty value (as xml) as the last "version" element
*/
net.zeroinstall.model.Constraint addNewVersion2();
/**
* Removes the ith "version" element
*/
void removeVersion2(int i);
/**
* Gets array of all "binding" elements
*/
net.zeroinstall.model.Binding[] getBindingArray();
/**
* Gets ith "binding" element
*/
net.zeroinstall.model.Binding getBindingArray(int i);
/**
* Returns number of "binding" element
*/
int sizeOfBindingArray();
/**
* Sets array of all "binding" element
*/
void setBindingArray(net.zeroinstall.model.Binding[] bindingArray);
/**
* Sets ith "binding" element
*/
void setBindingArray(int i, net.zeroinstall.model.Binding binding);
/**
* Inserts and returns a new empty value (as xml) as the ith "binding" element
*/
net.zeroinstall.model.Binding insertNewBinding(int i);
/**
* Appends and returns a new empty value (as xml) as the last "binding" element
*/
net.zeroinstall.model.Binding addNewBinding();
/**
* Removes the ith "binding" element
*/
void removeBinding(int i);
/**
* Gets array of all "environment" elements
*/
net.zeroinstall.model.Environment[] getEnvironmentArray();
/**
* Gets ith "environment" element
*/
net.zeroinstall.model.Environment getEnvironmentArray(int i);
/**
* Returns number of "environment" element
*/
int sizeOfEnvironmentArray();
/**
* Sets array of all "environment" element
*/
void setEnvironmentArray(net.zeroinstall.model.Environment[] environmentArray);
/**
* Sets ith "environment" element
*/
void setEnvironmentArray(int i, net.zeroinstall.model.Environment environment);
/**
* Inserts and returns a new empty value (as xml) as the ith "environment" element
*/
net.zeroinstall.model.Environment insertNewEnvironment(int i);
/**
* Appends and returns a new empty value (as xml) as the last "environment" element
*/
net.zeroinstall.model.Environment addNewEnvironment();
/**
* Removes the ith "environment" element
*/
void removeEnvironment(int i);
/**
* Gets array of all "overlay" elements
*/
net.zeroinstall.model.Overlay[] getOverlayArray();
/**
* Gets ith "overlay" element
*/
net.zeroinstall.model.Overlay getOverlayArray(int i);
/**
* Returns number of "overlay" element
*/
int sizeOfOverlayArray();
/**
* Sets array of all "overlay" element
*/
void setOverlayArray(net.zeroinstall.model.Overlay[] overlayArray);
/**
* Sets ith "overlay" element
*/
void setOverlayArray(int i, net.zeroinstall.model.Overlay overlay);
/**
* Inserts and returns a new empty value (as xml) as the ith "overlay" element
*/
net.zeroinstall.model.Overlay insertNewOverlay(int i);
/**
* Appends and returns a new empty value (as xml) as the last "overlay" element
*/
net.zeroinstall.model.Overlay addNewOverlay();
/**
* Removes the ith "overlay" element
*/
void removeOverlay(int i);
/**
* Gets array of all "executable-in-var" elements
*/
net.zeroinstall.model.ExecutableInVar[] getExecutableInVarArray();
/**
* Gets ith "executable-in-var" element
*/
net.zeroinstall.model.ExecutableInVar getExecutableInVarArray(int i);
/**
* Returns number of "executable-in-var" element
*/
int sizeOfExecutableInVarArray();
/**
* Sets array of all "executable-in-var" element
*/
void setExecutableInVarArray(net.zeroinstall.model.ExecutableInVar[] executableInVarArray);
/**
* Sets ith "executable-in-var" element
*/
void setExecutableInVarArray(int i, net.zeroinstall.model.ExecutableInVar executableInVar);
/**
* Inserts and returns a new empty value (as xml) as the ith "executable-in-var" element
*/
net.zeroinstall.model.ExecutableInVar insertNewExecutableInVar(int i);
/**
* Appends and returns a new empty value (as xml) as the last "executable-in-var" element
*/
net.zeroinstall.model.ExecutableInVar addNewExecutableInVar();
/**
* Removes the ith "executable-in-var" element
*/
void removeExecutableInVar(int i);
/**
* Gets array of all "executable-in-path" elements
*/
net.zeroinstall.model.ExecutableInPath[] getExecutableInPathArray();
/**
* Gets ith "executable-in-path" element
*/
net.zeroinstall.model.ExecutableInPath getExecutableInPathArray(int i);
/**
* Returns number of "executable-in-path" element
*/
int sizeOfExecutableInPathArray();
/**
* Sets array of all "executable-in-path" element
*/
void setExecutableInPathArray(net.zeroinstall.model.ExecutableInPath[] executableInPathArray);
/**
* Sets ith "executable-in-path" element
*/
void setExecutableInPathArray(int i, net.zeroinstall.model.ExecutableInPath executableInPath);
/**
* Inserts and returns a new empty value (as xml) as the ith "executable-in-path" element
*/
net.zeroinstall.model.ExecutableInPath insertNewExecutableInPath(int i);
/**
* Appends and returns a new empty value (as xml) as the last "executable-in-path" element
*/
net.zeroinstall.model.ExecutableInPath addNewExecutableInPath();
/**
* Removes the ith "executable-in-path" element
*/
void removeExecutableInPath(int i);
/**
* Gets array of all "arg" elements
*/
java.lang.String[] getArgArray();
/**
* Gets ith "arg" element
*/
java.lang.String getArgArray(int i);
/**
* Gets (as xml) array of all "arg" elements
*/
org.apache.xmlbeans.XmlString[] xgetArgArray();
/**
* Gets (as xml) ith "arg" element
*/
org.apache.xmlbeans.XmlString xgetArgArray(int i);
/**
* Returns number of "arg" element
*/
int sizeOfArgArray();
/**
* Sets array of all "arg" element
*/
void setArgArray(java.lang.String[] argArray);
/**
* Sets ith "arg" element
*/
void setArgArray(int i, java.lang.String arg);
/**
* Sets (as xml) array of all "arg" element
*/
void xsetArgArray(org.apache.xmlbeans.XmlString[] argArray);
/**
* Sets (as xml) ith "arg" element
*/
void xsetArgArray(int i, org.apache.xmlbeans.XmlString arg);
/**
* Inserts the value as the ith "arg" element
*/
void insertArg(int i, java.lang.String arg);
/**
* Appends the value as the last "arg" element
*/
void addArg(java.lang.String arg);
/**
* Inserts and returns a new empty value (as xml) as the ith "arg" element
*/
org.apache.xmlbeans.XmlString insertNewArg(int i);
/**
* Appends and returns a new empty value (as xml) as the last "arg" element
*/
org.apache.xmlbeans.XmlString addNewArg();
/**
* Removes the ith "arg" element
*/
void removeArg(int i);
/**
* Gets array of all "for-each" elements
*/
net.zeroinstall.model.ForEachArg[] getForEachArray();
/**
* Gets ith "for-each" element
*/
net.zeroinstall.model.ForEachArg getForEachArray(int i);
/**
* Returns number of "for-each" element
*/
int sizeOfForEachArray();
/**
* Sets array of all "for-each" element
*/
void setForEachArray(net.zeroinstall.model.ForEachArg[] forEachArray);
/**
* Sets ith "for-each" element
*/
void setForEachArray(int i, net.zeroinstall.model.ForEachArg forEach);
/**
* Inserts and returns a new empty value (as xml) as the ith "for-each" element
*/
net.zeroinstall.model.ForEachArg insertNewForEach(int i);
/**
* Appends and returns a new empty value (as xml) as the last "for-each" element
*/
net.zeroinstall.model.ForEachArg addNewForEach();
/**
* Removes the ith "for-each" element
*/
void removeForEach(int i);
/**
* Gets the "command" attribute
*/
java.lang.String getCommand();
/**
* Gets (as xml) the "command" attribute
*/
org.apache.xmlbeans.XmlString xgetCommand();
/**
* True if has "command" attribute
*/
boolean isSetCommand();
/**
* Sets the "command" attribute
*/
void setCommand(java.lang.String command);
/**
* Sets (as xml) the "command" attribute
*/
void xsetCommand(org.apache.xmlbeans.XmlString command);
/**
* Unsets the "command" attribute
*/
void unsetCommand();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.zeroinstall.model.Runner newInstance() {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.zeroinstall.model.Runner newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.zeroinstall.model.Runner parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.zeroinstall.model.Runner parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static net.zeroinstall.model.Runner parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.zeroinstall.model.Runner parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.zeroinstall.model.Runner parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.zeroinstall.model.Runner parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.zeroinstall.model.Runner parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.zeroinstall.model.Runner parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.zeroinstall.model.Runner parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.zeroinstall.model.Runner parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.zeroinstall.model.Runner parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.zeroinstall.model.Runner parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.zeroinstall.model.Runner parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.zeroinstall.model.Runner parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Runner parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.zeroinstall.model.Runner) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Runner 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 (net.zeroinstall.model.Runner) 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
}
}