public class Rules
extends java.lang.Object
Java class for rules complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rules">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="from" type="{http://www.highqsoft.com/transformer/job}ruleselector" minOccurs="0"/>
<element name="to" type="{http://www.highqsoft.com/transformer/job}ruleselector" minOccurs="0"/>
</all>
<attribute name="drivenby" type="{http://www.highqsoft.com/transformer/common}drivingside" default="TO" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Drivingside |
drivenby |
protected Ruleselector |
from |
protected Ruleselector |
to |
| Constructor and Description |
|---|
Rules() |
| Modifier and Type | Method and Description |
|---|---|
Drivingside |
getDrivenby()
Gets the value of the drivenby property.
|
Ruleselector |
getFrom()
Gets the value of the from property.
|
Ruleselector |
getTo()
Gets the value of the to property.
|
void |
setDrivenby(Drivingside value)
Sets the value of the drivenby property.
|
void |
setFrom(Ruleselector value)
Sets the value of the from property.
|
void |
setTo(Ruleselector value)
Sets the value of the to property.
|
protected Ruleselector from
protected Ruleselector to
protected Drivingside drivenby
public Ruleselector getFrom()
Ruleselectorpublic void setFrom(Ruleselector value)
value - allowed object is
Ruleselectorpublic Ruleselector getTo()
Ruleselectorpublic void setTo(Ruleselector value)
value - allowed object is
Ruleselectorpublic Drivingside getDrivenby()
Drivingsidepublic void setDrivenby(Drivingside value)
value - allowed object is
Drivingside