Class ObjectFactory
java.lang.Object
tyler.ecf.extensions.massachusetts.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the tyler.ecf.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: tyler.ecf.extensions.massachusetts -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Component1Type> createComponent1
(Component1Type value) Create an instance ofComponent1Type
jakarta.xml.bind.JAXBElement
<Component2Type> createComponent2
(Component2Type value) Create an instance ofComponent2Type
jakarta.xml.bind.JAXBElement
<Component3Type> createComponent3
(Component3Type value) Create an instance ofComponent3Type
jakarta.xml.bind.JAXBElement
<Boolean> createPartyIndicator
(Boolean value) jakarta.xml.bind.JAXBElement
<RepresentativeCapacityType> Create an instance ofRepresentativeCapacityType
-
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.massachusetts
-
-
Method Details
-
createComponent1Type
Create an instance ofComponent1Type
-
createComponent2Type
Create an instance ofComponent2Type
-
createComponent3Type
Create an instance ofComponent3Type
-
createRepresentativeCapacityType
Create an instance ofRepresentativeCapacityType
-
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
>
-
createPartyIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createRepresentativeCapacity
public jakarta.xml.bind.JAXBElement<RepresentativeCapacityType> createRepresentativeCapacity(RepresentativeCapacityType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RepresentativeCapacityType
>
-