public class Rules
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}environment" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}properties" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}sourceanchor" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}targetanchor" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}ruleseq" minOccurs="0"/> </sequence> <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.0" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Environment |
environment |
protected Properties |
properties |
protected Ruleseq |
ruleseq |
protected Carrieranchor |
sourceanchor |
protected Carrieranchor |
targetanchor |
protected java.lang.String |
version |
Constructor and Description |
---|
Rules() |
Modifier and Type | Method and Description |
---|---|
Environment |
getEnvironment()
Gets the value of the environment property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
Ruleseq |
getRuleseq()
Gets the value of the ruleseq property.
|
Carrieranchor |
getSourceanchor()
Gets the value of the sourceanchor property.
|
Carrieranchor |
getTargetanchor()
Gets the value of the targetanchor property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setEnvironment(Environment value)
Sets the value of the environment property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setRuleseq(Ruleseq value)
Sets the value of the ruleseq property.
|
void |
setSourceanchor(Carrieranchor value)
Sets the value of the sourceanchor property.
|
void |
setTargetanchor(Carrieranchor value)
Sets the value of the targetanchor property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected Environment environment
protected Properties properties
protected Carrieranchor sourceanchor
protected Carrieranchor targetanchor
protected Ruleseq ruleseq
protected java.lang.String version
public Environment getEnvironment()
Environment
public void setEnvironment(Environment value)
value
- allowed object is
Environment
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public Carrieranchor getSourceanchor()
Carrieranchor
public void setSourceanchor(Carrieranchor value)
value
- allowed object is
Carrieranchor
public Carrieranchor getTargetanchor()
Carrieranchor
public void setTargetanchor(Carrieranchor value)
value
- allowed object is
Carrieranchor
public Ruleseq getRuleseq()
Ruleseq
public void setRuleseq(Ruleseq value)
value
- allowed object is
Ruleseq
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String