io.github.isotes.vs.model.PageDocument 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: Page
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.PageDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model;
/**
* A document containing one Page(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public interface PageDocument extends io.github.isotes.vs.model.ItemDocument
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(PageDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("page3051doctype");
/**
* Gets the "Page" element
*/
io.github.isotes.vs.model.PageDocument.Page getPage();
/**
* Sets the "Page" element
*/
void setPage(io.github.isotes.vs.model.PageDocument.Page page);
/**
* Appends and returns a new empty "Page" element
*/
io.github.isotes.vs.model.PageDocument.Page addNewPage();
/**
* An XML Page(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public interface Page extends io.github.isotes.vs.model.SimpleItemType
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Page.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.io.github.isotes.vs.model.typesystemholder").resolveHandle("page1226elemtype");
/**
* 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 "Generator" elements
*/
java.util.List getGeneratorList();
/**
* Gets array of all "Generator" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getGeneratorArray();
/**
* Gets ith "Generator" element
*/
org.apache.xmlbeans.XmlObject getGeneratorArray(int i);
/**
* Returns number of "Generator" element
*/
int sizeOfGeneratorArray();
/**
* Sets array of all "Generator" element
*/
void setGeneratorArray(org.apache.xmlbeans.XmlObject[] generatorArray);
/**
* Sets ith "Generator" element
*/
void setGeneratorArray(int i, org.apache.xmlbeans.XmlObject generator);
/**
* Inserts and returns a new empty value (as xml) as the ith "Generator" element
*/
org.apache.xmlbeans.XmlObject insertNewGenerator(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Generator" element
*/
org.apache.xmlbeans.XmlObject addNewGenerator();
/**
* Removes the ith "Generator" element
*/
void removeGenerator(int i);
/**
* Gets a List of "LastGenOutput" elements
*/
java.util.List getLastGenOutputList();
/**
* Gets array of all "LastGenOutput" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getLastGenOutputArray();
/**
* Gets ith "LastGenOutput" element
*/
org.apache.xmlbeans.XmlObject getLastGenOutputArray(int i);
/**
* Returns number of "LastGenOutput" element
*/
int sizeOfLastGenOutputArray();
/**
* Sets array of all "LastGenOutput" element
*/
void setLastGenOutputArray(org.apache.xmlbeans.XmlObject[] lastGenOutputArray);
/**
* Sets ith "LastGenOutput" element
*/
void setLastGenOutputArray(int i, org.apache.xmlbeans.XmlObject lastGenOutput);
/**
* Inserts and returns a new empty value (as xml) as the ith "LastGenOutput" element
*/
org.apache.xmlbeans.XmlObject insertNewLastGenOutput(int i);
/**
* Appends and returns a new empty value (as xml) as the last "LastGenOutput" element
*/
org.apache.xmlbeans.XmlObject addNewLastGenOutput();
/**
* Removes the ith "LastGenOutput" element
*/
void removeLastGenOutput(int i);
/**
* Gets a List of "CustomToolNamespace" elements
*/
java.util.List getCustomToolNamespaceList();
/**
* Gets array of all "CustomToolNamespace" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getCustomToolNamespaceArray();
/**
* Gets ith "CustomToolNamespace" element
*/
org.apache.xmlbeans.XmlObject getCustomToolNamespaceArray(int i);
/**
* Returns number of "CustomToolNamespace" element
*/
int sizeOfCustomToolNamespaceArray();
/**
* Sets array of all "CustomToolNamespace" element
*/
void setCustomToolNamespaceArray(org.apache.xmlbeans.XmlObject[] customToolNamespaceArray);
/**
* Sets ith "CustomToolNamespace" element
*/
void setCustomToolNamespaceArray(int i, org.apache.xmlbeans.XmlObject customToolNamespace);
/**
* Inserts and returns a new empty value (as xml) as the ith "CustomToolNamespace" element
*/
org.apache.xmlbeans.XmlObject insertNewCustomToolNamespace(int i);
/**
* Appends and returns a new empty value (as xml) as the last "CustomToolNamespace" element
*/
org.apache.xmlbeans.XmlObject addNewCustomToolNamespace();
/**
* Removes the ith "CustomToolNamespace" element
*/
void removeCustomToolNamespace(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 "Group" elements
*/
java.util.List getGroupList();
/**
* Gets array of all "Group" elements
* @deprecated
*/
@Deprecated
org.apache.xmlbeans.XmlObject[] getGroupArray();
/**
* Gets ith "Group" element
*/
org.apache.xmlbeans.XmlObject getGroupArray(int i);
/**
* Returns number of "Group" element
*/
int sizeOfGroupArray();
/**
* Sets array of all "Group" element
*/
void setGroupArray(org.apache.xmlbeans.XmlObject[] groupArray);
/**
* Sets ith "Group" element
*/
void setGroupArray(int i, org.apache.xmlbeans.XmlObject group);
/**
* Inserts and returns a new empty value (as xml) as the ith "Group" element
*/
org.apache.xmlbeans.XmlObject insertNewGroup(int i);
/**
* Appends and returns a new empty value (as xml) as the last "Group" element
*/
org.apache.xmlbeans.XmlObject addNewGroup();
/**
* Removes the ith "Group" element
*/
void removeGroup(int i);
/**
* 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 "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);
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static io.github.isotes.vs.model.PageDocument.Page newInstance() {
return (io.github.isotes.vs.model.PageDocument.Page) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.PageDocument.Page newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.PageDocument.Page) 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.PageDocument newInstance() {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static io.github.isotes.vs.model.PageDocument newInstance(org.apache.xmlbeans.XmlOptions options) {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static io.github.isotes.vs.model.PageDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) 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.PageDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static io.github.isotes.vs.model.PageDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static io.github.isotes.vs.model.PageDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static io.github.isotes.vs.model.PageDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static io.github.isotes.vs.model.PageDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static io.github.isotes.vs.model.PageDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static io.github.isotes.vs.model.PageDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (io.github.isotes.vs.model.PageDocument) 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.PageDocument 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.PageDocument) 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.PageDocument 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.PageDocument) 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