Class NotifyReceiptMessageType

java.lang.Object
tyler.ecf.extensions.notifyreceiptmessage.NotifyReceiptMessageType

public class NotifyReceiptMessageType extends Object

Java class for NotifyReceiptMessageType complex type.

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

 <complexType name="NotifyReceiptMessageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentFiledDate"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentPostDate"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}SendingMDELocationID"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}SendingMDEProfileCode"/>
         <element ref="{http://niem.gov/niem/niem-core/2.0}Case"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}FilingStatus"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ReviewedLeadDocument"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ReviewedConnectedDocument" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • NotifyReceiptMessageType

      public NotifyReceiptMessageType()
  • Method Details

    • getDocumentFiledDate

      public DateType getDocumentFiledDate()
      Gets the value of the documentFiledDate property.
      Returns:
      possible object is DateType
    • setDocumentFiledDate

      public void setDocumentFiledDate(DateType value)
      Sets the value of the documentFiledDate property.
      Parameters:
      value - allowed object is DateType
    • getDocumentIdentification

      public IdentificationType getDocumentIdentification()
      Gets the value of the documentIdentification property.
      Returns:
      possible object is IdentificationType
    • setDocumentIdentification

      public void setDocumentIdentification(IdentificationType value)
      Sets the value of the documentIdentification property.
      Parameters:
      value - allowed object is IdentificationType
    • 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
    • getSendingMDELocationID

      public IdentificationType getSendingMDELocationID()
      Gets the value of the sendingMDELocationID property.
      Returns:
      possible object is IdentificationType
    • setSendingMDELocationID

      public void setSendingMDELocationID(IdentificationType value)
      Sets the value of the sendingMDELocationID property.
      Parameters:
      value - allowed object is IdentificationType
    • getSendingMDEProfileCode

      public String getSendingMDEProfileCode()
      Gets the value of the sendingMDEProfileCode property.
      Returns:
      possible object is String
    • setSendingMDEProfileCode

      public void setSendingMDEProfileCode(String value)
      Sets the value of the sendingMDEProfileCode property.
      Parameters:
      value - allowed object is String
    • 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>
    • 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
    • getReviewedLeadDocument

      public ReviewedDocumentType getReviewedLeadDocument()
      Gets the value of the reviewedLeadDocument property.
      Returns:
      possible object is ReviewedDocumentType
    • setReviewedLeadDocument

      public void setReviewedLeadDocument(ReviewedDocumentType value)
      Sets the value of the reviewedLeadDocument property.
      Parameters:
      value - allowed object is ReviewedDocumentType
    • getReviewedConnectedDocument

      public List<ReviewedDocumentType> getReviewedConnectedDocument()
      Gets the value of the reviewedConnectedDocument 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 reviewedConnectedDocument property.

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

          getReviewedConnectedDocument().add(newItem);
       

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

    • 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 Object