Package org.cxml

Class DocumentInfo


  • public class DocumentInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String documentDate  
      protected java.lang.String documentID  
      protected java.lang.String documentType  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDocumentDate()
      Gets the value of the documentDate property.
      java.lang.String getDocumentID()
      Gets the value of the documentID property.
      java.lang.String getDocumentType()
      Gets the value of the documentType property.
      void setDocumentDate​(java.lang.String value)
      Sets the value of the documentDate property.
      void setDocumentID​(java.lang.String value)
      Sets the value of the documentID property.
      void setDocumentType​(java.lang.String value)
      Sets the value of the documentType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • documentID

        protected java.lang.String documentID
      • documentType

        protected java.lang.String documentType
      • documentDate

        protected java.lang.String documentDate
    • Constructor Detail

      • DocumentInfo

        public DocumentInfo()
    • Method Detail

      • getDocumentID

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

        public void setDocumentID​(java.lang.String value)
        Sets the value of the documentID property.
        Parameters:
        value - allowed object is String
      • getDocumentType

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

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

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

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