java.lang.Object
ecf5.v2024_6.gov.niem.release.niem.structures._4.ObjectType
ecf5.v2024_6.https.docs_oasis_open_org.legalxml_courtfiling.ns.v5_0.ecf.DocumentReviewDispositionType

public class DocumentReviewDispositionType extends ObjectType
The disposition of a document after review.

Java class for DocumentReviewDispositionType complex type.

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

 <complexType name="DocumentReviewDispositionType">
   <complexContent>
     <extension base="{http://release.niem.gov/niem/structures/4.0/}ObjectType">
       <sequence>
         <element ref="{https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/ecf}DocumentAddedInReviewIndicator" minOccurs="0"/>
         <element ref="{https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/ecf}DocumentReviewStatus" minOccurs="0"/>
         <element ref="{https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/ecf}DocumentReviewer" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='urn:us:gov:ic:ntk urn:us:gov:ic:ism'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • documentAddedInReviewIndicator

      protected Boolean documentAddedInReviewIndicator
    • documentReviewStatus

      protected StatusType documentReviewStatus
    • documentReviewer

      protected EntityType documentReviewer
  • Constructor Details

    • DocumentReviewDispositionType

      public DocumentReviewDispositionType()
  • Method Details

    • getDocumentAddedInReviewIndicator

      public Boolean getDocumentAddedInReviewIndicator()
      Gets the value of the documentAddedInReviewIndicator property.
      Returns:
      possible object is Boolean
    • setDocumentAddedInReviewIndicator

      public void setDocumentAddedInReviewIndicator(Boolean value)
      Sets the value of the documentAddedInReviewIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getDocumentReviewStatus

      public StatusType getDocumentReviewStatus()
      Gets the value of the documentReviewStatus property.
      Returns:
      possible object is StatusType
    • setDocumentReviewStatus

      public void setDocumentReviewStatus(StatusType value)
      Sets the value of the documentReviewStatus property.
      Parameters:
      value - allowed object is StatusType
    • 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
    • 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 ObjectType