public class GetDocumentResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="getDocumentReturn" type="{http://service.document.odfl.com}Response"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetDocumentResponse() |
Modifier and Type | Method and Description |
---|---|
Response |
getGetDocumentReturn()
Gets the value of the getDocumentReturn property.
|
void |
setGetDocumentReturn(Response value)
Sets the value of the getDocumentReturn property.
|