net.sf.buildbox.changes.bean.BuiltVersionNotesBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of releasator Show documentation
Show all versions of releasator Show documentation
Commandline utility for creating reproducible releases. Minimal parametrization, isolated sandbox for releases. Currently built on top of maven-release-plugin.
The newest version!
/*
* XML Type: BuiltVersionNotes
* Namespace: http://buildbox.sf.net/changes/2.0
* Java type: net.sf.buildbox.changes.bean.BuiltVersionNotesBean
*
* Automatically generated - do not modify.
*/
package net.sf.buildbox.changes.bean;
/**
* An XML BuiltVersionNotes(@http://buildbox.sf.net/changes/2.0).
*
* This is a complex type.
*/
public interface BuiltVersionNotesBean extends net.sf.buildbox.changes.bean.VersionNotesBean
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(BuiltVersionNotesBean.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("builtversionnotes113ctype");
/**
* Gets array of all "buildtool" elements
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool[] getBuildtoolArray();
/**
* Gets ith "buildtool" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool getBuildtoolArray(int i);
/**
* Returns number of "buildtool" element
*/
int sizeOfBuildtoolArray();
/**
* Sets array of all "buildtool" element
*/
void setBuildtoolArray(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool[] buildtoolArray);
/**
* Sets ith "buildtool" element
*/
void setBuildtoolArray(int i, net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool buildtool);
/**
* Inserts and returns a new empty value (as xml) as the ith "buildtool" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool insertNewBuildtool(int i);
/**
* Appends and returns a new empty value (as xml) as the last "buildtool" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool addNewBuildtool();
/**
* Removes the ith "buildtool" element
*/
void removeBuildtool(int i);
/**
* Gets the "os" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os getOs();
/**
* True if has "os" element
*/
boolean isSetOs();
/**
* Sets the "os" element
*/
void setOs(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os os);
/**
* Appends and returns a new empty "os" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os addNewOs();
/**
* Unsets the "os" element
*/
void unsetOs();
/**
* Gets the "vcs" element
*/
net.sf.buildbox.changes.bean.VcsInfoBean getVcs();
/**
* Sets the "vcs" element
*/
void setVcs(net.sf.buildbox.changes.bean.VcsInfoBean vcs);
/**
* Appends and returns a new empty "vcs" element
*/
net.sf.buildbox.changes.bean.VcsInfoBean addNewVcs();
/**
* Gets array of all "module" elements
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module[] getModuleArray();
/**
* Gets ith "module" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module getModuleArray(int i);
/**
* Returns number of "module" element
*/
int sizeOfModuleArray();
/**
* Sets array of all "module" element
*/
void setModuleArray(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module[] moduleArray);
/**
* Sets ith "module" element
*/
void setModuleArray(int i, net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module module);
/**
* Inserts and returns a new empty value (as xml) as the ith "module" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module insertNewModule(int i);
/**
* Appends and returns a new empty value (as xml) as the last "module" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module addNewModule();
/**
* Removes the ith "module" element
*/
void removeModule(int i);
/**
* Gets the "timestamp" attribute
*/
java.util.Calendar getTimestamp();
/**
* Gets (as xml) the "timestamp" attribute
*/
org.apache.xmlbeans.XmlDateTime xgetTimestamp();
/**
* Sets the "timestamp" attribute
*/
void setTimestamp(java.util.Calendar timestamp);
/**
* Sets (as xml) the "timestamp" attribute
*/
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp);
/**
* Gets the "author" attribute
*/
java.lang.String getAuthor();
/**
* Gets (as xml) the "author" attribute
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author xgetAuthor();
/**
* True if has "author" attribute
*/
boolean isSetAuthor();
/**
* Sets the "author" attribute
*/
void setAuthor(java.lang.String author);
/**
* Sets (as xml) the "author" attribute
*/
void xsetAuthor(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author author);
/**
* Unsets the "author" attribute
*/
void unsetAuthor();
/**
* An XML buildtool(@http://buildbox.sf.net/changes/2.0).
*
* This is a complex type.
*/
public interface Buildtool extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Buildtool.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("buildtool2d8aelemtype");
/**
* Gets the "role" attribute
*/
java.lang.String getRole();
/**
* Gets (as xml) the "role" attribute
*/
org.apache.xmlbeans.XmlString xgetRole();
/**
* True if has "role" attribute
*/
boolean isSetRole();
/**
* Sets the "role" attribute
*/
void setRole(java.lang.String role);
/**
* Sets (as xml) the "role" attribute
*/
void xsetRole(org.apache.xmlbeans.XmlString role);
/**
* Unsets the "role" attribute
*/
void unsetRole();
/**
* Gets the "groupId" attribute
*/
java.lang.String getGroupId();
/**
* Gets (as xml) the "groupId" attribute
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId xgetGroupId();
/**
* Sets the "groupId" attribute
*/
void setGroupId(java.lang.String groupId);
/**
* Sets (as xml) the "groupId" attribute
*/
void xsetGroupId(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId groupId);
/**
* Gets the "artifactId" attribute
*/
java.lang.String getArtifactId();
/**
* Gets (as xml) the "artifactId" attribute
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId xgetArtifactId();
/**
* Sets the "artifactId" attribute
*/
void setArtifactId(java.lang.String artifactId);
/**
* Sets (as xml) the "artifactId" attribute
*/
void xsetArtifactId(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId artifactId);
/**
* Gets the "version" attribute
*/
java.lang.String getVersion();
/**
* Gets (as xml) the "version" attribute
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version xgetVersion();
/**
* Sets the "version" attribute
*/
void setVersion(java.lang.String version);
/**
* Sets (as xml) the "version" attribute
*/
void xsetVersion(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version version);
/**
* An XML groupId(@).
*
* This is an atomic type that is a restriction of net.sf.buildbox.changes.bean.BuiltVersionNotesBean$Buildtool$GroupId.
*/
public interface GroupId extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(GroupId.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("groupid0de8attrtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId newValue(java.lang.Object obj) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId) type.newValue( obj ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.GroupId) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML artifactId(@).
*
* This is an atomic type that is a restriction of net.sf.buildbox.changes.bean.BuiltVersionNotesBean$Buildtool$ArtifactId.
*/
public interface ArtifactId extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(ArtifactId.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("artifactide2bdattrtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId newValue(java.lang.Object obj) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId) type.newValue( obj ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.ArtifactId) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML version(@).
*
* This is an atomic type that is a restriction of net.sf.buildbox.changes.bean.BuiltVersionNotesBean$Buildtool$Version.
*/
public interface Version extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Version.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("version284aattrtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version newValue(java.lang.Object obj) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version) type.newValue( obj ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool.Version) 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 net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Buildtool) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML os(@http://buildbox.sf.net/changes/2.0).
*
* This is a complex type.
*/
public interface Os extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Os.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("os30bcelemtype");
/**
* Gets the "arch" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getArch();
/**
* Sets the "arch" attribute
*/
void setArch(org.apache.xmlbeans.XmlAnySimpleType arch);
/**
* Appends and returns a new empty "arch" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewArch();
/**
* Gets the "name" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getName();
/**
* Sets the "name" attribute
*/
void setName(org.apache.xmlbeans.XmlAnySimpleType name);
/**
* Appends and returns a new empty "name" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewName();
/**
* Gets the "version" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getVersion();
/**
* Sets the "version" attribute
*/
void setVersion(org.apache.xmlbeans.XmlAnySimpleType version);
/**
* Appends and returns a new empty "version" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewVersion();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Os) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML module(@http://buildbox.sf.net/changes/2.0).
*
* This is a complex type.
*/
public interface Module extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Module.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("module2b34elemtype");
/**
* Gets array of all "artifact" elements
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact[] getArtifactArray();
/**
* Gets ith "artifact" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact getArtifactArray(int i);
/**
* Returns number of "artifact" element
*/
int sizeOfArtifactArray();
/**
* Sets array of all "artifact" element
*/
void setArtifactArray(net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact[] artifactArray);
/**
* Sets ith "artifact" element
*/
void setArtifactArray(int i, net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact artifact);
/**
* Inserts and returns a new empty value (as xml) as the ith "artifact" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact insertNewArtifact(int i);
/**
* Appends and returns a new empty value (as xml) as the last "artifact" element
*/
net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact addNewArtifact();
/**
* Removes the ith "artifact" element
*/
void removeArtifact(int i);
/**
* Gets the "groupId" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getGroupId();
/**
* Sets the "groupId" attribute
*/
void setGroupId(org.apache.xmlbeans.XmlAnySimpleType groupId);
/**
* Appends and returns a new empty "groupId" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewGroupId();
/**
* Gets the "artifactId" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getArtifactId();
/**
* Sets the "artifactId" attribute
*/
void setArtifactId(org.apache.xmlbeans.XmlAnySimpleType artifactId);
/**
* Appends and returns a new empty "artifactId" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewArtifactId();
/**
* Gets the "version" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getVersion();
/**
* Sets the "version" attribute
*/
void setVersion(org.apache.xmlbeans.XmlAnySimpleType version);
/**
* Appends and returns a new empty "version" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewVersion();
/**
* An XML artifact(@http://buildbox.sf.net/changes/2.0).
*
* This is a complex type.
*/
public interface Artifact extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Artifact.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("artifactb1a2elemtype");
/**
* Gets the "classifier" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getClassifier();
/**
* True if has "classifier" attribute
*/
boolean isSetClassifier();
/**
* Sets the "classifier" attribute
*/
void setClassifier(org.apache.xmlbeans.XmlAnySimpleType classifier);
/**
* Appends and returns a new empty "classifier" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewClassifier();
/**
* Unsets the "classifier" attribute
*/
void unsetClassifier();
/**
* Gets the "type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType getType();
/**
* Sets the "type" attribute
*/
void setType(org.apache.xmlbeans.XmlAnySimpleType type);
/**
* Appends and returns a new empty "type" attribute
*/
org.apache.xmlbeans.XmlAnySimpleType addNewType();
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module.Artifact) 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 net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Module) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
private Factory() { } // No instance of this class allowed
}
}
/**
* An XML author(@).
*
* This is an atomic type that is a restriction of net.sf.buildbox.changes.bean.BuiltVersionNotesBean$Author.
*/
public interface Author extends org.apache.xmlbeans.XmlString
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Author.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s26F5FA9844D0928D009A0DF45ED2B1EE").resolveHandle("author4831attrtype");
/**
* A factory class with static methods for creating instances
* of this type.
*/
public static final class Factory
{
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author newValue(java.lang.Object obj) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author) type.newValue( obj ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean.Author) 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
{
/** @deprecated No need to be able to create instances of abstract types */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean newInstance() {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
/** @deprecated No need to be able to create instances of abstract types */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean newInstance(org.apache.xmlbeans.XmlOptions options) {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
/** @param xmlAsString the string value to parse */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
/** @param file the file from which to load an xml document */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
return (net.sf.buildbox.changes.bean.BuiltVersionNotesBean) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static net.sf.buildbox.changes.bean.BuiltVersionNotesBean 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.sf.buildbox.changes.bean.BuiltVersionNotesBean) 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 - 2024 Weber Informatics LLC | Privacy Policy