io.github.isotes.vs.model.impl.RemoveDuplicatePayloadDocumentImpl 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: RemoveDuplicatePayload
* Namespace: http://schemas.microsoft.com/developer/msbuild/2003
* Java type: io.github.isotes.vs.model.RemoveDuplicatePayloadDocument
*
* Automatically generated - do not modify.
*/
package io.github.isotes.vs.model.impl;
/**
* A document containing one RemoveDuplicatePayload(@http://schemas.microsoft.com/developer/msbuild/2003) element.
*
* This is a complex type.
*/
public class RemoveDuplicatePayloadDocumentImpl extends io.github.isotes.vs.model.impl.TaskDocumentImpl implements io.github.isotes.vs.model.RemoveDuplicatePayloadDocument
{
private static final long serialVersionUID = 1L;
public RemoveDuplicatePayloadDocumentImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName REMOVEDUPLICATEPAYLOAD$0 =
new javax.xml.namespace.QName("http://schemas.microsoft.com/developer/msbuild/2003", "RemoveDuplicatePayload");
/**
* Gets the "RemoveDuplicatePayload" element
*/
public io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload getRemoveDuplicatePayload()
{
synchronized (monitor())
{
check_orphaned();
io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload target = null;
target = (io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload)get_store().find_element_user(REMOVEDUPLICATEPAYLOAD$0, 0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "RemoveDuplicatePayload" element
*/
public void setRemoveDuplicatePayload(io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload removeDuplicatePayload)
{
generatedSetterHelperImpl(removeDuplicatePayload, REMOVEDUPLICATEPAYLOAD$0, 0, org.apache.xmlbeans.impl.values.XmlObjectBase.KIND_SETTERHELPER_SINGLETON);
}
/**
* Appends and returns a new empty "RemoveDuplicatePayload" element
*/
public io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload addNewRemoveDuplicatePayload()
{
synchronized (monitor())
{
check_orphaned();
io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload target = null;
target = (io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload)get_store().add_element_user(REMOVEDUPLICATEPAYLOAD$0);
return target;
}
}
/**
* An XML RemoveDuplicatePayload(@http://schemas.microsoft.com/developer/msbuild/2003).
*
* This is a complex type.
*/
public static class RemoveDuplicatePayloadImpl extends io.github.isotes.vs.model.impl.TaskTypeImpl implements io.github.isotes.vs.model.RemoveDuplicatePayloadDocument.RemoveDuplicatePayload
{
private static final long serialVersionUID = 1L;
public RemoveDuplicatePayloadImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
private static final javax.xml.namespace.QName INPUTS$0 =
new javax.xml.namespace.QName("", "Inputs");
private static final javax.xml.namespace.QName PLATFORM$2 =
new javax.xml.namespace.QName("", "Platform");
private static final javax.xml.namespace.QName FILTERED$4 =
new javax.xml.namespace.QName("", "Filtered");
/**
* Gets the "Inputs" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType getInputs()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INPUTS$0);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "Inputs" attribute
*/
public void setInputs(org.apache.xmlbeans.XmlAnySimpleType inputs)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(INPUTS$0);
if (target == null)
{
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INPUTS$0);
}
target.set(inputs);
}
}
/**
* Appends and returns a new empty "Inputs" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType addNewInputs()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(INPUTS$0);
return target;
}
}
/**
* Gets the "Platform" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType getPlatform()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PLATFORM$2);
if (target == null)
{
return null;
}
return target;
}
}
/**
* Sets the "Platform" attribute
*/
public void setPlatform(org.apache.xmlbeans.XmlAnySimpleType platform)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(PLATFORM$2);
if (target == null)
{
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PLATFORM$2);
}
target.set(platform);
}
}
/**
* Appends and returns a new empty "Platform" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType addNewPlatform()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(PLATFORM$2);
return target;
}
}
/**
* Gets the "Filtered" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType getFiltered()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FILTERED$4);
if (target == null)
{
return null;
}
return target;
}
}
/**
* True if has "Filtered" attribute
*/
public boolean isSetFiltered()
{
synchronized (monitor())
{
check_orphaned();
return get_store().find_attribute_user(FILTERED$4) != null;
}
}
/**
* Sets the "Filtered" attribute
*/
public void setFiltered(org.apache.xmlbeans.XmlAnySimpleType filtered)
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().find_attribute_user(FILTERED$4);
if (target == null)
{
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FILTERED$4);
}
target.set(filtered);
}
}
/**
* Appends and returns a new empty "Filtered" attribute
*/
public org.apache.xmlbeans.XmlAnySimpleType addNewFiltered()
{
synchronized (monitor())
{
check_orphaned();
org.apache.xmlbeans.XmlAnySimpleType target = null;
target = (org.apache.xmlbeans.XmlAnySimpleType)get_store().add_attribute_user(FILTERED$4);
return target;
}
}
/**
* Unsets the "Filtered" attribute
*/
public void unsetFiltered()
{
synchronized (monitor())
{
check_orphaned();
get_store().remove_attribute(FILTERED$4);
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy