public class Ruledef
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}fromrules" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}torules" minOccurs="0"/> </all> <attribute name="drivenby" type="{http://www.highqsoft.de/schema}drivingside" default="TO" /> <attribute name="if" type="{http://www.w3.org/2001/XMLSchema}string" /> <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 Drivingside |
drivenby |
protected Ruleselector |
fromrules |
protected Ruleselector |
torules |
protected java.lang.String |
unless |
Constructor and Description |
---|
Ruledef() |
Modifier and Type | Method and Description |
---|---|
Drivingside |
getDrivenby()
Gets the value of the drivenby property.
|
Ruleselector |
getFromrules()
Gets the value of the fromrules property.
|
java.lang.String |
getIf()
Gets the value of the if property.
|
Ruleselector |
getTorules()
Gets the value of the torules property.
|
java.lang.String |
getUnless()
Gets the value of the unless property.
|
void |
setDrivenby(Drivingside value)
Sets the value of the drivenby property.
|
void |
setFromrules(Ruleselector value)
Sets the value of the fromrules property.
|
void |
setIf(java.lang.String value)
Sets the value of the if property.
|
void |
setTorules(Ruleselector value)
Sets the value of the torules property.
|
void |
setUnless(java.lang.String value)
Sets the value of the unless property.
|
protected Ruleselector fromrules
protected Ruleselector torules
protected Drivingside drivenby
protected java.lang.String _if
protected java.lang.String unless
public Ruleselector getFromrules()
Ruleselector
public void setFromrules(Ruleselector value)
value
- allowed object is
Ruleselector
public Ruleselector getTorules()
Ruleselector
public void setTorules(Ruleselector value)
value
- allowed object is
Ruleselector
public Drivingside getDrivenby()
Drivingside
public void setDrivenby(Drivingside value)
value
- allowed object is
Drivingside
public java.lang.String getIf()
String
public void setIf(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