Class CitationAugmentationType
Java class for CitationAugmentationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CitationAugmentationType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CitationCase-4.0}CitationCaseAugmentationType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}DrivingIncident" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<jakarta.xml.bind.JAXBElement<DrivingIncidentType>> Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.CitationCaseAugmentationType
caseCharge, citation, citationSubject, courtAppearance, drivingIncident, parkingViolation, vehicle, violatedStatuteAssociation
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<DrivingIncidentType>> getRest()
Gets the rest of the content model.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.CitationCaseAugmentationType
getCaseCharge, getCitation, getCitationSubject, getCourtAppearance, getDrivingIncident, getParkingViolation, getVehicle, getViolatedStatuteAssociation, setCitation, setCitationSubject, setCourtAppearance, setDrivingIncident, setParkingViolation
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
rest
-
-
Constructor Details
-
CitationAugmentationType
public CitationAugmentationType()
-
-
Method Details
-
getRest
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "DrivingIncident" is used by two different parts of a schema. See: line 210 of file:/home/bryce/Developer/LITLab/code/EfileProxyServer/src/main/resources/wsdl/stage/ecf-60.xsd line 55 of file:/home/bryce/Developer/LITLab/code/EfileProxyServer/src/main/resources/wsdl/stage/ecf-22.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the rest property.For example, to add a new item, do as follows:
getRest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
DrivingIncidentType
>
-
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 classCitationCaseAugmentationType
-