Class ObjectFactory
java.lang.Object
ecf5.v2024_6.tyler.ecf.v5_0.extensions.taxdelinquency.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ecf5.v2024_6.tyler.ecf.v5_0.extensions.taxdelinquency 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: ecf5.v2024_6.tyler.ecf.v5_0.extensions.taxdelinquency -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<EntityType> createAbstractor(EntityType value) jakarta.xml.bind.JAXBElement<CaseAbstractorType> Create an instance ofCaseAbstractorTypejakarta.xml.bind.JAXBElement<CaseAugmentationType> Create an instance ofCaseAugmentationTypejakarta.xml.bind.JAXBElement<TextType> createDeliveryMethodCode(TextType value) jakarta.xml.bind.JAXBElement<AmountType> createFees(AmountType value) jakarta.xml.bind.JAXBElement<PartyServiceType> Create an instance ofPartyServiceTypejakarta.xml.bind.JAXBElement<TextType> jakarta.xml.bind.JAXBElement<TextType> createServiceTypeCode(TextType value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ecf5.v2024_6.tyler.ecf.v5_0.extensions.taxdelinquency
-
-
Method Details
-
createPartyServiceType
Create an instance ofPartyServiceType -
createCaseAbstractorType
Create an instance ofCaseAbstractorType -
createCaseAugmentationType
Create an instance ofCaseAugmentationType -
createServiceTypeCode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createDeliveryMethodCode
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
createPartyService
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PartyServiceType>
-
createAbstractor
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EntityType>
-
createFees
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AmountType>
-
createCaseAbstractor
public jakarta.xml.bind.JAXBElement<CaseAbstractorType> createCaseAbstractor(CaseAbstractorType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CaseAbstractorType>
-
createPropertyAccountNumber
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextType>
-
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>
-