public class WSTCHQResponse 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="WSTCHQResult" type="{http://www.iru.org}TIRHolderResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TIRHolderResponse |
wstchqResult |
| Constructor and Description |
|---|
WSTCHQResponse() |
| Modifier and Type | Method and Description |
|---|---|
TIRHolderResponse |
getWSTCHQResult()
Gets the value of the wstchqResult property.
|
void |
setWSTCHQResult(TIRHolderResponse value)
Sets the value of the wstchqResult property.
|
protected TIRHolderResponse wstchqResult
public TIRHolderResponse getWSTCHQResult()
TIRHolderResponsepublic void setWSTCHQResult(TIRHolderResponse value)
value - allowed object is
TIRHolderResponseCopyright © 2017. All rights reserved.