/**
* DOCUMENT_ME
*/
public void destroy( )
{
JobPropertiesDocument jobPropDoc = (JobPropertiesDocument) ((XmlBeansResourcePropertySet)getResourcePropertySet()).toXmlObject();
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobPropertiesDocument.JobProperties jobProperties = jobPropDoc.getJobProperties();
java.math.BigInteger jobId = jobProperties.getJobId();
PrinterPortResource printerResource = getPrinterResource();
ResourceProperty printerJobProperties =
printerResource.getResourcePropertySet( ).get( PrinterPortPropertyQNames.JOB_PROPERTIES );