Class RedactionIdentificationType

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

public class RedactionIdentificationType extends Object

Java class for RedactionIdentificationType complex type.

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

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

    • attachmentReference

      protected ReferenceType attachmentReference
    • redactionID

      protected TextType redactionID
  • Constructor Details

    • RedactionIdentificationType

      public RedactionIdentificationType()
  • Method Details

    • getAttachmentReference

      public ReferenceType getAttachmentReference()
      Gets the value of the attachmentReference property.
      Returns:
      possible object is ReferenceType
    • setAttachmentReference

      public void setAttachmentReference(ReferenceType value)
      Sets the value of the attachmentReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getRedactionID

      public TextType getRedactionID()
      Gets the value of the redactionID property.
      Returns:
      possible object is TextType
    • setRedactionID

      public void setRedactionID(TextType value)
      Sets the value of the redactionID 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 Object