Class VehicleType


public class VehicleType extends VehicleType

Java class for VehicleType complex type.

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

 <complexType name="VehicleType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CitationCase-4.0}VehicleType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyReference" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}RegistrationNumber"/>
         <element ref="{urn:tyler:ecf:extensions:Common}RegistrationStateCode"/>
         <element ref="{urn:tyler:ecf:extensions:Common}VehicleTypeCode" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ModelYear" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}VehicleMakeCode" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}VehicleColorPrimaryCode" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CommercialVehicleIndicator" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}HazardousIndicator" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • rest

      protected List<jakarta.xml.bind.JAXBElement<?>> rest
  • Constructor Details

    • VehicleType

      public VehicleType()
  • Method Details

    • getRest

      public List<jakarta.xml.bind.JAXBElement<?>> getRest()
      Gets the rest of the content model.

      You are getting this "catch-all" property because of the following reason: The field name "VehicleMakeCode" is used by two different parts of a schema. See: line 191 of file:/home/bryce/Developer/LITLab/code/EfileProxyServer/src/main/resources/wsdl/stage/ecf-60.xsd line 811 of file:/home/bryce/Developer/LITLab/code/EfileProxyServer/src/main/resources/wsdl/stage/ecf-2.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<VCOCodeType> JAXBElement<VMACodeType> JAXBElement<ProperNameTextType> JAXBElement<TextType> JAXBElement<TextType> JAXBElement<Boolean> JAXBElement<Boolean> JAXBElement<GYear> JAXBElement<ReferenceType>

    • 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 VehicleType