Class DocumentType


public class DocumentType extends DocumentType
Extended DocumentType

Java class for DocumentType complex type.

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

 <complexType name="DocumentType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}DocumentType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingCommentsText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}DocumentOptionalService" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CourtesyCopiesText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}PreliminaryCopiesText" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}DocumentAttachmentIdentification" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}FilingAction" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}RedactionIdentification" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}MotionTypeCode" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DocumentType

      public DocumentType()
  • Method Details

    • getFilingCommentsText

      public TextType getFilingCommentsText()
      Gets the value of the filingCommentsText property.
      Returns:
      possible object is TextType
    • setFilingCommentsText

      public void setFilingCommentsText(TextType value)
      Sets the value of the filingCommentsText property.
      Parameters:
      value - allowed object is TextType
    • getDocumentOptionalService

      public List<DocumentOptionalServiceType> getDocumentOptionalService()
      Gets the value of the documentOptionalService property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the documentOptionalService property.

      For example, to add a new item, do as follows:

          getDocumentOptionalService().add(newItem);
       

      Objects of the following type(s) are allowed in the list DocumentOptionalServiceType

    • getCourtesyCopiesText

      public TextType getCourtesyCopiesText()
      Gets the value of the courtesyCopiesText property.
      Returns:
      possible object is TextType
    • setCourtesyCopiesText

      public void setCourtesyCopiesText(TextType value)
      Sets the value of the courtesyCopiesText property.
      Parameters:
      value - allowed object is TextType
    • getPreliminaryCopiesText

      public TextType getPreliminaryCopiesText()
      Gets the value of the preliminaryCopiesText property.
      Returns:
      possible object is TextType
    • setPreliminaryCopiesText

      public void setPreliminaryCopiesText(TextType value)
      Sets the value of the preliminaryCopiesText property.
      Parameters:
      value - allowed object is TextType
    • getDocumentAttachmentIdentification

      public List<DocumentAttachmentIdentificationType> getDocumentAttachmentIdentification()
      Gets the value of the documentAttachmentIdentification property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the documentAttachmentIdentification property.

      For example, to add a new item, do as follows:

          getDocumentAttachmentIdentification().add(newItem);
       

      Objects of the following type(s) are allowed in the list DocumentAttachmentIdentificationType

    • getFilingAction

      public FilingTypeType getFilingAction()
      Gets the value of the filingAction property.
      Returns:
      possible object is FilingTypeType
    • setFilingAction

      public void setFilingAction(FilingTypeType value)
      Sets the value of the filingAction property.
      Parameters:
      value - allowed object is FilingTypeType
    • getRedactionIdentification

      public List<RedactionIdentificationType> getRedactionIdentification()
      Gets the value of the redactionIdentification property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the redactionIdentification property.

      For example, to add a new item, do as follows:

          getRedactionIdentification().add(newItem);
       

      Objects of the following type(s) are allowed in the list RedactionIdentificationType

    • getMotionTypeCode

      public TextType getMotionTypeCode()
      Gets the value of the motionTypeCode property.
      Returns:
      possible object is TextType
    • setMotionTypeCode

      public void setMotionTypeCode(TextType value)
      Sets the value of the motionTypeCode 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 DocumentType