Class ObjectFactory

java.lang.Object
tyler.ecf.extensions.criminal.ObjectFactory

public class ObjectFactory extends Object
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 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

      public BondType createBondType()
      Create an instance of BondType
    • createChargeType

      public ChargeType createChargeType()
      Create an instance of ChargeType
    • createStatuteType

      public StatuteType createStatuteType()
      Create an instance of StatuteType
    • createChargeComponentType

      public ChargeComponentType createChargeComponentType()
      Create an instance of ChargeComponentType
    • createBondTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createBondTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createBondAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createBondAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createFineAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createFineAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createBond

      public jakarta.xml.bind.JAXBElement<BondType> createBond(BondType value)
      Create an instance of JAXBElement<BondType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<BondType>
    • createCharge

      public jakarta.xml.bind.JAXBElement<ChargeType> createCharge(ChargeType value)
      Create an instance of JAXBElement<ChargeType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ChargeType>
    • createChargeStatute

      public jakarta.xml.bind.JAXBElement<StatuteType> createChargeStatute(StatuteType value)
      Create an instance of JAXBElement<StatuteType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<StatuteType>
    • createAdditionalStatute

      public jakarta.xml.bind.JAXBElement<StatuteType> createAdditionalStatute(StatuteType value)
      Create an instance of JAXBElement<StatuteType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<StatuteType>
    • createDateOnOrAboutIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createDateOnOrAboutIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createTimeOnOrAboutIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createTimeOnOrAboutIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      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)
      Create an instance of JAXBElement<ChargeComponentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ChargeComponentType>
    • createGeneralOffenseText

      public jakarta.xml.bind.JAXBElement<TextType> createGeneralOffenseText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createStatuteTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createStatuteTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createPhaseTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createPhaseTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>