Class CancelFilingResponseMessageType


public class CancelFilingResponseMessageType extends QueryResponseMessageType
A court's response to a CancelFilingMessage.

Java class for CancelFilingResponseMessageType complex type.

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

 <complexType name="CancelFilingResponseMessageType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryResponseMessageType">
       <sequence>
         <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}FilingStatus"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CancelFilingResponseMessageType

      public CancelFilingResponseMessageType()
  • 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
    • getFilingStatus

      public FilingStatusType getFilingStatus()
      Gets the value of the filingStatus property.
      Returns:
      possible object is FilingStatusType
    • setFilingStatus

      public void setFilingStatus(FilingStatusType value)
      Sets the value of the filingStatus property.
      Parameters:
      value - allowed object is FilingStatusType
    • 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 QueryResponseMessageType