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, availableForPrint
id
requestId, 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, setAvailableForPrint
getId, setId
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected String documentClass
protected DocumentClassEnum documentClassEnum
protected String documentType
protected Long orderId
public String getDocumentClass()
String
public void setDocumentClass(String value)
value
- allowed object is
String
public DocumentClassEnum getDocumentClassEnum()
DocumentClassEnum
public void setDocumentClassEnum(DocumentClassEnum value)
value
- allowed object is
DocumentClassEnum
public String getDocumentType()
String
public void setDocumentType(String value)
value
- allowed object is
String
public Long getOrderId()
Long
Copyright © 2021. All rights reserved.