public class GetResponse 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="returnval" type="{urn:lookup}LookupServiceRegistrationInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LookupServiceRegistrationInfo |
returnval |
| Constructor and Description |
|---|
GetResponse() |
| Modifier and Type | Method and Description |
|---|---|
LookupServiceRegistrationInfo |
getReturnval()
Gets the value of the returnval property.
|
void |
setReturnval(LookupServiceRegistrationInfo value)
Sets the value of the returnval property.
|
protected LookupServiceRegistrationInfo returnval
public LookupServiceRegistrationInfo getReturnval()
LookupServiceRegistrationInfopublic void setReturnval(LookupServiceRegistrationInfo value)
value - allowed object is
LookupServiceRegistrationInfoCopyright © 2016. All Rights Reserved.