Package tyler.ecf.extensions.criminal
Class StatuteType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.domains.jxdm._4.StatuteType
tyler.ecf.extensions.criminal.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 Summary
FieldsFields inherited from class gov.niem.niem.domains.jxdm._4.StatuteType
statuteCodeIdentification, statuteCodeSectionIdentification, statuteDescriptionText, statuteJurisdiction, statuteLevelText, statuteOffenseIdentification
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the generalOffenseText property.Gets the value of the statuteTypeText property.void
setGeneralOffenseText
(TextType value) Sets the value of the generalOffenseText property.void
setStatuteTypeText
(TextType value) Sets the value of the statuteTypeText property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.domains.jxdm._4.StatuteType
getStatuteCodeIdentification, getStatuteCodeSectionIdentification, getStatuteDescriptionText, getStatuteJurisdiction, getStatuteLevelText, getStatuteOffenseIdentification, setStatuteCodeIdentification, setStatuteCodeSectionIdentification, setStatuteDescriptionText, setStatuteJurisdiction, setStatuteLevelText, setStatuteOffenseIdentification
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
generalOffenseText
-
statuteTypeText
-
-
Constructor Details
-
StatuteType
public StatuteType()
-
-
Method Details
-
getGeneralOffenseText
Gets the value of the generalOffenseText property.- Returns:
- possible object is
TextType
-
setGeneralOffenseText
Sets the value of the generalOffenseText property.- Parameters:
value
- allowed object isTextType
-
getStatuteTypeText
Gets the value of the statuteTypeText property.- Returns:
- possible object is
TextType
-
setStatuteTypeText
Sets the value of the statuteTypeText property.- Parameters:
value
- allowed object isTextType
-
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 classStatuteType
-