Class FilingDetailResponseMessageType


public class FilingDetailResponseMessageType extends QueryResponseMessageType
A court's response to a FilingDetailQueryMessage.

Java class for FilingDetailResponseMessageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FilingDetailResponseMessageType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryResponseMessageType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingSubmissionDate" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}Case" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ProcedureRemedy" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}EnvelopeFees" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}Payment" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentSubmitter" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}FilingStatus"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingAcceptDate" minOccurs="0"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentPostDate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServiceRecipientDetail" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingFees" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingLeadDocument" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingAssociationParty" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FilingDetailResponseMessageType

      public FilingDetailResponseMessageType()
  • Method Details

    • getFilingSubmissionDate

      public DateType getFilingSubmissionDate()
      Gets the value of the filingSubmissionDate property.
      Returns:
      possible object is DateType
    • setFilingSubmissionDate

      public void setFilingSubmissionDate(DateType value)
      Sets the value of the filingSubmissionDate property.
      Parameters:
      value - allowed object is DateType
    • getCase

      public jakarta.xml.bind.JAXBElement<? extends CaseType> getCase()
      Gets the value of the case property.
      Returns:
      possible object is JAXBElement<CaseType> JAXBElement<AppellateCaseType> JAXBElement<BankruptcyCaseType> JAXBElement<CitationCaseType> JAXBElement<CivilCaseType> JAXBElement<CriminalCaseType> JAXBElement<DomesticCaseType> JAXBElement<JuvenileCaseType>
    • setCase

      public void setCase(jakarta.xml.bind.JAXBElement<? extends CaseType> value)
      Sets the value of the case property.
      Parameters:
      value - allowed object is JAXBElement<CaseType> JAXBElement<AppellateCaseType> JAXBElement<BankruptcyCaseType> JAXBElement<CitationCaseType> JAXBElement<CivilCaseType> JAXBElement<CriminalCaseType> JAXBElement<DomesticCaseType> JAXBElement<JuvenileCaseType>
    • getProcedureRemedy

      public ProcedureRemedyType getProcedureRemedy()
      Gets the value of the procedureRemedy property.
      Returns:
      possible object is ProcedureRemedyType
    • setProcedureRemedy

      public void setProcedureRemedy(ProcedureRemedyType value)
      Sets the value of the procedureRemedy property.
      Parameters:
      value - allowed object is ProcedureRemedyType
    • getEnvelopeFees

      public List<ChargeType> getEnvelopeFees()
      Gets the value of the envelopeFees property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the envelopeFees property.

      For example, to add a new item, do as follows:

          getEnvelopeFees().add(newItem);
       

      Objects of the following type(s) are allowed in the list ChargeType

    • getPayment

      public PaymentType getPayment()
      Gets the value of the payment property.
      Returns:
      possible object is PaymentType
    • setPayment

      public void setPayment(PaymentType value)
      Sets the value of the payment property.
      Parameters:
      value - allowed object is PaymentType
    • getDocumentIdentification

      public List<IdentificationType> getDocumentIdentification()
      Gets the value of the documentIdentification property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the documentIdentification property.

      For example, to add a new item, do as follows:

          getDocumentIdentification().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdentificationType

    • getDocumentSubmitter

      public EntityType getDocumentSubmitter()
      Gets the value of the documentSubmitter property.
      Returns:
      possible object is EntityType
    • setDocumentSubmitter

      public void setDocumentSubmitter(EntityType value)
      Sets the value of the documentSubmitter property.
      Parameters:
      value - allowed object is EntityType
    • getFilingStatus

      public FilingStatusType getFilingStatus()
      Gets the value of the filingStatus property.
      Returns:
      possible object is FilingStatusType
    • setFilingStatus

      public void setFilingStatus(FilingStatusType value)
      Sets the value of the filingStatus property.
      Parameters:
      value - allowed object is FilingStatusType
    • getFilingAcceptDate

      public DateType getFilingAcceptDate()
      Gets the value of the filingAcceptDate property.
      Returns:
      possible object is DateType
    • setFilingAcceptDate

      public void setFilingAcceptDate(DateType value)
      Sets the value of the filingAcceptDate property.
      Parameters:
      value - allowed object is DateType
    • getDocumentPostDate

      public DateType getDocumentPostDate()
      Gets the value of the documentPostDate property.
      Returns:
      possible object is DateType
    • setDocumentPostDate

      public void setDocumentPostDate(DateType value)
      Sets the value of the documentPostDate property.
      Parameters:
      value - allowed object is DateType
    • getServiceRecipientDetail

      public List<ServiceRecipientDetailType> getServiceRecipientDetail()
      Gets the value of the serviceRecipientDetail property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the serviceRecipientDetail property.

      For example, to add a new item, do as follows:

          getServiceRecipientDetail().add(newItem);
       

      Objects of the following type(s) are allowed in the list ServiceRecipientDetailType

    • getFilingFees

      public List<ChargeType> getFilingFees()
      Gets the value of the filingFees property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the filingFees property.

      For example, to add a new item, do as follows:

          getFilingFees().add(newItem);
       

      Objects of the following type(s) are allowed in the list ChargeType

    • getFilingLeadDocument

      public List<DocumentType> getFilingLeadDocument()
      Gets the value of the filingLeadDocument property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the filingLeadDocument property.

      For example, to add a new item, do as follows:

          getFilingLeadDocument().add(newItem);
       

      Objects of the following type(s) are allowed in the list DocumentType

    • getFilingAssociationParty

      public List<IdentificationType> getFilingAssociationParty()
      Gets the value of the filingAssociationParty property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the filingAssociationParty property.

      For example, to add a new item, do as follows:

          getFilingAssociationParty().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdentificationType

    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class QueryResponseMessageType