public class AbstractPrintableElementData extends AbstractIdData implements Serializable
Java class for abstractPrintableElementData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alreadyPrinted |
protected boolean |
availableForPrint |
idrequestId, statusCode, statusDetail| Constructor and Description |
|---|
AbstractPrintableElementData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAlreadyPrinted()
Gets the value of the alreadyPrinted property.
|
boolean |
isAvailableForPrint()
Gets the value of the availableForPrint property.
|
void |
setAlreadyPrinted(boolean value)
Sets the value of the alreadyPrinted property.
|
void |
setAvailableForPrint(boolean value)
Sets the value of the availableForPrint property.
|
getId, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected boolean alreadyPrinted
protected boolean availableForPrint
public boolean isAlreadyPrinted()
public void setAlreadyPrinted(boolean value)
public boolean isAvailableForPrint()
public void setAvailableForPrint(boolean value)
Copyright © 2021. All rights reserved.