Class SecureCaseMessageType


public class SecureCaseMessageType extends QueryMessageType
This is to secure or unsecure a case by a CMSID.

Java class for SecureCaseMessageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SecureCaseMessageType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryMessageType">
       <sequence>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification"/>
         <element ref="{urn:tyler:ecf:extensions:SecureCaseMessage}IsSecured"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • documentIdentification

      protected IdentificationType documentIdentification
    • isSecured

      protected boolean isSecured
  • Constructor Details

    • SecureCaseMessageType

      public SecureCaseMessageType()
  • Method Details

    • getDocumentIdentification

      public IdentificationType getDocumentIdentification()
      Gets the value of the documentIdentification property.
      Returns:
      possible object is IdentificationType
    • setDocumentIdentification

      public void setDocumentIdentification(IdentificationType value)
      Sets the value of the documentIdentification property.
      Parameters:
      value - allowed object is IdentificationType
    • isIsSecured

      public boolean isIsSecured()
      Gets the value of the isSecured property.
    • setIsSecured

      public void setIsSecured(boolean value)
      Sets the value of the isSecured property.
    • 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 QueryMessageType