Class ObjectFactory
java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.criminalcase_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.criminalcase_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.criminalcase_4 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<OrganizationType> jakarta.xml.bind.JAXBElement<ArrestType> createCaseArrest(ArrestType value) jakarta.xml.bind.JAXBElement<ChargeType> createCaseCharge(ChargeType value) jakarta.xml.bind.JAXBElement<Boolean> jakarta.xml.bind.JAXBElement<StatuteType> jakarta.xml.bind.JAXBElement<IncidentType> createChargeOffense(IncidentType value) Create an instance ofChargeTypejakarta.xml.bind.JAXBElement<CriminalCaseType> Create an instance ofCriminalCaseTypejakarta.xml.bind.JAXBElement<FingerprintType> createFingerprint(FingerprintType value) jakarta.xml.bind.JAXBElement<ImageType> createFingerprintImage(ImageType value) Create an instance ofFingerprintTypejakarta.xml.bind.JAXBElement<Boolean> jakarta.xml.bind.JAXBElement<Duration> jakarta.xml.bind.JAXBElement<TextType> jakarta.xml.bind.JAXBElement<SentenceType> createSentence(SentenceType value) jakarta.xml.bind.JAXBElement<RelatedActivityAssociationType> jakarta.xml.bind.JAXBElement<AmountType> Create an instance ofSentenceTypejakarta.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value) Create an instance ofSubjectTypejakarta.xml.bind.JAXBElement<Boolean>
-
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.criminalcase_4
-
-
Method Details
-
createChargeType
Create an instance ofChargeType- Returns:
- the new instance of
ChargeType
-
createCriminalCaseType
Create an instance ofCriminalCaseType- Returns:
- the new instance of
CriminalCaseType
-
createFingerprintType
Create an instance ofFingerprintType- Returns:
- the new instance of
FingerprintType
-
createSentenceType
Create an instance ofSentenceType- Returns:
- the new instance of
SentenceType
-
createSubjectType
Create an instance ofSubjectType- Returns:
- the new instance of
SubjectType
-
createArrestAgency
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OrganizationType>
-
createCaseArrest
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ArrestType>
-
createCaseCharge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChargeType>
-
createChargeAmendedIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createChargeChargingAgencyJurisdictionStatute
public jakarta.xml.bind.JAXBElement<StatuteType> createChargeChargingAgencyJurisdictionStatute(StatuteType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatuteType>
-
createChargeOffense
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IncidentType>
-
createCriminalCase
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CriminalCaseType>
-
createFingerprint
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FingerprintType>
-
createFingerprintImage
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ImageType>
-
createPersonInCustodyIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createPreliminaryHearingEstimatedDuration
public jakarta.xml.bind.JAXBElement<Duration> createPreliminaryHearingEstimatedDuration(Duration value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Duration>
-
createProsecutionRecommendedBailText
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createSentence
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SentenceType>
-
createSentenceConcurrentAssociation
public jakarta.xml.bind.JAXBElement<RelatedActivityAssociationType> createSentenceConcurrentAssociation(RelatedActivityAssociationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RelatedActivityAssociationType>
-
createSentenceFineAmount
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AmountType>
-
createSubject
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SubjectType>
-
createWarrantIssuedIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-