Class FilingIdentificationType

java.lang.Object
tyler.ecf.extensions.common.FilingIdentificationType

public class FilingIdentificationType extends Object

Java class for FilingIdentificationType complex type.

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

 <complexType name="FilingIdentificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingIdentificationReference"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CMSID"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • filingIdentificationReference

      protected ReferenceType filingIdentificationReference
    • cmsid

      protected String cmsid
  • Constructor Details

    • FilingIdentificationType

      public FilingIdentificationType()
  • Method Details

    • getFilingIdentificationReference

      public ReferenceType getFilingIdentificationReference()
      Gets the value of the filingIdentificationReference property.
      Returns:
      possible object is ReferenceType
    • setFilingIdentificationReference

      public void setFilingIdentificationReference(ReferenceType value)
      Sets the value of the filingIdentificationReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getCMSID

      public String getCMSID()
      Gets the value of the cmsid property.
      Returns:
      possible object is String
    • setCMSID

      public void setCMSID(String value)
      Sets the value of the cmsid property.
      Parameters:
      value - allowed object is String
    • 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 Object