Class ReviewedDocumentType


public class ReviewedDocumentType extends ReviewedDocumentType

Java class for ReviewedDocumentType complex type.

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

 <complexType name="ReviewedDocumentType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}ReviewedDocumentType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}DocumentReviewer" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}DocumentReviewDate" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingReviewCommentsText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}RejectReasonText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}WaiverIndicator" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}DocumentAttachmentIdentification" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingIdentification" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReviewedDocumentType

      public ReviewedDocumentType()
  • Method Details

    • getDocumentReviewer

      public EntityType getDocumentReviewer()
      Gets the value of the documentReviewer property.
      Returns:
      possible object is EntityType
    • setDocumentReviewer

      public void setDocumentReviewer(EntityType value)
      Sets the value of the documentReviewer property.
      Parameters:
      value - allowed object is EntityType
    • getDocumentReviewDate

      public DateType getDocumentReviewDate()
      Gets the value of the documentReviewDate property.
      Returns:
      possible object is DateType
    • setDocumentReviewDate

      public void setDocumentReviewDate(DateType value)
      Sets the value of the documentReviewDate property.
      Parameters:
      value - allowed object is DateType
    • getFilingReviewCommentsText

      public TextType getFilingReviewCommentsText()
      Gets the value of the filingReviewCommentsText property.
      Returns:
      possible object is TextType
    • setFilingReviewCommentsText

      public void setFilingReviewCommentsText(TextType value)
      Sets the value of the filingReviewCommentsText property.
      Parameters:
      value - allowed object is TextType
    • getRejectReasonText

      public TextType getRejectReasonText()
      Gets the value of the rejectReasonText property.
      Returns:
      possible object is TextType
    • setRejectReasonText

      public void setRejectReasonText(TextType value)
      Sets the value of the rejectReasonText property.
      Parameters:
      value - allowed object is TextType
    • getWaiverIndicator

      public Boolean getWaiverIndicator()
      Gets the value of the waiverIndicator property.
      Returns:
      possible object is Boolean
    • setWaiverIndicator

      public void setWaiverIndicator(Boolean value)
      Sets the value of the waiverIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getDocumentAttachmentIdentification

      public List<DocumentAttachmentIdentificationType> getDocumentAttachmentIdentification()
      Gets the value of the documentAttachmentIdentification 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 documentAttachmentIdentification property.

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

          getDocumentAttachmentIdentification().add(newItem);
       

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

    • getFilingIdentification

      public List<FilingIdentificationType> getFilingIdentification()
      Gets the value of the filingIdentification 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 filingIdentification property.

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

          getFilingIdentification().add(newItem);
       

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

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