net.zeroinstall.model.Implementation 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: implementation
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.Implementation
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model;
/**
* An XML implementation(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public interface Implementation extends net.zeroinstall.model.Element
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Implementation.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF72DE8E096558840226C24CB76C3051D").resolveHandle("implementation4b8ctype");
/**
* 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 "command" elements
*/
net.zeroinstall.model.Command[] getCommandArray();
/**
* Gets ith "command" element
*/
net.zeroinstall.model.Command getCommandArray(int i);
/**
* Returns number of "command" element
*/
int sizeOfCommandArray();
/**
* Sets array of all "command" element
*/
void setCommandArray(net.zeroinstall.model.Command[] commandArray);
/**
* Sets ith "command" element
*/
void setCommandArray(int i, net.zeroinstall.model.Command command);
/**
* Inserts and returns a new empty value (as xml) as the ith "command" element
*/
net.zeroinstall.model.Command insertNewCommand(int i);
/**
* Appends and returns a new empty value (as xml) as the last "command" element
*/
net.zeroinstall.model.Command addNewCommand();
/**
* Removes the ith "command" element
*/
void removeCommand(int i);
/**
* Gets array of all "requires" elements
*/
net.zeroinstall.model.Dependency[] getRequiresArray();
/**
* Gets ith "requires" element
*/
net.zeroinstall.model.Dependency getRequiresArray(int i);
/**
* Returns number of "requires" element
*/
int sizeOfRequiresArray();
/**
* Sets array of all "requires" element
*/
void setRequiresArray(net.zeroinstall.model.Dependency[] requiresArray);
/**
* Sets ith "requires" element
*/
void setRequiresArray(int i, net.zeroinstall.model.Dependency requires);
/**
* Inserts and returns a new empty value (as xml) as the ith "requires" element
*/
net.zeroinstall.model.Dependency insertNewRequires(int i);
/**
* Appends and returns a new empty value (as xml) as the last "requires" element
*/
net.zeroinstall.model.Dependency addNewRequires();
/**
* Removes the ith "requires" element
*/
void removeRequires(int i);
/**
* Gets array of all "restricts" elements
*/
net.zeroinstall.model.Restriction[] getRestrictsArray();
/**
* Gets ith "restricts" element
*/
net.zeroinstall.model.Restriction getRestrictsArray(int i);
/**
* Returns number of "restricts" element
*/
int sizeOfRestrictsArray();
/**
* Sets array of all "restricts" element
*/
void setRestrictsArray(net.zeroinstall.model.Restriction[] restrictsArray);
/**
* Sets ith "restricts" element
*/
void setRestrictsArray(int i, net.zeroinstall.model.Restriction restricts);
/**
* Inserts and returns a new empty value (as xml) as the ith "restricts" element
*/
net.zeroinstall.model.Restriction insertNewRestricts(int i);
/**
* Appends and returns a new empty value (as xml) as the last "restricts" element
*/
net.zeroinstall.model.Restriction addNewRestricts();
/**
* Removes the ith "restricts" element
*/
void removeRestricts(int i);
/**
* Gets array of all "manifest-digest" elements
*/
net.zeroinstall.model.ManifestDigest[] getManifestDigestArray();
/**
* Gets ith "manifest-digest" element
*/
net.zeroinstall.model.ManifestDigest getManifestDigestArray(int i);
/**
* Returns number of "manifest-digest" element
*/
int sizeOfManifestDigestArray();
/**
* Sets array of all "manifest-digest" element
*/
void setManifestDigestArray(net.zeroinstall.model.ManifestDigest[] manifestDigestArray);
/**
* Sets ith "manifest-digest" element
*/
void setManifestDigestArray(int i, net.zeroinstall.model.ManifestDigest manifestDigest);
/**
* Inserts and returns a new empty value (as xml) as the ith "manifest-digest" element
*/
net.zeroinstall.model.ManifestDigest insertNewManifestDigest(int i);
/**
* Appends and returns a new empty value (as xml) as the last "manifest-digest" element
*/
net.zeroinstall.model.ManifestDigest addNewManifestDigest();
/**
* Removes the ith "manifest-digest" element
*/
void removeManifestDigest(int i);
/**
* Gets array of all "recipe" elements
*/
net.zeroinstall.model.Recipe[] getRecipeArray();
/**
* Gets ith "recipe" element
*/
net.zeroinstall.model.Recipe getRecipeArray(int i);
/**
* Returns number of "recipe" element
*/
int sizeOfRecipeArray();
/**
* Sets array of all "recipe" element
*/
void setRecipeArray(net.zeroinstall.model.Recipe[] recipeArray);
/**
* Sets ith "recipe" element
*/
void setRecipeArray(int i, net.zeroinstall.model.Recipe recipe);
/**
* Inserts and returns a new empty value (as xml) as the ith "recipe" element
*/
net.zeroinstall.model.Recipe insertNewRecipe(int i);
/**
* Appends and returns a new empty value (as xml) as the last "recipe" element
*/
net.zeroinstall.model.Recipe addNewRecipe();
/**
* Removes the ith "recipe" element
*/
void removeRecipe(int i);
/**
* Gets array of all "archive" elements
*/
net.zeroinstall.model.Archive[] getArchiveArray();
/**
* Gets ith "archive" element
*/
net.zeroinstall.model.Archive getArchiveArray(int i);
/**
* Returns number of "archive" element
*/
int sizeOfArchiveArray();
/**
* Sets array of all "archive" element
*/
void setArchiveArray(net.zeroinstall.model.Archive[] archiveArray);
/**
* Sets ith "archive" element
*/
void setArchiveArray(int i, net.zeroinstall.model.Archive archive);
/**
* Inserts and returns a new empty value (as xml) as the ith "archive" element
*/
net.zeroinstall.model.Archive insertNewArchive(int i);
/**
* Appends and returns a new empty value (as xml) as the last "archive" element
*/
net.zeroinstall.model.Archive addNewArchive();
/**
* Removes the ith "archive" element
*/
void removeArchive(int i);
/**
* Gets array of all "file" elements
*/
net.zeroinstall.model.File[] getFileArray();
/**
* Gets ith "file" element
*/
net.zeroinstall.model.File getFileArray(int i);
/**
* Returns number of "file" element
*/
int sizeOfFileArray();
/**
* Sets array of all "file" element
*/
void setFileArray(net.zeroinstall.model.File[] fileArray);
/**
* Sets ith "file" element
*/
void setFileArray(int i, net.zeroinstall.model.File file);
/**
* Inserts and returns a new empty value (as xml) as the ith "file" element
*/
net.zeroinstall.model.File insertNewFile(int i);
/**
* Appends and returns a new empty value (as xml) as the last "file" element
*/
net.zeroinstall.model.File addNewFile();
/**
* Removes the ith "file" element
*/
void removeFile(int i);
/**
* Gets the "id" attribute
*/
java.lang.String getId();
/**
* Gets (as xml) the "id" attribute
*/
org.apache.xmlbeans.XmlString xgetId();
/**
* Sets the "id" attribute
*/
void setId(java.lang.String id);
/**
* Sets (as xml) the "id" attribute
*/
void xsetId(org.apache.xmlbeans.XmlString id);
/**
* Gets the "local-path" attribute
*/
java.lang.String getLocalPath();
/**
* Gets (as xml) the "local-path" attribute
*/
org.apache.xmlbeans.XmlString xgetLocalPath();
/**
* True if has "local-path" attribute
*/
boolean isSetLocalPath();
/**
* Sets the "local-path" attribute
*/
void setLocalPath(java.lang.String localPath);
/**
* Sets (as xml) the "local-path" attribute
*/
void xsetLocalPath(org.apache.xmlbeans.XmlString localPath);
/**
* Unsets the "local-path" attribute
*/
void unsetLocalPath();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.zeroinstall.model.Implementation newInstance() {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.zeroinstall.model.Implementation newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.zeroinstall.model.Implementation parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.zeroinstall.model.Implementation parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) 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.Implementation parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.zeroinstall.model.Implementation parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.zeroinstall.model.Implementation parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.zeroinstall.model.Implementation parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.zeroinstall.model.Implementation parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.zeroinstall.model.Implementation parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.zeroinstall.model.Implementation parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.zeroinstall.model.Implementation parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.zeroinstall.model.Implementation parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.zeroinstall.model.Implementation parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.zeroinstall.model.Implementation parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.zeroinstall.model.Implementation parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Implementation parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.zeroinstall.model.Implementation) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Implementation 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.Implementation) 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
}
}