Class Rule

java.lang.Object
net.loomchild.segment.srx.io.bind.Rule

public class Rule extends 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>
  • Field Details

  • Constructor Details

    • Rule

      public Rule()
  • Method Details

    • getBeforebreak

      public Beforebreak getBeforebreak()
      Gets the value of the beforebreak property.
      Returns:
      possible object is Beforebreak
    • setBeforebreak

      public void setBeforebreak(Beforebreak value)
      Sets the value of the beforebreak property.
      Parameters:
      value - allowed object is Beforebreak
    • getAfterbreak

      public Afterbreak getAfterbreak()
      Gets the value of the afterbreak property.
      Returns:
      possible object is Afterbreak
    • setAfterbreak

      public void setAfterbreak(Afterbreak value)
      Sets the value of the afterbreak property.
      Parameters:
      value - allowed object is Afterbreak
    • getBreak

      public String getBreak()
      Gets the value of the break property.
      Returns:
      possible object is String
    • setBreak

      public void setBreak(String value)
      Sets the value of the break property.
      Parameters:
      value - allowed object is String