Class CaseEventType

java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
tyler.ecf.extensions.common.CaseEventType

public class CaseEventType extends ExtendedDataType

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 Details

  • Constructor Details

    • CaseEventType

      public CaseEventType()
  • Method Details

    • getFilingEvent

      public List<DocumentType> 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

      public List<DocumentAttachmentIdentificationType> 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

      public String 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 class ExtendedDataType