Package org.cxml
Class DocumentInfo
java.lang.Object
org.cxml.DocumentInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentDate property.Gets the value of the documentID property.Gets the value of the documentType property.voidsetDocumentDate(String value) Sets the value of the documentDate property.voidsetDocumentID(String value) Sets the value of the documentID property.voidsetDocumentType(String value) Sets the value of the documentType property.
-
Field Details
-
documentID
-
documentType
-
documentDate
-
-
Constructor Details
-
DocumentInfo
public DocumentInfo()
-
-
Method Details
-
getDocumentID
Gets the value of the documentID property.- Returns:
- possible object is
String
-
setDocumentID
Sets the value of the documentID property.- Parameters:
value- allowed object isString
-
getDocumentType
Gets the value of the documentType property.- Returns:
- possible object is
String
-
setDocumentType
Sets the value of the documentType property.- Parameters:
value- allowed object isString
-
getDocumentDate
Gets the value of the documentDate property.- Returns:
- possible object is
String
-
setDocumentDate
Sets the value of the documentDate property.- Parameters:
value- allowed object isString
-