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 programmatically 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 ofCitationCaseAugmentationTypeCreate an instance ofCitationCaseTypejakarta.xml.bind.JAXBElement<SubjectType> createCitationSubject(SubjectType value) jakarta.xml.bind.JAXBElement<DrivingIncidentType> Create an instance ofDrivingIncidentTypejakarta.xml.bind.JAXBElement<TextType> jakarta.xml.bind.JAXBElement<NumericType> jakarta.xml.bind.JAXBElement<ParkingViolationType> Create an instance ofParkingViolationTypejakarta.xml.bind.JAXBElement<TextType> jakarta.xml.bind.JAXBElement<Boolean> Create an instance ofSubjectTypejakarta.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- Returns:
- the new instance of
CitationCaseAugmentationType
-
createCitationCaseType
Create an instance ofCitationCaseType- Returns:
- the new instance of
CitationCaseType
-
createSubjectType
Create an instance ofSubjectType- Returns:
- the new instance of
SubjectType
-
createVehicleType
Create an instance ofVehicleType- Returns:
- the new instance of
VehicleType
-
createDrivingIncidentType
Create an instance ofDrivingIncidentType- Returns:
- the new instance of
DrivingIncidentType
-
createParkingViolationType
Create an instance ofParkingViolationType- Returns:
- the new instance of
ParkingViolationType
-
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>
-