Class CreateCaseCallbackMessageType
java.lang.Object
tyler.ecf.extensions.createcasecallbackmessage.CreateCaseCallbackMessageType
The message returned from the Court Record MDE to the Filing Review MDE when the case has been created.
Java class for CreateCaseCallbackMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateCaseCallbackMessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected FilingStatusType
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 filingStatus property.Gets the value of the sendingMDELocationID property.Gets the value of the sendingMDEProfileCode property.void
Sets the value of the case property.void
setFilingStatus
(FilingStatusType value) Sets the value of the filingStatus 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
-
sendingMDELocationID
-
sendingMDEProfileCode
-
_case
-
filingStatus
-
-
Constructor Details
-
CreateCaseCallbackMessageType
public CreateCaseCallbackMessageType()
-
-
Method Details
-
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
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-