Class ObjectFactory
java.lang.Object
ecf4.latest.tyler.ecf.v5_0.extensions.common.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the tyler.ecf.v5_0.extensions.common 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.v5_0.extensions.common -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AllocateCourtDateAugmentationType> Create an instance ofAllocateCourtDateAugmentationTypejakarta.xml.bind.JAXBElement<IdentificationType> jakarta.xml.bind.JAXBElement<FilingReferenceType> jakarta.xml.bind.JAXBElement<CaseAugmentationType> Create an instance ofCaseAugmentationTypejakarta.xml.bind.JAXBElement<TextType> createCourtCityStateZip(TextType value) jakarta.xml.bind.JAXBElement<CourtEventAugmentationType> Create an instance ofCourtEventAugmentationTypejakarta.xml.bind.JAXBElement<TextType> createCourtRoom(TextType value) jakarta.xml.bind.JAXBElement<CourtScheduleType> Create an instance ofCourtScheduleTypejakarta.xml.bind.JAXBElement<TextType> createCourtStreet(TextType value) jakarta.xml.bind.JAXBElement<IdentificationType> jakarta.xml.bind.JAXBElement<FilingAttorneyEntityType> Create an instance ofFilingAttorneyEntityTypejakarta.xml.bind.JAXBElement<FilingPartyEntityType> Create an instance ofFilingPartyEntityTypeCreate an instance ofFilingReferenceTypejakarta.xml.bind.JAXBElement<IdentificationType> jakarta.xml.bind.JAXBElement<TextType> createMotionTypeCode(TextType value) jakarta.xml.bind.JAXBElement<Boolean> createOutOfStateIndicator(Boolean value) jakarta.xml.bind.JAXBElement<IdentificationType> jakarta.xml.bind.JAXBElement<FilingReferenceType> jakarta.xml.bind.JAXBElement<ReserveDateAugmentationType> Create an instance ofReserveDateAugmentationTypejakarta.xml.bind.JAXBElement<DateType> createScheduleDayEndTime(DateType value) jakarta.xml.bind.JAXBElement<DateType>
-
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.v5_0.extensions.common
-
-
Method Details
-
createCourtEventAugmentationType
Create an instance ofCourtEventAugmentationType -
createCaseAugmentationType
Create an instance ofCaseAugmentationType -
createFilingReferenceType
Create an instance ofFilingReferenceType -
createFilingPartyEntityType
Create an instance ofFilingPartyEntityType -
createFilingAttorneyEntityType
Create an instance ofFilingAttorneyEntityType -
createReserveDateAugmentationType
Create an instance ofReserveDateAugmentationType -
createAllocateCourtDateAugmentationType
Create an instance ofAllocateCourtDateAugmentationType -
createCourtScheduleType
Create an instance ofCourtScheduleType -
createMotionTypeCode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createCourtRoom
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createCourtStreet
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createCourtCityStateZip
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createCourtEventAugmentation
public jakarta.xml.bind.JAXBElement<CourtEventAugmentationType> createCourtEventAugmentation(CourtEventAugmentationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CourtEventAugmentationType>
-
createCaseAugmentation
public jakarta.xml.bind.JAXBElement<CaseAugmentationType> createCaseAugmentation(CaseAugmentationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CaseAugmentationType>
-
createPartyReference
public jakarta.xml.bind.JAXBElement<FilingReferenceType> createPartyReference(FilingReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilingReferenceType>
-
createAttorneyReference
public jakarta.xml.bind.JAXBElement<FilingReferenceType> createAttorneyReference(FilingReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilingReferenceType>
-
createPartyIdentification
public jakarta.xml.bind.JAXBElement<IdentificationType> createPartyIdentification(IdentificationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdentificationType>
-
createFilingParty
public jakarta.xml.bind.JAXBElement<FilingPartyEntityType> createFilingParty(FilingPartyEntityType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilingPartyEntityType>
-
createFilingAttorney
public jakarta.xml.bind.JAXBElement<FilingAttorneyEntityType> createFilingAttorney(FilingAttorneyEntityType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilingAttorneyEntityType>
-
createAttorneyIdentification
public jakarta.xml.bind.JAXBElement<IdentificationType> createAttorneyIdentification(IdentificationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdentificationType>
-
createOutOfStateIndicator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createReserveDateAugmentation
public jakarta.xml.bind.JAXBElement<ReserveDateAugmentationType> createReserveDateAugmentation(ReserveDateAugmentationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReserveDateAugmentationType>
-
createAllocateCourtDateAugmentation
public jakarta.xml.bind.JAXBElement<AllocateCourtDateAugmentationType> createAllocateCourtDateAugmentation(AllocateCourtDateAugmentationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllocateCourtDateAugmentationType>
-
createCrossReferenceNumber
public jakarta.xml.bind.JAXBElement<IdentificationType> createCrossReferenceNumber(IdentificationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdentificationType>
-
createScheduleDayStartTime
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DateType>
-
createScheduleDayEndTime
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DateType>
-
createCourtSchedule
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CourtScheduleType>
-
createHearingIdentification
public jakarta.xml.bind.JAXBElement<IdentificationType> createHearingIdentification(IdentificationType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IdentificationType>
-