Class DocumentReviewDispositionType
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
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 Summary
FieldsFields inherited from class ecf5.v2024_6.gov.niem.release.niem.structures._4.ObjectType
id, metadata, objectAugmentationPoint, ref, relationshipMetadata, uri -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentAddedInReviewIndicator property.Gets the value of the documentReviewer property.Gets the value of the documentReviewStatus property.voidSets the value of the documentAddedInReviewIndicator property.voidsetDocumentReviewer(EntityType value) Sets the value of the documentReviewer property.voidSets the value of the documentReviewStatus property.toString()Generates a String representation of the contents of this type.Methods inherited from class ecf5.v2024_6.gov.niem.release.niem.structures._4.ObjectType
getId, getMetadata, getObjectAugmentationPoint, getOtherAttributes, getRef, getRelationshipMetadata, getUri, setId, setRef, setUri
-
Field Details
-
documentAddedInReviewIndicator
-
documentReviewStatus
-
documentReviewer
-
-
Constructor Details
-
DocumentReviewDispositionType
public DocumentReviewDispositionType()
-
-
Method Details
-
getDocumentAddedInReviewIndicator
Gets the value of the documentAddedInReviewIndicator property.- Returns:
- possible object is
Boolean
-
setDocumentAddedInReviewIndicator
Sets the value of the documentAddedInReviewIndicator property.- Parameters:
value- allowed object isBoolean
-
getDocumentReviewStatus
Gets the value of the documentReviewStatus property.- Returns:
- possible object is
StatusType
-
setDocumentReviewStatus
Sets the value of the documentReviewStatus property.- Parameters:
value- allowed object isStatusType
-
getDocumentReviewer
Gets the value of the documentReviewer property.- Returns:
- possible object is
EntityType
-
setDocumentReviewer
Sets the value of the documentReviewer property.- Parameters:
value- allowed object isEntityType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classObjectType
-