Class ObjectFactory
java.lang.Object
tyler.ecf.extensions.filingdetailresponsemessage.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the tyler.ecf.extensions.filingdetailresponsemessage 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.filingdetailresponsemessage -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofChargeType
jakarta.xml.bind.JAXBElement
<ChargeType> createEnvelopeFees
(ChargeType value) jakarta.xml.bind.JAXBElement
<DateType> createFilingAcceptDate
(DateType value) jakarta.xml.bind.JAXBElement
<FilingDetailResponseMessageType> Create an instance ofFilingDetailResponseMessageType
jakarta.xml.bind.JAXBElement
<ChargeType> createFilingFees
(ChargeType value) jakarta.xml.bind.JAXBElement
<DateType> jakarta.xml.bind.JAXBElement
<Boolean> createIsOpened
(Boolean value) jakarta.xml.bind.JAXBElement
<DateType> createOpenedDate
(DateType value) jakarta.xml.bind.JAXBElement
<DateType> createServedDate
(DateType value) jakarta.xml.bind.JAXBElement
<EntityType> createServedRecipient
(EntityType value) jakarta.xml.bind.JAXBElement
<ServiceRecipientDetailType> Create an instance ofServiceRecipientDetailType
jakarta.xml.bind.JAXBElement
<String> createStatusCode
(String value)
-
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.filingdetailresponsemessage
-
-
Method Details
-
createChargeType
Create an instance ofChargeType
-
createFilingDetailResponseMessageType
Create an instance ofFilingDetailResponseMessageType
-
createServiceRecipientDetailType
Create an instance ofServiceRecipientDetailType
-
createEnvelopeFees
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ChargeType
>
-
createFilingFees
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ChargeType
>
-
createFilingDetailResponseMessage
public jakarta.xml.bind.JAXBElement<FilingDetailResponseMessageType> createFilingDetailResponseMessage(FilingDetailResponseMessageType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FilingDetailResponseMessageType
>
-
createFilingSubmissionDate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DateType
>
-
createFilingAcceptDate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DateType
>
-
createServiceRecipientDetail
public jakarta.xml.bind.JAXBElement<ServiceRecipientDetailType> createServiceRecipientDetail(ServiceRecipientDetailType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ServiceRecipientDetailType
>
-
createStatusCode
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createServedRecipient
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EntityType
>
-
createIsOpened
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createServedDate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DateType
>
-
createOpenedDate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DateType
>
-