Class ObjectFactory
java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.civilcase_4.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the oasis.names.tc.legalxml_courtfiling.schema.xsd.civilcase_4 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: oasis.names.tc.legalxml_courtfiling.schema.xsd.civilcase_4 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AmountType> jakarta.xml.bind.JAXBElement
<CivilCaseType> createCivilCase
(CivilCaseType value) Create an instance ofCivilCaseType
jakarta.xml.bind.JAXBElement
<Boolean> jakarta.xml.bind.JAXBElement
<DecedentEstateCaseType> Create an instance ofDecedentEstateCaseType
jakarta.xml.bind.JAXBElement
<FiduciaryCaseType> Create an instance ofFiduciaryCaseType
jakarta.xml.bind.JAXBElement
<TextType> createFiduciaryTypeCode
(TextType value) jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<Boolean> createJuryDemandIndicator
(Boolean value) jakarta.xml.bind.JAXBElement
<PersonFiduciaryAssociationType> Create an instance ofPersonFiduciaryAssociationType
jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<TextType> createReliefTypeCode
(TextType value) jakarta.xml.bind.JAXBElement
<DateType> createWillFilingDate
(DateType value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.legalxml_courtfiling.schema.xsd.civilcase_4
-
-
Method Details
-
createCivilCaseType
Create an instance ofCivilCaseType
-
createDecedentEstateCaseType
Create an instance ofDecedentEstateCaseType
-
createFiduciaryCaseType
Create an instance ofFiduciaryCaseType
-
createPersonFiduciaryAssociationType
Create an instance ofPersonFiduciaryAssociationType
-
createAmountInControversy
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AmountType
>
-
createClassActionIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createCivilCase
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CivilCaseType
>
-
createDecedentEstateCase
public jakarta.xml.bind.JAXBElement<DecedentEstateCaseType> createDecedentEstateCase(DecedentEstateCaseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DecedentEstateCaseType
>
-
createFiduciaryCase
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
FiduciaryCaseType
>
-
createFiduciaryTypeCode
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createJurisdictionalGroundsCode
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createJuryDemandIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createPersonFiduciaryAssociation
public jakarta.xml.bind.JAXBElement<PersonFiduciaryAssociationType> createPersonFiduciaryAssociation(PersonFiduciaryAssociationType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PersonFiduciaryAssociationType
>
-
createPersonFiduciaryAssociationTypeText
public jakarta.xml.bind.JAXBElement<TextType> createPersonFiduciaryAssociationTypeText(TextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createReliefTypeCode
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createWillFilingDate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DateType
>
-