io.github.isotes.vs.model.CompileDocument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vs-model Show documentation
Show all versions of vs-model Show documentation
Generated XMLBeans Java classes for the XML schema of MSBuild project files
The newest version!
/*
* An XML document type.
* Localname: Compile
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.CompileDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model;
/**
* A document containing one Compile(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public interface CompileDocument extends io.github.isotes.vs.model.ItemDocument
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CompileDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("compilef023doctype");
/**
* Gets the "Compile" element
*/
io.github.isotes.vs.model.CompileDocument.Compile getCompile();
/**
* Sets the "Compile" element
*/
void setCompile(io.github.isotes.vs.model.CompileDocument.Compile compile);
/**
* Appends and returns a new empty "Compile" element
*/
io.github.isotes.vs.model.CompileDocument.Compile addNewCompile();
/**
* An XML Compile(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public interface Compile extends io.github.isotes.vs.model.SimpleItemType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Compile.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("compile9a62elemtype");
/**
* Gets a List of "SubType" elements
*/
java.util.List getSubTypeList();
/**
* Gets array of all "SubType" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getSubTypeArray();
/**
* Gets ith "SubType" element
*/
org.apache.xmlbeans.XmlObject getSubTypeArray(int i);
/**
* Returns number of "SubType" element
*/
int sizeOfSubTypeArray();
/**
* Sets array of all "SubType" element
*/
void setSubTypeArray(org.apache.xmlbeans.XmlObject[] subTypeArray);
/**
* Sets ith "SubType" element
*/
void setSubTypeArray(int i, org.apache.xmlbeans.XmlObject subType);
/**
* Inserts and returns a new empty value (as xml) as the ith "SubType" element
*/
org.apache.xmlbeans.XmlObject insertNewSubType(int i);
/**
* Appends and returns a new empty value (as xml) as the last "SubType" element
*/
org.apache.xmlbeans.XmlObject addNewSubType();
/**
* Removes the ith "SubType" element
*/
void removeSubType(int i);
/**
* Gets a List of "DependentUpon" elements
*/
java.util.List getDependentUponList();
/**
* Gets array of all "DependentUpon" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getDependentUponArray();
/**
* Gets ith "DependentUpon" element
*/
org.apache.xmlbeans.XmlObject getDependentUponArray(int i);
/**
* Returns number of "DependentUpon" element
*/
int sizeOfDependentUponArray();
/**
* Sets array of all "DependentUpon" element
*/
void setDependentUponArray(org.apache.xmlbeans.XmlObject[] dependentUponArray);
/**
* Sets ith "DependentUpon" element
*/
void setDependentUponArray(int i, org.apache.xmlbeans.XmlObject dependentUpon);
/**
* Inserts and returns a new empty value (as xml) as the ith "DependentUpon" element
*/
org.apache.xmlbeans.XmlObject insertNewDependentUpon(int i);
/**
* Appends and returns a new empty value (as xml) as the last "DependentUpon" element
*/
org.apache.xmlbeans.XmlObject addNewDependentUpon();
/**
* Removes the ith "DependentUpon" element
*/
void removeDependentUpon(int i);
/**
* Gets a List of "AutoGen" elements
*/
java.util.List getAutoGenList();
/**
* Gets array of all "AutoGen" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getAutoGenArray();
/**
* Gets ith "AutoGen" element
*/
org.apache.xmlbeans.XmlObject getAutoGenArray(int i);
/**
* Returns number of "AutoGen" element
*/
int sizeOfAutoGenArray();
/**
* Sets array of all "AutoGen" element
*/
void setAutoGenArray(org.apache.xmlbeans.XmlObject[] autoGenArray);
/**
* Sets ith "AutoGen" element
*/
void setAutoGenArray(int i, org.apache.xmlbeans.XmlObject autoGen);
/**
* Inserts and returns a new empty value (as xml) as the ith "AutoGen" element
*/
org.apache.xmlbeans.XmlObject insertNewAutoGen(int i);
/**
* Appends and returns a new empty value (as xml) as the last "AutoGen" element
*/
org.apache.xmlbeans.XmlObject addNewAutoGen();
/**
* Removes the ith "AutoGen" element
*/
void removeAutoGen(int i);
/**
* Gets a List of "DesignTime" elements
*/
java.util.List getDesignTimeList();
/**
* Gets array of all "DesignTime" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getDesignTimeArray();
/**
* Gets ith "DesignTime" element
*/
org.apache.xmlbeans.XmlObject getDesignTimeArray(int i);
/**
* Returns number of "DesignTime" element
*/
int sizeOfDesignTimeArray();
/**
* Sets array of all "DesignTime" element
*/
void setDesignTimeArray(org.apache.xmlbeans.XmlObject[] designTimeArray);
/**
* Sets ith "DesignTime" element
*/
void setDesignTimeArray(int i, org.apache.xmlbeans.XmlObject designTime);
/**
* Inserts and returns a new empty value (as xml) as the ith "DesignTime" element
*/
org.apache.xmlbeans.XmlObject insertNewDesignTime(int i);
/**
* Appends and returns a new empty value (as xml) as the last "DesignTime" element
*/
org.apache.xmlbeans.XmlObject addNewDesignTime();
/**
* Removes the ith "DesignTime" element
*/
void removeDesignTime(int i);
/**
* Gets a List of "Link" elements
*/
java.util.List getLinkList();
/**
* Gets array of all "Link" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getLinkArray();
/**
* Gets ith "Link" element
*/
org.apache.xmlbeans.XmlObject getLinkArray(int i);
/**
* Returns number of "Link" element
*/
int sizeOfLinkArray();
/**
* Sets array of all "Link" element
*/
void setLinkArray(org.apache.xmlbeans.XmlObject[] linkArray);
/**
* Sets ith "Link" element
*/
void setLinkArray(int i, org.apache.xmlbeans.XmlObject link);
/**
* Inserts and returns a new empty value (as xml) as the ith "Link" element
*/
org.apache.xmlbeans.XmlObject insertNewLink(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Link" element
*/
org.apache.xmlbeans.XmlObject addNewLink();
/**
* Removes the ith "Link" element
*/
void removeLink(int i);
/**
* Gets a List of "DesignTimeSharedInput" elements
*/
java.util.List getDesignTimeSharedInputList();
/**
* Gets array of all "DesignTimeSharedInput" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getDesignTimeSharedInputArray();
/**
* Gets ith "DesignTimeSharedInput" element
*/
org.apache.xmlbeans.XmlObject getDesignTimeSharedInputArray(int i);
/**
* Returns number of "DesignTimeSharedInput" element
*/
int sizeOfDesignTimeSharedInputArray();
/**
* Sets array of all "DesignTimeSharedInput" element
*/
void setDesignTimeSharedInputArray(org.apache.xmlbeans.XmlObject[] designTimeSharedInputArray);
/**
* Sets ith "DesignTimeSharedInput" element
*/
void setDesignTimeSharedInputArray(int i, org.apache.xmlbeans.XmlObject designTimeSharedInput);
/**
* Inserts and returns a new empty value (as xml) as the ith "DesignTimeSharedInput" element
*/
org.apache.xmlbeans.XmlObject insertNewDesignTimeSharedInput(int i);
/**
* Appends and returns a new empty value (as xml) as the last "DesignTimeSharedInput" element
*/
org.apache.xmlbeans.XmlObject addNewDesignTimeSharedInput();
/**
* Removes the ith "DesignTimeSharedInput" element
*/
void removeDesignTimeSharedInput(int i);
/**
* Gets a List of "Visible" elements
*/
java.util.List getVisibleList();
/**
* Gets array of all "Visible" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getVisibleArray();
/**
* Gets ith "Visible" element
*/
org.apache.xmlbeans.XmlObject getVisibleArray(int i);
/**
* Returns number of "Visible" element
*/
int sizeOfVisibleArray();
/**
* Sets array of all "Visible" element
*/
void setVisibleArray(org.apache.xmlbeans.XmlObject[] visibleArray);
/**
* Sets ith "Visible" element
*/
void setVisibleArray(int i, org.apache.xmlbeans.XmlObject visible);
/**
* Inserts and returns a new empty value (as xml) as the ith "Visible" element
*/
org.apache.xmlbeans.XmlObject insertNewVisible(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Visible" element
*/
org.apache.xmlbeans.XmlObject addNewVisible();
/**
* Removes the ith "Visible" element
*/
void removeVisible(int i);
/**
* Gets a List of "CopyToOutputDirectory" elements
*/
java.util.List getCopyToOutputDirectoryList();
/**
* Gets array of all "CopyToOutputDirectory" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getCopyToOutputDirectoryArray();
/**
* Gets ith "CopyToOutputDirectory" element
*/
org.apache.xmlbeans.XmlObject getCopyToOutputDirectoryArray(int i);
/**
* Returns number of "CopyToOutputDirectory" element
*/
int sizeOfCopyToOutputDirectoryArray();
/**
* Sets array of all "CopyToOutputDirectory" element
*/
void setCopyToOutputDirectoryArray(org.apache.xmlbeans.XmlObject[] copyToOutputDirectoryArray);
/**
* Sets ith "CopyToOutputDirectory" element
*/
void setCopyToOutputDirectoryArray(int i, org.apache.xmlbeans.XmlObject copyToOutputDirectory);
/**
* Inserts and returns a new empty value (as xml) as the ith "CopyToOutputDirectory" element
*/
org.apache.xmlbeans.XmlObject insertNewCopyToOutputDirectory(int i);
/**
* Appends and returns a new empty value (as xml) as the last "CopyToOutputDirectory" element
*/
org.apache.xmlbeans.XmlObject addNewCopyToOutputDirectory();
/**
* Removes the ith "CopyToOutputDirectory" element
*/
void removeCopyToOutputDirectory(int i);
/**
* Gets a List of "VBMyExtensionTemplateID" elements
*/
java.util.List getVBMyExtensionTemplateIDList();
/**
* Gets array of all "VBMyExtensionTemplateID" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getVBMyExtensionTemplateIDArray();
/**
* Gets ith "VBMyExtensionTemplateID" element
*/
org.apache.xmlbeans.XmlObject getVBMyExtensionTemplateIDArray(int i);
/**
* Returns number of "VBMyExtensionTemplateID" element
*/
int sizeOfVBMyExtensionTemplateIDArray();
/**
* Sets array of all "VBMyExtensionTemplateID" element
*/
void setVBMyExtensionTemplateIDArray(org.apache.xmlbeans.XmlObject[] vbMyExtensionTemplateIDArray);
/**
* Sets ith "VBMyExtensionTemplateID" element
*/
void setVBMyExtensionTemplateIDArray(int i, org.apache.xmlbeans.XmlObject vbMyExtensionTemplateID);
/**
* Inserts and returns a new empty value (as xml) as the ith "VBMyExtensionTemplateID" element
*/
org.apache.xmlbeans.XmlObject insertNewVBMyExtensionTemplateID(int i);
/**
* Appends and returns a new empty value (as xml) as the last "VBMyExtensionTemplateID" element
*/
org.apache.xmlbeans.XmlObject addNewVBMyExtensionTemplateID();
/**
* Removes the ith "VBMyExtensionTemplateID" element
*/
void removeVBMyExtensionTemplateID(int i);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static io.github.isotes.vs.model.CompileDocument.Compile newInstance() {
return (io.github.isotes.vs.model.CompileDocument.Compile) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.CompileDocument.Compile newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.CompileDocument.Compile) 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 io.github.isotes.vs.model.CompileDocument newInstance() {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.CompileDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static io.github.isotes.vs.model.CompileDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static io.github.isotes.vs.model.CompileDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static io.github.isotes.vs.model.CompileDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static io.github.isotes.vs.model.CompileDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static io.github.isotes.vs.model.CompileDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
@Deprecated
public static io.github.isotes.vs.model.CompileDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
@Deprecated
public static io.github.isotes.vs.model.CompileDocument 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 (io.github.isotes.vs.model.CompileDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
@Deprecated
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} */
@Deprecated
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