Class ObjectFactory
java.lang.Object
ecf5.v2024_6.tyler.ecf.v5_0.extensions.massachusetts.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.massachusetts 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.massachusetts -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<CaseAugmentationType> Create an instance ofCaseAugmentationTypejakarta.xml.bind.JAXBElement<Component1Type> createComponent1(Component1Type value) Create an instance ofComponent1Typejakarta.xml.bind.JAXBElement<Component2Type> createComponent2(Component2Type value) Create an instance ofComponent2Typejakarta.xml.bind.JAXBElement<Component3Type> createComponent3(Component3Type value) Create an instance ofComponent3Typejakarta.xml.bind.JAXBElement<Boolean> createIsCaseParty(Boolean 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.massachusetts
-
-
Method Details
-
createComponent1Type
Create an instance ofComponent1Type -
createComponent2Type
Create an instance ofComponent2Type -
createComponent3Type
Create an instance ofComponent3Type -
createCaseAugmentationType
Create an instance ofCaseAugmentationType -
createComponent1
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Component1Type>
-
createComponent2
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Component2Type>
-
createComponent3
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Component3Type>
-
createIsCaseParty
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
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>
-