Class FilingServiceResponseMessageType


public class FilingServiceResponseMessageType extends QueryResponseMessageType
A court's response to a FilingServiceQueryMessage.

Java class for FilingServiceResponseMessageType complex type.

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

 <complexType name="FilingServiceResponseMessageType">
   <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"/>
         <element ref="{urn:tyler:ecf:extensions:FilingServiceResponseMessage}ServiceContactIdentification"/>
         <element ref="{urn:tyler:ecf:extensions:Common}MailServiceIndicator"/>
         <element ref="{urn:tyler:ecf:extensions:Common}TrackingNumber" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:FilingServiceResponseMessage}SmtpLog" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FilingServiceResponseMessageType

      public FilingServiceResponseMessageType()
  • 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
    • getServiceContactIdentification

      public ServiceContactIdentificationType getServiceContactIdentification()
      Gets the value of the serviceContactIdentification property.
      Returns:
      possible object is ServiceContactIdentificationType
    • setServiceContactIdentification

      public void setServiceContactIdentification(ServiceContactIdentificationType value)
      Sets the value of the serviceContactIdentification property.
      Parameters:
      value - allowed object is ServiceContactIdentificationType
    • getMailServiceIndicator

      public Boolean getMailServiceIndicator()
      Gets the value of the mailServiceIndicator property.
      Returns:
      possible object is Boolean
    • setMailServiceIndicator

      public void setMailServiceIndicator(Boolean value)
      Sets the value of the mailServiceIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getTrackingNumber

      public TextType getTrackingNumber()
      Gets the value of the trackingNumber property.
      Returns:
      possible object is TextType
    • setTrackingNumber

      public void setTrackingNumber(TextType value)
      Sets the value of the trackingNumber property.
      Parameters:
      value - allowed object is TextType
    • getSmtpLog

      public TextType getSmtpLog()
      Gets the value of the smtpLog property.
      Returns:
      possible object is TextType
    • setSmtpLog

      public void setSmtpLog(TextType value)
      Sets the value of the smtpLog property.
      Parameters:
      value - allowed object is TextType
    • 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