Class CreateCaseMessageType
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
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.ElectronicFilingMessageType
tyler.ecf.extensions.createcasemessage.CreateCaseMessageType
This describes the create case transaction between the Filing Review MDE and the Court Record MDE.
Java class for CreateCaseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateCaseMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}ElectronicFilingMessageType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}Case"/> <element ref="{urn:tyler:ecf:extensions:Common}CourtEvent" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected List
<CourtEventType> Fields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.ElectronicFilingMessageType
electronicServiceInformation
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
Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.ElectronicFilingMessageType
getElectronicServiceInformation
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
-
courtEvent
-
-
Constructor Details
-
CreateCaseMessageType
public CreateCaseMessageType()
-
-
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
>
-
getCourtEvent
Gets the value of the courtEvent 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 courtEvent property.For example, to add a new item, do as follows:
getCourtEvent().add(newItem);
Objects of the following type(s) are allowed in the list
CourtEventType
-
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 classElectronicFilingMessageType
-