public class Droprelations
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">
<all>
<element ref="{http://www.highqsoft.de/schema}querystructureext"/>
</all>
<attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}string" default="false" />
<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="false" />
<attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}string" default="false" />
<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 Querystructureext |
querystructureext |
protected java.lang.String |
recursive |
protected java.lang.String |
unless |
| Constructor and Description |
|---|
Droprelations() |
| 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.
|
Querystructureext |
getQuerystructureext()
Gets the value of the querystructureext 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 |
setQuerystructureext(Querystructureext value)
Sets the value of the querystructureext 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 Querystructureext querystructureext
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 Querystructureext getQuerystructureext()
Querystructureextpublic void setQuerystructureext(Querystructureext value)
value - allowed object is
Querystructureextpublic 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