![JAR search and dependency download from the Maven repository](/logo.png)
net.zeroinstall.model.Dependency 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: dependency
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.Dependency
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model;
/**
* An XML dependency(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public interface Dependency extends net.zeroinstall.model.RestrictionBase
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Dependency.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF72DE8E096558840226C24CB76C3051D").resolveHandle("dependencydc25type");
/**
* 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 the "importance" attribute
*/
net.zeroinstall.model.Importance.Enum getImportance();
/**
* Gets (as xml) the "importance" attribute
*/
net.zeroinstall.model.Importance xgetImportance();
/**
* True if has "importance" attribute
*/
boolean isSetImportance();
/**
* Sets the "importance" attribute
*/
void setImportance(net.zeroinstall.model.Importance.Enum importance);
/**
* Sets (as xml) the "importance" attribute
*/
void xsetImportance(net.zeroinstall.model.Importance importance);
/**
* Unsets the "importance" attribute
*/
void unsetImportance();
/**
* Gets the "use" attribute
*/
java.lang.String getUse();
/**
* Gets (as xml) the "use" attribute
*/
org.apache.xmlbeans.XmlString xgetUse();
/**
* True if has "use" attribute
*/
boolean isSetUse();
/**
* Sets the "use" attribute
*/
void setUse(java.lang.String use);
/**
* Sets (as xml) the "use" attribute
*/
void xsetUse(org.apache.xmlbeans.XmlString use);
/**
* Unsets the "use" attribute
*/
void unsetUse();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.zeroinstall.model.Dependency newInstance() {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.zeroinstall.model.Dependency newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.zeroinstall.model.Dependency parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.zeroinstall.model.Dependency parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) 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.Dependency parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.zeroinstall.model.Dependency parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.zeroinstall.model.Dependency parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.zeroinstall.model.Dependency parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.zeroinstall.model.Dependency parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.zeroinstall.model.Dependency parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.zeroinstall.model.Dependency parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.zeroinstall.model.Dependency parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.zeroinstall.model.Dependency parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.zeroinstall.model.Dependency parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.zeroinstall.model.Dependency parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.zeroinstall.model.Dependency parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Dependency parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.zeroinstall.model.Dependency) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Dependency 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.Dependency) 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 - 2025 Weber Informatics LLC | Privacy Policy