Class ObjectFactory
java.lang.Object
oasis.names.tc.legalxml_courtfiling.schema.xsd.appellatecase_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.appellatecase_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.appellatecase_4 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Boolean> jakarta.xml.bind.JAXBElement
<AppellateCaseType> jakarta.xml.bind.JAXBElement
<AppellateCaseAddedPartyType> Create an instance ofAppellateCaseAddedPartyType
jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<EntityType> jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<TextType> jakarta.xml.bind.JAXBElement
<AppellateCaseRemovedPartyType> Create an instance ofAppellateCaseRemovedPartyType
jakarta.xml.bind.JAXBElement
<TextType> Create an instance ofAppellateCaseType
jakarta.xml.bind.JAXBElement
<AppellateCivilCaseType> Create an instance ofAppellateCivilCaseType
jakarta.xml.bind.JAXBElement
<AppellateCourtRuleCaseType> Create an instance ofAppellateCourtRuleCaseType
jakarta.xml.bind.JAXBElement
<Boolean> createFeesWaivedIndicator
(Boolean value) jakarta.xml.bind.JAXBElement
<NumericType> jakarta.xml.bind.JAXBElement
<TextType> createRuleCollectionText
(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: oasis.names.tc.legalxml_courtfiling.schema.xsd.appellatecase_4
-
-
Method Details
-
createAppellateCaseType
Create an instance ofAppellateCaseType
-
createAppellateCaseAddedPartyType
Create an instance ofAppellateCaseAddedPartyType
-
createAppellateCaseRemovedPartyType
Create an instance ofAppellateCaseRemovedPartyType
-
createAppellateCivilCaseType
Create an instance ofAppellateCivilCaseType
-
createAppellateCourtRuleCaseType
Create an instance ofAppellateCourtRuleCaseType
-
createAppellateCase
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AppellateCaseType
>
-
createAppellateCaseAddedParty
public jakarta.xml.bind.JAXBElement<AppellateCaseAddedPartyType> createAppellateCaseAddedParty(AppellateCaseAddedPartyType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AppellateCaseAddedPartyType
>
-
createAppellateCaseJurisdictionBasisText
public jakarta.xml.bind.JAXBElement<TextType> createAppellateCaseJurisdictionBasisText(TextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createAppellateCaseParty
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EntityType
>
-
createAppellateCasePartyAddedReasonText
public jakarta.xml.bind.JAXBElement<TextType> createAppellateCasePartyAddedReasonText(TextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createAppellateCasePartyRemovedReasonText
public jakarta.xml.bind.JAXBElement<TextType> createAppellateCasePartyRemovedReasonText(TextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createAppellateCaseRemovedParty
public jakarta.xml.bind.JAXBElement<AppellateCaseRemovedPartyType> createAppellateCaseRemovedParty(AppellateCaseRemovedPartyType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AppellateCaseRemovedPartyType
>
-
createAppellateCaseSettlementRequestText
public jakarta.xml.bind.JAXBElement<TextType> createAppellateCaseSettlementRequestText(TextType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createAppellateCivilCase
public jakarta.xml.bind.JAXBElement<AppellateCivilCaseType> createAppellateCivilCase(AppellateCivilCaseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AppellateCivilCaseType
>
-
createAppellateCourtRuleCase
public jakarta.xml.bind.JAXBElement<AppellateCourtRuleCaseType> createAppellateCourtRuleCase(AppellateCourtRuleCaseType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AppellateCourtRuleCaseType
>
-
createAppellantInCustodyIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createFeesWaivedIndicator
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Boolean
>
-
createRuleCollectionText
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TextType
>
-
createRuleCollectionNumber
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
NumericType
>
-