Class DocumentAttachmentIdentificationType

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

public class DocumentAttachmentIdentificationType extends Object

Java class for DocumentAttachmentIdentificationType complex type.

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

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

  • Constructor Details

    • DocumentAttachmentIdentificationType

      public DocumentAttachmentIdentificationType()
  • Method Details

    • getDocumentAttachmentReference

      public ReferenceType getDocumentAttachmentReference()
      Gets the value of the documentAttachmentReference property.
      Returns:
      possible object is ReferenceType
    • setDocumentAttachmentReference

      public void setDocumentAttachmentReference(ReferenceType value)
      Sets the value of the documentAttachmentReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getDocumentID

      public String getDocumentID()
      Gets the value of the documentID property.
      Returns:
      possible object is String
    • setDocumentID

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

      public DocumentSecurityType getDocumentSecurity()
      Gets the value of the documentSecurity property.
      Returns:
      possible object is DocumentSecurityType
    • setDocumentSecurity

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