Class CitationAugmentationType


public class CitationAugmentationType extends CitationCaseAugmentationType

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 Details

  • Constructor Details

    • CitationAugmentationType

      public CitationAugmentationType()
  • Method Details

    • getRest

      public List<jakarta.xml.bind.JAXBElement<DrivingIncidentType>> 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

      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 CitationCaseAugmentationType