public class DocumentData extends AbstractPrintableElementData implements Serializable
Java class for documentData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentClass |
protected DocumentClassEnum |
documentClassEnum |
protected String |
documentType |
protected Long |
orderId |
alreadyPrinted, availableForPrintidrequestId, statusCode, statusDetail| Constructor and Description |
|---|
DocumentData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentClass()
Gets the value of the documentClass property.
|
DocumentClassEnum |
getDocumentClassEnum()
Gets the value of the documentClassEnum property.
|
String |
getDocumentType()
Gets the value of the documentType property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
void |
setDocumentClass(String value)
Sets the value of the documentClass property.
|
void |
setDocumentClassEnum(DocumentClassEnum value)
Sets the value of the documentClassEnum property.
|
void |
setDocumentType(String value)
Sets the value of the documentType property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
isAlreadyPrinted, isAvailableForPrint, setAlreadyPrinted, setAvailableForPrintgetId, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected String documentClass
protected DocumentClassEnum documentClassEnum
protected String documentType
protected Long orderId
public String getDocumentClass()
Stringpublic void setDocumentClass(String value)
value - allowed object is
Stringpublic DocumentClassEnum getDocumentClassEnum()
DocumentClassEnumpublic void setDocumentClassEnum(DocumentClassEnum value)
value - allowed object is
DocumentClassEnumpublic String getDocumentType()
Stringpublic void setDocumentType(String value)
value - allowed object is
Stringpublic Long getOrderId()
LongCopyright © 2021. All rights reserved.