Package org.cxml
Class DocumentInfo
- java.lang.Object
-
- org.cxml.DocumentInfo
-
public class DocumentInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdocumentDateprotected java.lang.StringdocumentIDprotected java.lang.StringdocumentType
-
Constructor Summary
Constructors Constructor Description DocumentInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentDate()Gets the value of the documentDate property.java.lang.StringgetDocumentID()Gets the value of the documentID property.java.lang.StringgetDocumentType()Gets the value of the documentType property.voidsetDocumentDate(java.lang.String value)Sets the value of the documentDate property.voidsetDocumentID(java.lang.String value)Sets the value of the documentID property.voidsetDocumentType(java.lang.String value)Sets the value of the documentType property.
-
-
-
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 isString
-
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 isString
-
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 isString
-
-