Class CaseEventType
Java class for CaseEventType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseEventType"> <complexContent> <extension base="{urn:tyler:ecf:extensions:Common}ExtendedDataType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FilingEvent" maxOccurs="unbounded"/> <element ref="{urn:tyler:ecf:extensions:Common}DocumentAttachmentIdentification" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List
<DocumentAttachmentIdentificationType> protected List
<DocumentType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentAttachmentIdentification property.Gets the value of the filingEvent property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
filingEvent
-
documentAttachmentIdentification
-
-
Constructor Details
-
CaseEventType
public CaseEventType()
-
-
Method Details
-
getFilingEvent
Gets the value of the filingEvent 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 filingEvent property.For example, to add a new item, do as follows:
getFilingEvent().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentType
-
getDocumentAttachmentIdentification
Gets the value of the documentAttachmentIdentification 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 documentAttachmentIdentification property.For example, to add a new item, do as follows:
getDocumentAttachmentIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentAttachmentIdentificationType
-
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 classExtendedDataType
-