Class FilingDetailResponseMessageType
Java class for FilingDetailResponseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingDetailResponseMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryResponseMessageType"> <sequence> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingSubmissionDate" minOccurs="0"/> <element ref="{http://niem.gov/niem/niem-core/2.0}Case" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}ProcedureRemedy" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}EnvelopeFees" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}Payment" minOccurs="0"/> <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentSubmitter" minOccurs="0"/> <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}FilingStatus"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingAcceptDate" minOccurs="0"/> <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentPostDate" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServiceRecipientDetail" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}FilingFees" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FilingLeadDocument" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FilingAssociationParty" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected List
<IdentificationType> protected DateType
protected EntityType
protected List
<ChargeType> protected DateType
protected List
<IdentificationType> protected List
<ChargeType> protected List
<DocumentType> protected FilingStatusType
protected DateType
protected PaymentType
protected ProcedureRemedyType
protected List
<ServiceRecipientDetailType> Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryResponseMessageType
caseCourt, error, sendingMDELocationID, sendingMDEProfileCode
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
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 documentIdentification property.Gets the value of the documentPostDate property.Gets the value of the documentSubmitter property.Gets the value of the envelopeFees property.Gets the value of the filingAcceptDate property.Gets the value of the filingAssociationParty property.Gets the value of the filingFees property.Gets the value of the filingLeadDocument property.Gets the value of the filingStatus property.Gets the value of the filingSubmissionDate property.Gets the value of the payment property.Gets the value of the procedureRemedy property.Gets the value of the serviceRecipientDetail property.void
Sets the value of the case property.void
setDocumentPostDate
(DateType value) Sets the value of the documentPostDate property.void
setDocumentSubmitter
(EntityType value) Sets the value of the documentSubmitter property.void
setFilingAcceptDate
(DateType value) Sets the value of the filingAcceptDate property.void
setFilingStatus
(FilingStatusType value) Sets the value of the filingStatus property.void
setFilingSubmissionDate
(DateType value) Sets the value of the filingSubmissionDate property.void
setPayment
(PaymentType value) Sets the value of the payment property.void
Sets the value of the procedureRemedy 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.QueryResponseMessageType
getCaseCourt, getError, getSendingMDELocationID, getSendingMDEProfileCode, setCaseCourt, setSendingMDELocationID, setSendingMDEProfileCode
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
filingSubmissionDate
-
_case
-
procedureRemedy
-
envelopeFees
-
payment
-
documentIdentification
-
documentSubmitter
-
filingStatus
-
filingAcceptDate
-
documentPostDate
-
serviceRecipientDetail
-
filingFees
-
filingLeadDocument
-
filingAssociationParty
-
-
Constructor Details
-
FilingDetailResponseMessageType
public FilingDetailResponseMessageType()
-
-
Method Details
-
getFilingSubmissionDate
Gets the value of the filingSubmissionDate property.- Returns:
- possible object is
DateType
-
setFilingSubmissionDate
Sets the value of the filingSubmissionDate property.- Parameters:
value
- allowed object isDateType
-
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
>
-
getProcedureRemedy
Gets the value of the procedureRemedy property.- Returns:
- possible object is
ProcedureRemedyType
-
setProcedureRemedy
Sets the value of the procedureRemedy property.- Parameters:
value
- allowed object isProcedureRemedyType
-
getEnvelopeFees
Gets the value of the envelopeFees 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 envelopeFees property.For example, to add a new item, do as follows:
getEnvelopeFees().add(newItem);
Objects of the following type(s) are allowed in the list
ChargeType
-
getPayment
Gets the value of the payment property.- Returns:
- possible object is
PaymentType
-
setPayment
Sets the value of the payment property.- Parameters:
value
- allowed object isPaymentType
-
getDocumentIdentification
Gets the value of the documentIdentification 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 documentIdentification property.For example, to add a new item, do as follows:
getDocumentIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
IdentificationType
-
getDocumentSubmitter
Gets the value of the documentSubmitter property.- Returns:
- possible object is
EntityType
-
setDocumentSubmitter
Sets the value of the documentSubmitter property.- Parameters:
value
- allowed object isEntityType
-
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
-
getFilingAcceptDate
Gets the value of the filingAcceptDate property.- Returns:
- possible object is
DateType
-
setFilingAcceptDate
Sets the value of the filingAcceptDate property.- Parameters:
value
- allowed object isDateType
-
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
-
getServiceRecipientDetail
Gets the value of the serviceRecipientDetail 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 serviceRecipientDetail property.For example, to add a new item, do as follows:
getServiceRecipientDetail().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRecipientDetailType
-
getFilingFees
Gets the value of the filingFees 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 filingFees property.For example, to add a new item, do as follows:
getFilingFees().add(newItem);
Objects of the following type(s) are allowed in the list
ChargeType
-
getFilingLeadDocument
Gets the value of the filingLeadDocument 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 filingLeadDocument property.For example, to add a new item, do as follows:
getFilingLeadDocument().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentType
-
getFilingAssociationParty
Gets the value of the filingAssociationParty 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 filingAssociationParty property.For example, to add a new item, do as follows:
getFilingAssociationParty().add(newItem);
Objects of the following type(s) are allowed in the list
IdentificationType
-
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 classQueryResponseMessageType
-