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 name="environment" type="{http://www.highqsoft.com/transformer/common}environment" minOccurs="0"/> <element name="propertyseq" type="{http://www.highqsoft.com/transformer/common}propertyseq" minOccurs="0"/> <element name="objdefseq" type="{http://www.highqsoft.com/transformer/common}objdefseq" minOccurs="0"/> <element name="sourceanchor" type="{http://www.highqsoft.com/transformer/rule}carrieranchor" minOccurs="0"/> <element name="targetanchor" type="{http://www.highqsoft.com/transformer/rule}carrieranchor" minOccurs="0"/> <element name="ruleseq" type="{http://www.highqsoft.com/transformer/rule}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 Objdefseq |
objdefseq |
protected Propertyseq |
propertyseq |
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.
|
Objdefseq |
getObjdefseq()
Gets the value of the objdefseq property.
|
Propertyseq |
getPropertyseq()
Gets the value of the propertyseq 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 |
setObjdefseq(Objdefseq value)
Sets the value of the objdefseq property.
|
void |
setPropertyseq(Propertyseq value)
Sets the value of the propertyseq 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 Propertyseq propertyseq
protected Objdefseq objdefseq
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 Propertyseq getPropertyseq()
Propertyseq
public void setPropertyseq(Propertyseq value)
value
- allowed object is
Propertyseq
public Objdefseq getObjdefseq()
Objdefseq
public void setObjdefseq(Objdefseq value)
value
- allowed object is
Objdefseq
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