![JAR search and dependency download from the Maven repository](/logo.png)
net.zeroinstall.model.Element 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: element
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.Element
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model;
/**
* An XML element(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public interface Element extends net.zeroinstall.model.FeedElement
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Element.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sF72DE8E096558840226C24CB76C3051D").resolveHandle("elementc9a4type");
/**
* Gets the "langs" attribute
*/
java.lang.String getLangs();
/**
* Gets (as xml) the "langs" attribute
*/
org.apache.xmlbeans.XmlString xgetLangs();
/**
* True if has "langs" attribute
*/
boolean isSetLangs();
/**
* Sets the "langs" attribute
*/
void setLangs(java.lang.String langs);
/**
* Sets (as xml) the "langs" attribute
*/
void xsetLangs(org.apache.xmlbeans.XmlString langs);
/**
* Unsets the "langs" attribute
*/
void unsetLangs();
/**
* Gets the "arch" attribute
*/
java.lang.String getArch();
/**
* Gets (as xml) the "arch" attribute
*/
org.apache.xmlbeans.XmlString xgetArch();
/**
* True if has "arch" attribute
*/
boolean isSetArch();
/**
* Sets the "arch" attribute
*/
void setArch(java.lang.String arch);
/**
* Sets (as xml) the "arch" attribute
*/
void xsetArch(org.apache.xmlbeans.XmlString arch);
/**
* Unsets the "arch" attribute
*/
void unsetArch();
/**
* Gets the "version" attribute
*/
java.lang.String getVersion();
/**
* Gets (as xml) the "version" attribute
*/
org.apache.xmlbeans.XmlString xgetVersion();
/**
* True if has "version" attribute
*/
boolean isSetVersion();
/**
* Sets the "version" attribute
*/
void setVersion(java.lang.String version);
/**
* Sets (as xml) the "version" attribute
*/
void xsetVersion(org.apache.xmlbeans.XmlString version);
/**
* Unsets the "version" attribute
*/
void unsetVersion();
/**
* Gets the "version-modifier" attribute
*/
java.lang.String getVersionModifier();
/**
* Gets (as xml) the "version-modifier" attribute
*/
org.apache.xmlbeans.XmlString xgetVersionModifier();
/**
* True if has "version-modifier" attribute
*/
boolean isSetVersionModifier();
/**
* Sets the "version-modifier" attribute
*/
void setVersionModifier(java.lang.String versionModifier);
/**
* Sets (as xml) the "version-modifier" attribute
*/
void xsetVersionModifier(org.apache.xmlbeans.XmlString versionModifier);
/**
* Unsets the "version-modifier" attribute
*/
void unsetVersionModifier();
/**
* Gets the "released" attribute
*/
java.lang.String getReleased();
/**
* Gets (as xml) the "released" attribute
*/
org.apache.xmlbeans.XmlString xgetReleased();
/**
* True if has "released" attribute
*/
boolean isSetReleased();
/**
* Sets the "released" attribute
*/
void setReleased(java.lang.String released);
/**
* Sets (as xml) the "released" attribute
*/
void xsetReleased(org.apache.xmlbeans.XmlString released);
/**
* Unsets the "released" attribute
*/
void unsetReleased();
/**
* Gets the "stability" attribute
*/
net.zeroinstall.model.Stability.Enum getStability();
/**
* Gets (as xml) the "stability" attribute
*/
net.zeroinstall.model.Stability xgetStability();
/**
* True if has "stability" attribute
*/
boolean isSetStability();
/**
* Sets the "stability" attribute
*/
void setStability(net.zeroinstall.model.Stability.Enum stability);
/**
* Sets (as xml) the "stability" attribute
*/
void xsetStability(net.zeroinstall.model.Stability stability);
/**
* Unsets the "stability" attribute
*/
void unsetStability();
/**
* Gets the "license" attribute
*/
java.lang.String getLicense();
/**
* Gets (as xml) the "license" attribute
*/
org.apache.xmlbeans.XmlString xgetLicense();
/**
* True if has "license" attribute
*/
boolean isSetLicense();
/**
* Sets the "license" attribute
*/
void setLicense(java.lang.String license);
/**
* Sets (as xml) the "license" attribute
*/
void xsetLicense(org.apache.xmlbeans.XmlString license);
/**
* Unsets the "license" attribute
*/
void unsetLicense();
/**
* Gets the "main" attribute
*/
java.lang.String getMain();
/**
* Gets (as xml) the "main" attribute
*/
org.apache.xmlbeans.XmlString xgetMain();
/**
* True if has "main" attribute
*/
boolean isSetMain();
/**
* Sets the "main" attribute
*/
void setMain(java.lang.String main);
/**
* Sets (as xml) the "main" attribute
*/
void xsetMain(org.apache.xmlbeans.XmlString main);
/**
* Unsets the "main" attribute
*/
void unsetMain();
/**
* Gets the "self-test" attribute
*/
java.lang.String getSelfTest();
/**
* Gets (as xml) the "self-test" attribute
*/
org.apache.xmlbeans.XmlString xgetSelfTest();
/**
* True if has "self-test" attribute
*/
boolean isSetSelfTest();
/**
* Sets the "self-test" attribute
*/
void setSelfTest(java.lang.String selfTest);
/**
* Sets (as xml) the "self-test" attribute
*/
void xsetSelfTest(org.apache.xmlbeans.XmlString selfTest);
/**
* Unsets the "self-test" attribute
*/
void unsetSelfTest();
/**
* Gets the "doc-dir" attribute
*/
java.lang.String getDocDir();
/**
* Gets (as xml) the "doc-dir" attribute
*/
org.apache.xmlbeans.XmlString xgetDocDir();
/**
* True if has "doc-dir" attribute
*/
boolean isSetDocDir();
/**
* Sets the "doc-dir" attribute
*/
void setDocDir(java.lang.String docDir);
/**
* Sets (as xml) the "doc-dir" attribute
*/
void xsetDocDir(org.apache.xmlbeans.XmlString docDir);
/**
* Unsets the "doc-dir" attribute
*/
void unsetDocDir();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
/** @deprecated No need to be able to create instances of abstract types */
public static net.zeroinstall.model.Element newInstance() {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
/** @deprecated No need to be able to create instances of abstract types */
public static net.zeroinstall.model.Element newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.zeroinstall.model.Element parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.zeroinstall.model.Element parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) 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.Element parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.zeroinstall.model.Element parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.zeroinstall.model.Element parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.zeroinstall.model.Element parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.zeroinstall.model.Element parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.zeroinstall.model.Element parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.zeroinstall.model.Element parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.zeroinstall.model.Element parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.zeroinstall.model.Element parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.zeroinstall.model.Element parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.zeroinstall.model.Element parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.zeroinstall.model.Element parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Element parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.zeroinstall.model.Element) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.zeroinstall.model.Element 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.Element) 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