Class ServiceCallbackMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.DocumentType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.CaseFilingType
tyler.ecf.extensions.servicecallbackmessage.ServiceCallbackMessageType
Java class for ServiceCallbackMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceCallbackMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}CaseFilingType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}Case"/> <element ref="{urn:tyler:ecf:extensions:Common}ServiceDate"/> <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}ElectronicServiceInformation"/> <element ref="{urn:tyler:ecf:extensions:Common}FilerInformation"/> <element ref="{urn:tyler:ecf:extensions:Common}RecipientInformation"/> <element ref="{urn:tyler:ecf:extensions:Common}SubmitterInformation"/> <element ref="{urn:tyler:ecf:extensions:Common}ReviewedLeadDocument"/> <element ref="{urn:tyler:ecf:extensions:Common}ReviewedConnectedDocument" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected ElectronicServiceInformationType
protected FilerInformationType
protected RecipientInformationType
protected List
<ReviewedDocumentType> protected ReviewedDocumentType
protected DateType
protected SubmitterInformationType
Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.CaseFilingType
sendingMDELocationID, sendingMDEProfileCode
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 TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<? extends CaseType> getCase()
Gets the value of the case property.Gets the value of the electronicServiceInformation property.Gets the value of the filerInformation property.Gets the value of the recipientInformation property.Gets the value of the reviewedConnectedDocument property.Gets the value of the reviewedLeadDocument property.Gets the value of the serviceDate property.Gets the value of the submitterInformation property.void
Sets the value of the case property.void
Sets the value of the electronicServiceInformation property.void
Sets the value of the filerInformation property.void
Sets the value of the recipientInformation property.void
Sets the value of the reviewedLeadDocument property.void
setServiceDate
(DateType value) Sets the value of the serviceDate property.void
Sets the value of the submitterInformation 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.CaseFilingType
getSendingMDELocationID, getSendingMDEProfileCode, setSendingMDELocationID, setSendingMDEProfileCode
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
-
_case
-
serviceDate
-
electronicServiceInformation
-
filerInformation
-
recipientInformation
-
submitterInformation
-
reviewedLeadDocument
-
reviewedConnectedDocument
-
-
Constructor Details
-
ServiceCallbackMessageType
public ServiceCallbackMessageType()
-
-
Method Details
-
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
>
-
getServiceDate
Gets the value of the serviceDate property.- Returns:
- possible object is
DateType
-
setServiceDate
Sets the value of the serviceDate property.- Parameters:
value
- allowed object isDateType
-
getElectronicServiceInformation
Gets the value of the electronicServiceInformation property.- Returns:
- possible object is
ElectronicServiceInformationType
-
setElectronicServiceInformation
Sets the value of the electronicServiceInformation property.- Parameters:
value
- allowed object isElectronicServiceInformationType
-
getFilerInformation
Gets the value of the filerInformation property.- Returns:
- possible object is
FilerInformationType
-
setFilerInformation
Sets the value of the filerInformation property.- Parameters:
value
- allowed object isFilerInformationType
-
getRecipientInformation
Gets the value of the recipientInformation property.- Returns:
- possible object is
RecipientInformationType
-
setRecipientInformation
Sets the value of the recipientInformation property.- Parameters:
value
- allowed object isRecipientInformationType
-
getSubmitterInformation
Gets the value of the submitterInformation property.- Returns:
- possible object is
SubmitterInformationType
-
setSubmitterInformation
Sets the value of the submitterInformation property.- Parameters:
value
- allowed object isSubmitterInformationType
-
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- Overrides:
toString
in classCaseFilingType
-