Class 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 Summary
FieldsModifier and TypeFieldDescriptionprotected List
<DocumentAttachmentIdentificationType> protected DateType
protected EntityType
protected List
<FilingIdentificationType> protected TextType
protected TextType
protected Boolean
Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.ReviewedDocumentType
documentDocketID, documentHashText, sealDocumentIndicator
Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.DocumentType
documentMetadata, documentRendition
Fields inherited from class gov.niem.niem.niem_core._2.DocumentType
documentApplicationName, documentBinary, documentCategoryText, documentDescriptionText, documentEffectiveDate, documentFileControlID, documentFiledDate, documentIdentification, documentInformationCutOffDate, documentLanguage, documentPostDate, documentReceivedDate, documentSequenceID, documentStatus, documentSubmitter, documentTitleText
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentAttachmentIdentification property.Gets the value of the documentReviewDate property.Gets the value of the documentReviewer property.Gets the value of the filingIdentification property.Gets the value of the filingReviewCommentsText property.Gets the value of the rejectReasonText property.Gets the value of the waiverIndicator property.void
setDocumentReviewDate
(DateType value) Sets the value of the documentReviewDate property.void
setDocumentReviewer
(EntityType value) Sets the value of the documentReviewer property.void
Sets the value of the filingReviewCommentsText property.void
setRejectReasonText
(TextType value) Sets the value of the rejectReasonText property.void
setWaiverIndicator
(Boolean value) Sets the value of the waiverIndicator property.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.ReviewedDocumentType
getDocumentDocketID, getDocumentHashText, getSealDocumentIndicator, setDocumentDocketID, setDocumentHashText, setSealDocumentIndicator
Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.DocumentType
getDocumentMetadata, getDocumentRendition, setDocumentMetadata
Methods inherited from class gov.niem.niem.niem_core._2.DocumentType
getDocumentApplicationName, getDocumentBinary, getDocumentCategoryText, getDocumentDescriptionText, getDocumentEffectiveDate, getDocumentFileControlID, getDocumentFiledDate, getDocumentIdentification, getDocumentInformationCutOffDate, getDocumentLanguage, getDocumentPostDate, getDocumentReceivedDate, getDocumentSequenceID, getDocumentStatus, getDocumentSubmitter, getDocumentTitleText, setDocumentApplicationName, setDocumentBinary, setDocumentDescriptionText, setDocumentEffectiveDate, setDocumentFileControlID, setDocumentFiledDate, setDocumentInformationCutOffDate, setDocumentLanguage, setDocumentPostDate, setDocumentReceivedDate, setDocumentSequenceID, setDocumentStatus, setDocumentSubmitter, setDocumentTitleText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
documentReviewer
-
documentReviewDate
-
filingReviewCommentsText
-
rejectReasonText
-
waiverIndicator
-
documentAttachmentIdentification
-
filingIdentification
-
-
Constructor Details
-
ReviewedDocumentType
public ReviewedDocumentType()
-
-
Method Details
-
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
-
getDocumentReviewDate
Gets the value of the documentReviewDate property.- Returns:
- possible object is
DateType
-
setDocumentReviewDate
Sets the value of the documentReviewDate property.- Parameters:
value
- allowed object isDateType
-
getFilingReviewCommentsText
Gets the value of the filingReviewCommentsText property.- Returns:
- possible object is
TextType
-
setFilingReviewCommentsText
Sets the value of the filingReviewCommentsText property.- Parameters:
value
- allowed object isTextType
-
getRejectReasonText
Gets the value of the rejectReasonText property.- Returns:
- possible object is
TextType
-
setRejectReasonText
Sets the value of the rejectReasonText property.- Parameters:
value
- allowed object isTextType
-
getWaiverIndicator
Gets the value of the waiverIndicator property.- Returns:
- possible object is
Boolean
-
setWaiverIndicator
Sets the value of the waiverIndicator property.- Parameters:
value
- allowed object isBoolean
-
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
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
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classReviewedDocumentType
-