
io.github.isotes.vs.model.impl.GetAssemblyIdentityDocumentImpl 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: GetAssemblyIdentity
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.GetAssemblyIdentityDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model.impl;
/**
* A document containing one GetAssemblyIdentity(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public class GetAssemblyIdentityDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.GetAssemblyIdentityDocument
{
private static final long serialVersionUID = 1L;
public GetAssemblyIdentityDocumentImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName GETASSEMBLYIDENTITY$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "GetAssemblyIdentity");
/**
* Gets the "GetAssemblyIdentity" element
*/
public io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity getGetAssemblyIdentity()
{
synchronized (monitor())
{
check_orphaned();
io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity target = null;
target = (io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity)get_store().find_element_user(GETASSEMBLYIDENTITY$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "GetAssemblyIdentity" element
*/
public void setGetAssemblyIdentity(io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity getAssemblyIdentity)
{
generatedSetterHelperImpl(getAssemblyIdentity, GETASSEMBLYIDENTITY$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
}
/**
* Appends and returns a new empty "GetAssemblyIdentity" element
*/
public io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity addNewGetAssemblyIdentity()
{
synchronized (monitor())
{
check_orphaned();
io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity target = null;
target = (io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity)get_store().add_element_user(GETASSEMBLYIDENTITY$0);
return target;
}
}
/**
* An XML GetAssemblyIdentity(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public static class GetAssemblyIdentityImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.GetAssemblyIdentityDocument.GetAssemblyIdentity
{
private static final long serialVersionUID = 1L;
public GetAssemblyIdentityImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName ASSEMBLIES$0 =
new javax.xml.namespace.QName("", "Assemblies");
private static final javax.xml.namespace.QName ASSEMBLYFILES$2 =
new javax.xml.namespace.QName("", "AssemblyFiles");
/**
* Gets the "Assemblies" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType getAssemblies()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSEMBLIES$0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Assemblies" attribute
*/
public boolean isSetAssemblies()
{
synchronized (monitor())
{
check_orphaned();
return get_store().find_attribute_user(ASSEMBLIES$0) != null;
}
}
/**
* Sets the "Assemblies" attribute
*/
public void setAssemblies(org.apache.xmlbeans.XmlAnySimpleType assemblies)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSEMBLIES$0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSEMBLIES$0);
}
target.set(assemblies);
}
}
/**
* Appends and returns a new empty "Assemblies" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType addNewAssemblies()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSEMBLIES$0);
return target;
}
}
/**
* Unsets the "Assemblies" attribute
*/
public void unsetAssemblies()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_attribute(ASSEMBLIES$0);
}
}
/**
* Gets the "AssemblyFiles" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType getAssemblyFiles()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSEMBLYFILES$2);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "AssemblyFiles" attribute
*/
public void setAssemblyFiles(org.apache.xmlbeans.XmlAnySimpleType assemblyFiles)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(ASSEMBLYFILES$2);
if (target == null)
{
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSEMBLYFILES$2);
}
target.set(assemblyFiles);
}
}
/**
* Appends and returns a new empty "AssemblyFiles" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType addNewAssemblyFiles()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(ASSEMBLYFILES$2);
return target;
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy