Package org.cxml

Class DocumentInfo

java.lang.Object
org.cxml.DocumentInfo

public class DocumentInfo extends Object
  • Field Details

    • documentID

      protected String documentID
    • documentType

      protected String documentType
    • documentDate

      protected String documentDate
  • Constructor Details

    • DocumentInfo

      public DocumentInfo()
  • Method Details

    • 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
    • getDocumentType

      public String getDocumentType()
      Gets the value of the documentType property.
      Returns:
      possible object is String
    • setDocumentType

      public void setDocumentType(String value)
      Sets the value of the documentType property.
      Parameters:
      value - allowed object is String
    • getDocumentDate

      public String getDocumentDate()
      Gets the value of the documentDate property.
      Returns:
      possible object is String
    • setDocumentDate

      public void setDocumentDate(String value)
      Sets the value of the documentDate property.
      Parameters:
      value - allowed object is String