Package gen.core.segmentation
Class Rule
java.lang.Object
gen.core.segmentation.Rule
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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContains the regular expression to match before the segment breakContains the regular expression to match after the segment breakgetBreak()Determines whether this is a segment break or an exception rulevoidsetAfterbreak(Afterbreak value) Sets the value of the afterbreak property.voidsetBeforebreak(Beforebreak value) Sets the value of the beforebreak property.voidSets the value of the break property.
-
Constructor Details
-
Rule
public Rule()
-
-
Method Details
-
getBeforebreak
Contains the regular expression to match after the segment break- Returns:
- possible object is
Beforebreak
-
setBeforebreak
Sets the value of the beforebreak property.- Parameters:
value- allowed object isBeforebreak- See Also:
-
getAfterbreak
Contains the regular expression to match before the segment break- Returns:
- possible object is
Afterbreak
-
setAfterbreak
Sets the value of the afterbreak property.- Parameters:
value- allowed object isAfterbreak- See Also:
-
getBreak
Determines whether this is a segment break or an exception rule- Returns:
- possible object is
String
-
setBreak
Sets the value of the break property.- Parameters:
value- allowed object isString- See Also:
-