public class Dropreferences
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}applelem"/> </sequence> <attribute name="aeattr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <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="enabled" type="{http://www.w3.org/2001/XMLSchema}string" default="true" /> <attribute name="ieattr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="insetcount" type="{http://www.w3.org/2001/XMLSchema}string" default="0" /> <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 |
aeattr |
protected Applicationelement |
applelem |
protected java.lang.String |
delete |
protected java.lang.String |
deletefiles |
protected java.lang.String |
enabled |
protected java.lang.String |
ieattr |
protected java.lang.String |
insetcount |
protected java.lang.String |
recursive |
protected java.lang.String |
unless |
Constructor and Description |
---|
Dropreferences() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAeattr()
Gets the value of the aeattr property.
|
Applicationelement |
getApplelem()
Gets the value of the applelem property.
|
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 |
getEnabled()
Gets the value of the enabled property.
|
java.lang.String |
getIeattr()
Gets the value of the ieattr property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
java.lang.String |
getInsetcount()
Gets the value of the insetcount property.
|
java.lang.String |
getRecursive()
Gets the value of the recursive property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setAeattr(java.lang.String value)
Sets the value of the aeattr property.
|
void |
setApplelem(Applicationelement value)
Sets the value of the applelem 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 |
setEnabled(java.lang.String value)
Sets the value of the enabled property.
|
void |
setIeattr(java.lang.String value)
Sets the value of the ieattr property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setInsetcount(java.lang.String value)
Sets the value of the insetcount 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 Applicationelement applelem
protected java.lang.String aeattr
protected java.lang.String delete
protected java.lang.String deletefiles
protected java.lang.String enabled
protected java.lang.String ieattr
protected java.lang.String _if
protected java.lang.String insetcount
protected java.lang.String recursive
protected java.lang.String unless
public Applicationelement getApplelem()
Applicationelement
public void setApplelem(Applicationelement value)
value
- allowed object is
Applicationelement
public java.lang.String getAeattr()
String
public void setAeattr(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDelete()
String
public void setDelete(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeletefiles()
String
public void setDeletefiles(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIeattr()
String
public void setIeattr(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIf()
String
public void setIf(java.lang.String value)
value
- allowed object is
String
public java.lang.String getInsetcount()
String
public void setInsetcount(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRecursive()
String
public void setRecursive(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUnless()
String
public void setUnless(java.lang.String value)
value
- allowed object is
String