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