Class FilingDetailQueryMessageType


public class FilingDetailQueryMessageType extends QueryMessageType
This is query to get a filing’s details by Filing Number.

Java class for FilingDetailQueryMessageType complex type.

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

 <complexType name="FilingDetailQueryMessageType">
   <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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FilingDetailQueryMessageType

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