public class Rule
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.lisa.org/srx20}beforebreak" minOccurs="0"/> <element ref="{http://www.lisa.org/srx20}afterbreak" minOccurs="0"/> </sequence> <attribute name="break"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="yes"/> <enumeration value="no"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_break |
protected Afterbreak |
afterbreak |
protected Beforebreak |
beforebreak |
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
Afterbreak |
getAfterbreak()
Gets the value of the afterbreak property.
|
Beforebreak |
getBeforebreak()
Gets the value of the beforebreak property.
|
java.lang.String |
getBreak()
Gets the value of the break property.
|
void |
setAfterbreak(Afterbreak value)
Sets the value of the afterbreak property.
|
void |
setBeforebreak(Beforebreak value)
Sets the value of the beforebreak property.
|
void |
setBreak(java.lang.String value)
Sets the value of the break property.
|
protected Beforebreak beforebreak
protected Afterbreak afterbreak
protected java.lang.String _break
public Beforebreak getBeforebreak()
Beforebreak
public void setBeforebreak(Beforebreak value)
value
- allowed object is
Beforebreak
public Afterbreak getAfterbreak()
Afterbreak
public void setAfterbreak(Afterbreak value)
value
- allowed object is
Afterbreak
public java.lang.String getBreak()
String
public void setBreak(java.lang.String value)
value
- allowed object is
String