Class ObjectFactory
java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<CitationCaseType> jakarta.xml.bind.JAXBElement
<CitationCaseAugmentationType> Create an instance ofCitationCaseAugmentationType
Create an instance ofCitationCaseType
jakarta.xml.bind.JAXBElement
<SubjectType> createCitationSubject
(SubjectType value) jakarta.xml.bind.JAXBElement
<DrivingIncidentType> Create an instance ofDrivingIncidentType
jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<NumericType> jakarta.xml.bind.JAXBElement
<ParkingViolationType> Create an instance ofParkingViolationType
jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<Boolean> Create an instance ofSubjectType
jakarta.xml.bind.JAXBElement
<VehicleType> createVehicle
(VehicleType value) jakarta.xml.bind.JAXBElement
<InsuranceType> jakarta.xml.bind.JAXBElement
<InsuranceType> Create an instance ofVehicleType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.legalxml_courtfiling.schema.xsd.citationcase_4
-
-
Method Details
-
createCitationCaseAugmentationType
Create an instance ofCitationCaseAugmentationType
-
createCitationCaseType
Create an instance ofCitationCaseType
-
createSubjectType
Create an instance ofSubjectType
-
createVehicleType
Create an instance ofVehicleType
-
createDrivingIncidentType
Create an instance ofDrivingIncidentType
-
createParkingViolationType
Create an instance ofParkingViolationType
-
createCitationCaseAugmentation
public jakarta.xml.bind.JAXBElement<CitationCaseAugmentationType> createCitationCaseAugmentation(CitationCaseAugmentationType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CitationCaseAugmentationType
>
-
createCitationCase
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CitationCaseType
>
-
createCitationSubject
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SubjectType
>
-
createVehicle
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
VehicleType
>
-
createDrivingIncident
public jakarta.xml.bind.JAXBElement<DrivingIncidentType> createDrivingIncident(DrivingIncidentType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DrivingIncidentType
>
-
createPersonBloodAlcoholNumber
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createParkingFacilityName
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createParkingMeterSpaceNumber
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NumericType
>
-
createParkingViolation
public jakarta.xml.bind.JAXBElement<ParkingViolationType> createParkingViolation(ParkingViolationType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ParkingViolationType
>
-
createRedLightCameraIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createVehicleOwnerInsuranceCoverage
public jakarta.xml.bind.JAXBElement<InsuranceType> createVehicleOwnerInsuranceCoverage(InsuranceType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
InsuranceType
>
-
createVehicleOperatorInsuranceCoverage
public jakarta.xml.bind.JAXBElement<InsuranceType> createVehicleOperatorInsuranceCoverage(InsuranceType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
InsuranceType
>
-