Class 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 Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.VehicleType
vehicleOperatorInsuranceCoverage, vehicleOwnerInsuranceCoverage
Fields inherited from class gov.niem.niem.niem_core._2.VehicleType
vehicleIdentification, vehicleMakeCode, vehicleModelCode
Fields inherited from class gov.niem.niem.niem_core._2.ConveyanceType
conveyanceRegistrationPlateIdentification
Fields inherited from class gov.niem.niem.niem_core._2.TangibleItemType
itemColor, itemModelYearDate, itemStyle
Fields inherited from class gov.niem.niem.niem_core._2.ItemType
itemDescriptionText, itemOtherIdentification, itemValue
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.VehicleType
getVehicleOperatorInsuranceCoverage, getVehicleOwnerInsuranceCoverage, setVehicleOperatorInsuranceCoverage, setVehicleOwnerInsuranceCoverage
Methods inherited from class gov.niem.niem.niem_core._2.VehicleType
getVehicleIdentification, getVehicleMakeCode, getVehicleModelCode, setVehicleIdentification, setVehicleMakeCode, setVehicleModelCode
Methods inherited from class gov.niem.niem.niem_core._2.ConveyanceType
getConveyanceRegistrationPlateIdentification, setConveyanceRegistrationPlateIdentification
Methods inherited from class gov.niem.niem.niem_core._2.TangibleItemType
getItemColor, getItemModelYearDate, getItemStyle, setItemColor, setItemModelYearDate, setItemStyle
Methods inherited from class gov.niem.niem.niem_core._2.ItemType
getItemDescriptionText, getItemOtherIdentification, getItemValue, setItemDescriptionText, setItemOtherIdentification, setItemValue
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
rest
-
-
Constructor Details
-
VehicleType
public VehicleType()
-
-
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 "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
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classVehicleType
-