Class ObjectFactory

java.lang.Object
tyler.ecf.extensions.common.ObjectFactory

public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the tyler.ecf.extensions.common 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 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.common
  • Method Details

    • createDevelopmentPolicyParametersType

      public DevelopmentPolicyParametersType createDevelopmentPolicyParametersType()
      Create an instance of DevelopmentPolicyParametersType
    • createCapabilityType

      public CapabilityType createCapabilityType()
      Create an instance of CapabilityType
    • createSplitAmountType

      public SplitAmountType createSplitAmountType()
      Create an instance of SplitAmountType
    • createFeeSplitType

      public FeeSplitType createFeeSplitType()
      Create an instance of FeeSplitType
    • createPartyServiceType

      public PartyServiceType createPartyServiceType()
      Create an instance of PartyServiceType
    • createFilingAssociationType

      public FilingAssociationType createFilingAssociationType()
      Create an instance of FilingAssociationType
    • createFilerInformationType

      public FilerInformationType createFilerInformationType()
      Create an instance of FilerInformationType
    • createRecipientInformationType

      public RecipientInformationType createRecipientInformationType()
      Create an instance of RecipientInformationType
    • createSubmitterInformationType

      public SubmitterInformationType createSubmitterInformationType()
      Create an instance of SubmitterInformationType
    • createAgencyType

      public AgencyType createAgencyType()
      Create an instance of AgencyType
    • createQuestionAnswerType

      public QuestionAnswerType createQuestionAnswerType()
      Create an instance of QuestionAnswerType
    • createVehicleType

      public VehicleType createVehicleType()
      Create an instance of VehicleType
    • createCitationAugmentationType

      public CitationAugmentationType createCitationAugmentationType()
      Create an instance of CitationAugmentationType
    • createDrivingIncidentType

      public DrivingIncidentType createDrivingIncidentType()
      Create an instance of DrivingIncidentType
    • createExtendedDataType

      public ExtendedDataType createExtendedDataType()
      Create an instance of ExtendedDataType
    • createCaseEventType

      public CaseEventType createCaseEventType()
      Create an instance of CaseEventType
    • createProviderChargeType

      public ProviderChargeType createProviderChargeType()
      Create an instance of ProviderChargeType
    • createDecedentPartyAssociationType

      public DecedentPartyAssociationType createDecedentPartyAssociationType()
      Create an instance of DecedentPartyAssociationType
    • createPartyPayorType

      public PartyPayorType createPartyPayorType()
      Create an instance of PartyPayorType
    • createPersonFilerType

      public PersonFilerType createPersonFilerType()
      Create an instance of PersonFilerType
    • createCaseAbstractorType

      public CaseAbstractorType createCaseAbstractorType()
      Create an instance of CaseAbstractorType
    • createOrganizationIdentificationType

      public OrganizationIdentificationType createOrganizationIdentificationType()
      Create an instance of OrganizationIdentificationType
    • createRedactionIdentificationType

      public RedactionIdentificationType createRedactionIdentificationType()
      Create an instance of RedactionIdentificationType
    • createCaseAugmentationType

      public CaseAugmentationType createCaseAugmentationType()
      Create an instance of CaseAugmentationType
    • createDocumentType

      public DocumentType createDocumentType()
      Create an instance of DocumentType
    • createReviewedDocumentType

      public ReviewedDocumentType createReviewedDocumentType()
      Create an instance of ReviewedDocumentType
    • createServicePartyDataType

      public ServicePartyDataType createServicePartyDataType()
      Create an instance of ServicePartyDataType
    • createHearingScheduleType

      public HearingScheduleType createHearingScheduleType()
      Create an instance of HearingScheduleType
    • createDocumentOptionalServiceType

      public DocumentOptionalServiceType createDocumentOptionalServiceType()
      Create an instance of DocumentOptionalServiceType
    • createProcedureRemedyType

      public ProcedureRemedyType createProcedureRemedyType()
      Create an instance of ProcedureRemedyType
    • createPaymentType

      public PaymentType createPaymentType()
      Create an instance of PaymentType
    • createServiceContactIdentificationType

      public ServiceContactIdentificationType createServiceContactIdentificationType()
      Create an instance of ServiceContactIdentificationType
    • createCourtEventType

      public CourtEventType createCourtEventType()
      Create an instance of CourtEventType
    • createDocumentAttachmentIdentificationType

      public DocumentAttachmentIdentificationType createDocumentAttachmentIdentificationType()
    • createFilingIdentificationType

      public FilingIdentificationType createFilingIdentificationType()
      Create an instance of FilingIdentificationType
    • createPhysicalFeatureType

      public PhysicalFeatureType createPhysicalFeatureType()
      Create an instance of PhysicalFeatureType
    • createTimeoutMinutes

      public jakarta.xml.bind.JAXBElement<Integer> createTimeoutMinutes(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createTimeoutResetHour

      public jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> createTimeoutResetHour(XMLGregorianCalendar value)
      Create an instance of JAXBElement<XMLGregorianCalendar>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<XMLGregorianCalendar>
    • createDevelopmentPolicyParameters

      public jakarta.xml.bind.JAXBElement<DevelopmentPolicyParametersType> createDevelopmentPolicyParameters(DevelopmentPolicyParametersType value)
      Create an instance of JAXBElement<DevelopmentPolicyParametersType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DevelopmentPolicyParametersType>
    • createPersonCapability

      public jakarta.xml.bind.JAXBElement<CapabilityType> createPersonCapability(CapabilityType value)
      Create an instance of JAXBElement<CapabilityType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CapabilityType>
    • createIAmThisUserIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createIAmThisUserIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createCourtSplitAmount

      public jakarta.xml.bind.JAXBElement<SplitAmountType> createCourtSplitAmount(SplitAmountType value)
      Create an instance of JAXBElement<SplitAmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<SplitAmountType>
    • createNonCourtSplitAmount

      public jakarta.xml.bind.JAXBElement<SplitAmountType> createNonCourtSplitAmount(SplitAmountType value)
      Create an instance of JAXBElement<SplitAmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<SplitAmountType>
    • createFeeSplit

      public jakarta.xml.bind.JAXBElement<FeeSplitType> createFeeSplit(FeeSplitType value)
      Create an instance of JAXBElement<FeeSplitType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FeeSplitType>
    • createPaymentInstructionID

      public jakarta.xml.bind.JAXBElement<TextType> createPaymentInstructionID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createPartyService

      public jakarta.xml.bind.JAXBElement<PartyServiceType> createPartyService(PartyServiceType value)
      Create an instance of JAXBElement<PartyServiceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PartyServiceType>
    • createFilingAssociation

      public jakarta.xml.bind.JAXBElement<FilingAssociationType> createFilingAssociation(FilingAssociationType value)
      Create an instance of JAXBElement<FilingAssociationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FilingAssociationType>
    • createPartyReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createPartyReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createAddMeAsServiceContactPartyReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createAddMeAsServiceContactPartyReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createHasUserFiledIntoCaseIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createHasUserFiledIntoCaseIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createFilingReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createFilingReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createServiceDate

      public jakarta.xml.bind.JAXBElement<DateType> createServiceDate(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createFilerInformation

      public jakarta.xml.bind.JAXBElement<FilerInformationType> createFilerInformation(FilerInformationType value)
      Create an instance of JAXBElement<FilerInformationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FilerInformationType>
    • createRecipientInformation

      public jakarta.xml.bind.JAXBElement<RecipientInformationType> createRecipientInformation(RecipientInformationType value)
      Create an instance of JAXBElement<RecipientInformationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<RecipientInformationType>
    • createSubmitterInformation

      public jakarta.xml.bind.JAXBElement<SubmitterInformationType> createSubmitterInformation(SubmitterInformationType value)
      Create an instance of JAXBElement<SubmitterInformationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<SubmitterInformationType>
    • createFilerName

      public jakarta.xml.bind.JAXBElement<TextType> createFilerName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFirmName

      public jakarta.xml.bind.JAXBElement<TextType> createFirmName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRecipientName

      public jakarta.xml.bind.JAXBElement<TextType> createRecipientName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRecipientFirmName

      public jakarta.xml.bind.JAXBElement<TextType> createRecipientFirmName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createSubmitterName

      public jakarta.xml.bind.JAXBElement<TextType> createSubmitterName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createSubmitterFirmName

      public jakarta.xml.bind.JAXBElement<TextType> createSubmitterFirmName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createUseComposableSecurity

      public jakarta.xml.bind.JAXBElement<Boolean> createUseComposableSecurity(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createComposableSecurityURI

      public jakarta.xml.bind.JAXBElement<AnyURI> createComposableSecurityURI(AnyURI value)
      Create an instance of JAXBElement<AnyURI>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AnyURI>
    • createComposableSecurityTenant

      public jakarta.xml.bind.JAXBElement<IdentificationType> createComposableSecurityTenant(IdentificationType value)
      Create an instance of JAXBElement<IdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<IdentificationType>
    • createComposableSecurityDefaultRole

      public jakarta.xml.bind.JAXBElement<IdentificationType> createComposableSecurityDefaultRole(IdentificationType value)
      Create an instance of JAXBElement<IdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<IdentificationType>
    • createUseOktaAuthentication

      public jakarta.xml.bind.JAXBElement<Boolean> createUseOktaAuthentication(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createOktaAuthenticationURI

      public jakarta.xml.bind.JAXBElement<AnyURI> createOktaAuthenticationURI(AnyURI value)
      Create an instance of JAXBElement<AnyURI>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AnyURI>
    • createCaseAddress

      public jakarta.xml.bind.JAXBElement<StructuredAddressType> createCaseAddress(StructuredAddressType value)
      Create an instance of JAXBElement<StructuredAddressType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<StructuredAddressType>
    • createServiceConsentEmail

      public jakarta.xml.bind.JAXBElement<String> createServiceConsentEmail(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createAgencyOperation

      public jakarta.xml.bind.JAXBElement<AgencyOperationType> createAgencyOperation(AgencyOperationType value)
      Create an instance of JAXBElement<AgencyOperationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AgencyOperationType>
    • createAgency

      public jakarta.xml.bind.JAXBElement<AgencyType> createAgency(AgencyType value)
      Create an instance of JAXBElement<AgencyType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AgencyType>
    • createAgencyIdentification

      public jakarta.xml.bind.JAXBElement<IdentificationType> createAgencyIdentification(IdentificationType value)
      Create an instance of JAXBElement<IdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<IdentificationType>
    • createWillFiledDate

      public jakarta.xml.bind.JAXBElement<DateType> createWillFiledDate(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createQuestionAnswer

      public jakarta.xml.bind.JAXBElement<QuestionAnswerType> createQuestionAnswer(QuestionAnswerType value)
      Create an instance of JAXBElement<QuestionAnswerType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<QuestionAnswerType>
    • createQuestionID

      public jakarta.xml.bind.JAXBElement<TextType> createQuestionID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createAnswerID

      public jakarta.xml.bind.JAXBElement<TextType> createAnswerID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRegistrationNumber

      public jakarta.xml.bind.JAXBElement<TextType> createRegistrationNumber(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRegistrationStateCode

      public jakarta.xml.bind.JAXBElement<ProperNameTextType> createRegistrationStateCode(ProperNameTextType value)
      Create an instance of JAXBElement<ProperNameTextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ProperNameTextType>
    • createVehicleTypeCode

      public jakarta.xml.bind.JAXBElement<TextType> createVehicleTypeCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createModelYear

      public jakarta.xml.bind.JAXBElement<GYear> createModelYear(GYear value)
      Create an instance of JAXBElement<GYear>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<GYear>
    • createCommercialVehicleIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createCommercialVehicleIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createHazardousIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createHazardousIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createVehicle

      public jakarta.xml.bind.JAXBElement<VehicleType> createVehicle(VehicleType value)
      Create an instance of JAXBElement<VehicleType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<VehicleType>
    • createCitationAugmentation

      public jakarta.xml.bind.JAXBElement<CitationAugmentationType> createCitationAugmentation(CitationAugmentationType value)
      Create an instance of JAXBElement<CitationAugmentationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CitationAugmentationType>
    • createDrivingIncident

      public jakarta.xml.bind.JAXBElement<DrivingIncidentType> createDrivingIncident(DrivingIncidentType value)
      Create an instance of JAXBElement<DrivingIncidentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DrivingIncidentType>
    • createLegalSpeedRate

      public jakarta.xml.bind.JAXBElement<MeasureType> createLegalSpeedRate(MeasureType value)
      Create an instance of JAXBElement<MeasureType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<MeasureType>
    • createActualSpeedRate

      public jakarta.xml.bind.JAXBElement<MeasureType> createActualSpeedRate(MeasureType value)
      Create an instance of JAXBElement<MeasureType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<MeasureType>
    • createJurisdictionCode

      public jakarta.xml.bind.JAXBElement<TextType> createJurisdictionCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createExtendedData

      public jakarta.xml.bind.JAXBElement<ExtendedDataType> createExtendedData(ExtendedDataType value)
      Create an instance of JAXBElement<ExtendedDataType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ExtendedDataType>
    • createCaseEvent

      public jakarta.xml.bind.JAXBElement<CaseEventType> createCaseEvent(CaseEventType value)
      Create an instance of JAXBElement<CaseEventType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CaseEventType>
    • createFilingEvent

      public jakarta.xml.bind.JAXBElement<DocumentType> createFilingEvent(DocumentType value)
      Create an instance of JAXBElement<DocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentType>
    • createProviderCharge

      public jakarta.xml.bind.JAXBElement<ProviderChargeType> createProviderCharge(ProviderChargeType value)
      Create an instance of JAXBElement<ProviderChargeType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ProviderChargeType>
    • createMotionTypeCode

      public jakarta.xml.bind.JAXBElement<TextType> createMotionTypeCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createDecedentPartyAssociation

      public jakarta.xml.bind.JAXBElement<DecedentPartyAssociationType> createDecedentPartyAssociation(DecedentPartyAssociationType value)
      Create an instance of JAXBElement<DecedentPartyAssociationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DecedentPartyAssociationType>
    • createPartyPayor

      public jakarta.xml.bind.JAXBElement<PartyPayorType> createPartyPayor(PartyPayorType value)
      Create an instance of JAXBElement<PartyPayorType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PartyPayorType>
    • createPaymentAccountID

      public jakarta.xml.bind.JAXBElement<TextType> createPaymentAccountID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createEntityFiler

      public jakarta.xml.bind.JAXBElement<PersonFilerType> createEntityFiler(PersonFilerType value)
      Create an instance of JAXBElement<PersonFilerType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PersonFilerType>
    • createCaseAbstractor

      public jakarta.xml.bind.JAXBElement<CaseAbstractorType> createCaseAbstractor(CaseAbstractorType value)
      Create an instance of JAXBElement<CaseAbstractorType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CaseAbstractorType>
    • createAbstractorName

      public jakarta.xml.bind.JAXBElement<TextType> createAbstractorName(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFees

      public jakarta.xml.bind.JAXBElement<AmountType> createFees(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createCaseTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createCaseTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFilerTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createFilerTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCaseSubTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createCaseSubTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createIdentification

      public jakarta.xml.bind.JAXBElement<IdentificationType> createIdentification(IdentificationType value)
      Create an instance of JAXBElement<IdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<IdentificationType>
    • createOrganizationOtherIdentification

      public jakarta.xml.bind.JAXBElement<OrganizationIdentificationType> createOrganizationOtherIdentification(OrganizationIdentificationType value)
      Create an instance of JAXBElement<OrganizationIdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<OrganizationIdentificationType>
    • createAttachServiceContactIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createAttachServiceContactIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createLowerCourtText

      public jakarta.xml.bind.JAXBElement<TextType> createLowerCourtText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createLowerCourtJudgeText

      public jakarta.xml.bind.JAXBElement<TextType> createLowerCourtJudgeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createLowerCourtCaseTypeText

      public jakarta.xml.bind.JAXBElement<TextType> createLowerCourtCaseTypeText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRedactionID

      public jakarta.xml.bind.JAXBElement<TextType> createRedactionID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createAttachmentReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createAttachmentReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createRedactionIdentification

      public jakarta.xml.bind.JAXBElement<RedactionIdentificationType> createRedactionIdentification(RedactionIdentificationType value)
      Create an instance of JAXBElement<RedactionIdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<RedactionIdentificationType>
    • createPropertyAccountNumber

      public jakarta.xml.bind.JAXBElement<TextType> createPropertyAccountNumber(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createAccountNumber

      public jakarta.xml.bind.JAXBElement<TextType> createAccountNumber(TextType value)
      Create an instance of JAXBElement<TextType>
      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)
      Create an instance of JAXBElement<CaseAugmentationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CaseAugmentationType>
    • createFilingLeadDocument

      public jakarta.xml.bind.JAXBElement<DocumentType> createFilingLeadDocument(DocumentType value)
      Create an instance of JAXBElement<DocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentType>
    • createFilingConnectedDocument

      public jakarta.xml.bind.JAXBElement<DocumentType> createFilingConnectedDocument(DocumentType value)
      Create an instance of JAXBElement<DocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentType>
    • createReviewedLeadDocument

      public jakarta.xml.bind.JAXBElement<ReviewedDocumentType> createReviewedLeadDocument(ReviewedDocumentType value)
      Create an instance of JAXBElement<ReviewedDocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReviewedDocumentType>
    • createReviewedConnectedDocument

      public jakarta.xml.bind.JAXBElement<ReviewedDocumentType> createReviewedConnectedDocument(ReviewedDocumentType value)
      Create an instance of JAXBElement<ReviewedDocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReviewedDocumentType>
    • createDocument

      public jakarta.xml.bind.JAXBElement<DocumentType> createDocument(DocumentType value)
      Create an instance of JAXBElement<DocumentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentType>
    • createDocumentReviewer

      public jakarta.xml.bind.JAXBElement<EntityType> createDocumentReviewer(EntityType value)
      Create an instance of JAXBElement<EntityType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<EntityType>
    • createDocumentReviewDate

      public jakarta.xml.bind.JAXBElement<DateType> createDocumentReviewDate(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createFilingReviewCommentsText

      public jakarta.xml.bind.JAXBElement<TextType> createFilingReviewCommentsText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRejectReasonText

      public jakarta.xml.bind.JAXBElement<TextType> createRejectReasonText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createWaiverIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createWaiverIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createMaxFeeAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createMaxFeeAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createReturnDate

      public jakarta.xml.bind.JAXBElement<DateType> createReturnDate(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createOutOfStateIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createOutOfStateIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createScheduleDayStartTime

      public jakarta.xml.bind.JAXBElement<DateType> createScheduleDayStartTime(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createScheduleDayEndTime

      public jakarta.xml.bind.JAXBElement<DateType> createScheduleDayEndTime(DateType value)
      Create an instance of JAXBElement<DateType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DateType>
    • createCourtRoom

      public jakarta.xml.bind.JAXBElement<TextType> createCourtRoom(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCourtStreet

      public jakarta.xml.bind.JAXBElement<TextType> createCourtStreet(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCourtCityStateZip

      public jakarta.xml.bind.JAXBElement<TextType> createCourtCityStateZip(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createServiceReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createServiceReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createServicePartyReference

      public jakarta.xml.bind.JAXBElement<ServicePartyDataType> createServicePartyReference(ServicePartyDataType value)
      Create an instance of JAXBElement<ServicePartyDataType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ServicePartyDataType>
    • createHearingSchedule

      public jakarta.xml.bind.JAXBElement<HearingScheduleType> createHearingSchedule(HearingScheduleType value)
      Create an instance of JAXBElement<HearingScheduleType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<HearingScheduleType>
    • createCourtesyCopiesText

      public jakarta.xml.bind.JAXBElement<TextType> createCourtesyCopiesText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createPreliminaryCopiesText

      public jakarta.xml.bind.JAXBElement<TextType> createPreliminaryCopiesText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createMultiplier

      public jakarta.xml.bind.JAXBElement<Decimal> createMultiplier(Decimal value)
      Create an instance of JAXBElement<Decimal>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Decimal>
    • createFeeAmount

      public jakarta.xml.bind.JAXBElement<Decimal> createFeeAmount(Decimal value)
      Create an instance of JAXBElement<Decimal>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Decimal>
    • createDocumentOptionalService

      public jakarta.xml.bind.JAXBElement<DocumentOptionalServiceType> createDocumentOptionalService(DocumentOptionalServiceType value)
      Create an instance of JAXBElement<DocumentOptionalServiceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentOptionalServiceType>
    • createFilingCommentsText

      public jakarta.xml.bind.JAXBElement<TextType> createFilingCommentsText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createRemedyCode

      public jakarta.xml.bind.JAXBElement<TextType> createRemedyCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createDamageAmountCode

      public jakarta.xml.bind.JAXBElement<TextType> createDamageAmountCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createProcedureRemedy

      public jakarta.xml.bind.JAXBElement<ProcedureRemedyType> createProcedureRemedy(ProcedureRemedyType value)
      Create an instance of JAXBElement<ProcedureRemedyType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ProcedureRemedyType>
    • createCivilClaimAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createCivilClaimAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createProbateEstateAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createProbateEstateAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createCaseTitle

      public jakarta.xml.bind.JAXBElement<TextType> createCaseTitle(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCaseNumber

      public jakarta.xml.bind.JAXBElement<TextType> createCaseNumber(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFilingType

      public jakarta.xml.bind.JAXBElement<TextType> createFilingType(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFilingAttorney

      public jakarta.xml.bind.JAXBElement<TextType> createFilingAttorney(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createFilingCode

      public jakarta.xml.bind.JAXBElement<TextType> createFilingCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createOrganizationIdentificationID

      public jakarta.xml.bind.JAXBElement<TextType> createOrganizationIdentificationID(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCaseCategoryCode

      public jakarta.xml.bind.JAXBElement<TextType> createCaseCategoryCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCaseTypeCode

      public jakarta.xml.bind.JAXBElement<TextType> createCaseTypeCode(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createCaseJudge

      public jakarta.xml.bind.JAXBElement<TextType> createCaseJudge(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createPayment

      public jakarta.xml.bind.JAXBElement<PaymentType> createPayment(PaymentType value)
      Create an instance of JAXBElement<PaymentType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PaymentType>
    • createAccountName

      public jakarta.xml.bind.JAXBElement<String> createAccountName(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCardType

      public jakarta.xml.bind.JAXBElement<String> createCardType(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createLast4Digits

      public jakarta.xml.bind.JAXBElement<String> createLast4Digits(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createExpirationMonth

      public jakarta.xml.bind.JAXBElement<Integer> createExpirationMonth(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createExpirationYear

      public jakarta.xml.bind.JAXBElement<Integer> createExpirationYear(Integer value)
      Create an instance of JAXBElement<Integer>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Integer>
    • createTransactionAmount

      public jakarta.xml.bind.JAXBElement<AmountType> createTransactionAmount(AmountType value)
      Create an instance of JAXBElement<AmountType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<AmountType>
    • createTransactionResponse

      public jakarta.xml.bind.JAXBElement<String> createTransactionResponse(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createTransactionID

      public jakarta.xml.bind.JAXBElement<String> createTransactionID(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createOrderID

      public jakarta.xml.bind.JAXBElement<String> createOrderID(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createServiceContactIdentification

      public jakarta.xml.bind.JAXBElement<ServiceContactIdentificationType> createServiceContactIdentification(ServiceContactIdentificationType value)
      Create an instance of JAXBElement<ServiceContactIdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ServiceContactIdentificationType>
    • createDocumentID

      public jakarta.xml.bind.JAXBElement<String> createDocumentID(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createCMSID

      public jakarta.xml.bind.JAXBElement<String> createCMSID(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createFilingID

      public jakarta.xml.bind.JAXBElement<String> createFilingID(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createDocumentAttachmentReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createDocumentAttachmentReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createFilingIdentificationReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createFilingIdentificationReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createCourtEvent

      public jakarta.xml.bind.JAXBElement<CourtEventType> createCourtEvent(CourtEventType value)
      Create an instance of JAXBElement<CourtEventType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CourtEventType>
    • createDocumentAttachmentIdentification

      public jakarta.xml.bind.JAXBElement<DocumentAttachmentIdentificationType> createDocumentAttachmentIdentification(DocumentAttachmentIdentificationType value)
      Create an instance of JAXBElement<DocumentAttachmentIdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentAttachmentIdentificationType>
    • createFilingIdentification

      public jakarta.xml.bind.JAXBElement<FilingIdentificationType> createFilingIdentification(FilingIdentificationType value)
      Create an instance of JAXBElement<FilingIdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FilingIdentificationType>
    • createFilingAction

      public jakarta.xml.bind.JAXBElement<FilingTypeType> createFilingAction(FilingTypeType value)
      Create an instance of JAXBElement<FilingTypeType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<FilingTypeType>
    • createTrackingNumber

      public jakarta.xml.bind.JAXBElement<TextType> createTrackingNumber(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createMailServiceIndicator

      public jakarta.xml.bind.JAXBElement<Boolean> createMailServiceIndicator(Boolean value)
      Create an instance of JAXBElement<Boolean>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<Boolean>
    • createCaseSecurity

      public jakarta.xml.bind.JAXBElement<CaseSecurityType> createCaseSecurity(CaseSecurityType value)
      Create an instance of JAXBElement<CaseSecurityType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<CaseSecurityType>
    • createPhysicalFeatureDescriptionText

      public jakarta.xml.bind.JAXBElement<TextType> createPhysicalFeatureDescriptionText(TextType value)
      Create an instance of JAXBElement<TextType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<TextType>
    • createPhysicalFeatureReference

      public jakarta.xml.bind.JAXBElement<ReferenceType> createPhysicalFeatureReference(ReferenceType value)
      Create an instance of JAXBElement<ReferenceType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<ReferenceType>
    • createPhysicalFeature

      public jakarta.xml.bind.JAXBElement<PhysicalFeatureType> createPhysicalFeature(PhysicalFeatureType value)
      Create an instance of JAXBElement<PhysicalFeatureType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<PhysicalFeatureType>
    • createPageCount

      public jakarta.xml.bind.JAXBElement<NonNegativeDecimalType> createPageCount(NonNegativeDecimalType value)
      Create an instance of JAXBElement<NonNegativeDecimalType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<NonNegativeDecimalType>
    • createDocumentSecurity

      public jakarta.xml.bind.JAXBElement<DocumentSecurityType> createDocumentSecurity(DocumentSecurityType value)
      Create an instance of JAXBElement<DocumentSecurityType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<DocumentSecurityType>
    • createFilingAssociationParty

      public jakarta.xml.bind.JAXBElement<IdentificationType> createFilingAssociationParty(IdentificationType value)
      Create an instance of JAXBElement<IdentificationType>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<IdentificationType>