Class ObjectFactory
java.lang.Object
ecf4.latest.tyler.ecf.extensions.criminal.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the tyler.ecf.extensions.criminal 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: tyler.ecf.extensions.criminal -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StatuteType> jakarta.xml.bind.JAXBElement<BondType> createBond(BondType value) jakarta.xml.bind.JAXBElement<AmountType> createBondAmount(AmountType value) Create an instance ofBondTypejakarta.xml.bind.JAXBElement<TextType> createBondTypeText(TextType value) jakarta.xml.bind.JAXBElement<ChargeType> createCharge(ChargeType value) jakarta.xml.bind.JAXBElement<ChargeComponentType> Create an instance ofChargeComponentTypejakarta.xml.bind.JAXBElement<StatuteType> createChargeStatute(StatuteType value) Create an instance ofChargeTypejakarta.xml.bind.JAXBElement<Boolean> jakarta.xml.bind.JAXBElement<AmountType> createFineAmount(AmountType value) jakarta.xml.bind.JAXBElement<TextType> createGeneralOffenseText(TextType value) jakarta.xml.bind.JAXBElement<TextType> createPhaseTypeText(TextType value) Create an instance ofStatuteTypejakarta.xml.bind.JAXBElement<TextType> createStatuteTypeText(TextType value) jakarta.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: tyler.ecf.extensions.criminal
-
-
Method Details
-
createBondType
Create an instance ofBondType -
createChargeType
Create an instance ofChargeType -
createStatuteType
Create an instance ofStatuteType -
createChargeComponentType
Create an instance ofChargeComponentType -
createBondTypeText
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createBondAmount
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AmountType>
-
createFineAmount
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AmountType>
-
createBond
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BondType>
-
createCharge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChargeType>
-
createChargeStatute
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatuteType>
-
createAdditionalStatute
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatuteType>
-
createDateOnOrAboutIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createTimeOnOrAboutIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createChargeComponent
public jakarta.xml.bind.JAXBElement<ChargeComponentType> createChargeComponent(ChargeComponentType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ChargeComponentType>
-
createGeneralOffenseText
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createStatuteTypeText
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createPhaseTypeText
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-