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