public class Droplist
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.highqsoft.de/schema}instelem" maxOccurs="unbounded"/>
</sequence>
<attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="deletefiles" type="{http://www.w3.org/2001/XMLSchema}string" default="false" />
<attribute name="deleterefs" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}string" default="true" />
<attribute name="unless" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_if |
protected java.lang.String |
delete |
protected java.lang.String |
deletefiles |
protected java.lang.String |
deleterefs |
protected java.util.List<Instanceelement> |
instelem |
protected java.lang.String |
recursive |
protected java.lang.String |
unless |
| Constructor and Description |
|---|
Droplist() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDelete()
Gets the value of the delete property.
|
java.lang.String |
getDeletefiles()
Gets the value of the deletefiles property.
|
java.lang.String |
getDeleterefs()
Gets the value of the deleterefs property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.util.List<Instanceelement> |
getInstelem()
Gets the value of the instelem property.
|
java.lang.String |
getRecursive()
Gets the value of the recursive property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setDelete(java.lang.String value)
Sets the value of the delete property.
|
void |
setDeletefiles(java.lang.String value)
Sets the value of the deletefiles property.
|
void |
setDeleterefs(java.lang.String value)
Sets the value of the deleterefs property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setRecursive(java.lang.String value)
Sets the value of the recursive property.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected java.util.List<Instanceelement> instelem
protected java.lang.String delete
protected java.lang.String deletefiles
protected java.lang.String deleterefs
protected java.lang.String _if
protected java.lang.String recursive
protected java.lang.String unless
public java.util.List<Instanceelement> getInstelem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the instelem property.
For example, to add a new item, do as follows:
getInstelem().add(newItem);
Objects of the following type(s) are allowed in the list
Instanceelement
public java.lang.String getDelete()
Stringpublic void setDelete(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeletefiles()
Stringpublic void setDeletefiles(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeleterefs()
Stringpublic void setDeleterefs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIf()
Stringpublic void setIf(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecursive()
Stringpublic void setRecursive(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnless()
Stringpublic void setUnless(java.lang.String value)
value - allowed object is
String