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()
Environmentpublic void setEnvironment(Environment value)
value - allowed object is
Environmentpublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Carrieranchor getSourceanchor()
Carrieranchorpublic void setSourceanchor(Carrieranchor value)
value - allowed object is
Carrieranchorpublic Carrieranchor getTargetanchor()
Carrieranchorpublic void setTargetanchor(Carrieranchor value)
value - allowed object is
Carrieranchorpublic Ruleseq getRuleseq()
Ruleseqpublic void setRuleseq(Ruleseq value)
value - allowed object is
Ruleseqpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
String