public class PrintResponse extends Object
Java class for PrintResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
</sequence>
<attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentQualifierType |
documentQualifier
The Document qualifier.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
PrintResponse() |
| Modifier and Type | Method and Description |
|---|---|
DocumentQualifierType |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected DocumentQualifierType documentQualifier
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic DocumentQualifierType getDocumentQualifier()
DocumentQualifierTypepublic void setDocumentQualifier(DocumentQualifierType value)
value - allowed object is DocumentQualifierTypeCopyright © 2022. All rights reserved.