Class StatuteType


public class StatuteType extends StatuteType

Java class for StatuteType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StatuteType">
   <complexContent>
     <extension base="{http://niem.gov/niem/domains/jxdm/4.0}StatuteType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Criminal}GeneralOffenseText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Criminal}StatuteTypeText" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • generalOffenseText

      protected TextType generalOffenseText
    • statuteTypeText

      protected TextType statuteTypeText
  • Constructor Details

    • StatuteType

      public StatuteType()
  • Method Details

    • getGeneralOffenseText

      public TextType getGeneralOffenseText()
      Gets the value of the generalOffenseText property.
      Returns:
      possible object is TextType
    • setGeneralOffenseText

      public void setGeneralOffenseText(TextType value)
      Sets the value of the generalOffenseText property.
      Parameters:
      value - allowed object is TextType
    • getStatuteTypeText

      public TextType getStatuteTypeText()
      Gets the value of the statuteTypeText property.
      Returns:
      possible object is TextType
    • setStatuteTypeText

      public void setStatuteTypeText(TextType value)
      Sets the value of the statuteTypeText property.
      Parameters:
      value - allowed object is TextType
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class StatuteType