Class NotifyReceiptMessageType
java.lang.Object
tyler.ecf.extensions.notifyreceiptmessage.NotifyReceiptMessageType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected DateType
protected IdentificationType
protected DateType
protected FilingStatusType
protected List
<ReviewedDocumentType> protected ReviewedDocumentType
protected IdentificationType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<? extends CaseType> getCase()
Gets the value of the case property.Gets the value of the documentFiledDate property.Gets the value of the documentIdentification property.Gets the value of the documentPostDate property.Gets the value of the filingStatus property.Gets the value of the reviewedConnectedDocument property.Gets the value of the reviewedLeadDocument property.Gets the value of the sendingMDELocationID property.Gets the value of the sendingMDEProfileCode property.void
Sets the value of the case property.void
setDocumentFiledDate
(DateType value) Sets the value of the documentFiledDate property.void
Sets the value of the documentIdentification property.void
setDocumentPostDate
(DateType value) Sets the value of the documentPostDate property.void
setFilingStatus
(FilingStatusType value) Sets the value of the filingStatus property.void
Sets the value of the reviewedLeadDocument property.void
Sets the value of the sendingMDELocationID property.void
setSendingMDEProfileCode
(String value) Sets the value of the sendingMDEProfileCode property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
documentFiledDate
-
documentIdentification
-
documentPostDate
-
sendingMDELocationID
-
sendingMDEProfileCode
-
_case
-
filingStatus
-
reviewedLeadDocument
-
reviewedConnectedDocument
-
-
Constructor Details
-
NotifyReceiptMessageType
public NotifyReceiptMessageType()
-
-
Method Details
-
getDocumentFiledDate
Gets the value of the documentFiledDate property.- Returns:
- possible object is
DateType
-
setDocumentFiledDate
Sets the value of the documentFiledDate property.- Parameters:
value
- allowed object isDateType
-
getDocumentIdentification
Gets the value of the documentIdentification property.- Returns:
- possible object is
IdentificationType
-
setDocumentIdentification
Sets the value of the documentIdentification property.- Parameters:
value
- allowed object isIdentificationType
-
getDocumentPostDate
Gets the value of the documentPostDate property.- Returns:
- possible object is
DateType
-
setDocumentPostDate
Sets the value of the documentPostDate property.- Parameters:
value
- allowed object isDateType
-
getSendingMDELocationID
Gets the value of the sendingMDELocationID property.- Returns:
- possible object is
IdentificationType
-
setSendingMDELocationID
Sets the value of the sendingMDELocationID property.- Parameters:
value
- allowed object isIdentificationType
-
getSendingMDEProfileCode
Gets the value of the sendingMDEProfileCode property.- Returns:
- possible object is
String
-
setSendingMDEProfileCode
Sets the value of the sendingMDEProfileCode property.- Parameters:
value
- allowed object isString
-
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
Sets the value of the case property.- Parameters:
value
- allowed object isJAXBElement
<
CaseType
>
JAXBElement
<
AppellateCaseType
>
JAXBElement
<
BankruptcyCaseType
>
JAXBElement
<
CitationCaseType
>
JAXBElement
<
CivilCaseType
>
JAXBElement
<
CriminalCaseType
>
JAXBElement
<
DomesticCaseType
>
JAXBElement
<
JuvenileCaseType
>
-
getFilingStatus
Gets the value of the filingStatus property.- Returns:
- possible object is
FilingStatusType
-
setFilingStatus
Sets the value of the filingStatus property.- Parameters:
value
- allowed object isFilingStatusType
-
getReviewedLeadDocument
Gets the value of the reviewedLeadDocument property.- Returns:
- possible object is
ReviewedDocumentType
-
setReviewedLeadDocument
Sets the value of the reviewedLeadDocument property.- Parameters:
value
- allowed object isReviewedDocumentType
-
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
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-