Class NotifyServiceMessageType
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.notifyservicemessage.NotifyServiceMessageType
Java class for NotifyServiceMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyServiceMessageType"> <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:NotifyServiceMessage}ServiceRecipient" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<? extends CaseType> protected List
<ServiceRecipientType> 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.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
-
serviceRecipient
-
-
Constructor Details
-
NotifyServiceMessageType
public NotifyServiceMessageType()
-
-
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
>
-
getServiceRecipient
Gets the value of the serviceRecipient 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 serviceRecipient property.For example, to add a new item, do as follows:
getServiceRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRecipientType
-
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
-