public class WSREResponse extends 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="WSREResult" type="{http://www.iru.org}SafeTIRUploadAck"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SafeTIRUploadAck |
wsreResult |
| Constructor and Description |
|---|
WSREResponse() |
| Modifier and Type | Method and Description |
|---|---|
SafeTIRUploadAck |
getWSREResult()
Gets the value of the wsreResult property.
|
void |
setWSREResult(SafeTIRUploadAck value)
Sets the value of the wsreResult property.
|
protected SafeTIRUploadAck wsreResult
public SafeTIRUploadAck getWSREResult()
SafeTIRUploadAckpublic void setWSREResult(SafeTIRUploadAck value)
value - allowed object is
SafeTIRUploadAckCopyright © 2017. All rights reserved.