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()
Ruleselector
public void setFrom(Ruleselector value)
value
- allowed object is
Ruleselector
public Ruleselector getTo()
Ruleselector
public void setTo(Ruleselector value)
value
- allowed object is
Ruleselector
public Drivingside getDrivenby()
Drivingside
public void setDrivenby(Drivingside value)
value
- allowed object is
Drivingside