
public class GetDomainListResponse extends Object implements Serializable
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="response" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}GetDomainListResponseMsg"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GetDomainListResponseMsg |
response |
| Constructor and Description |
|---|
GetDomainListResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetDomainListResponseMsg |
getResponse()
Gets the value of the response property.
|
boolean |
isSetResponse() |
void |
setResponse(GetDomainListResponseMsg value)
Sets the value of the response property.
|
protected GetDomainListResponseMsg response
public GetDomainListResponseMsg getResponse()
GetDomainListResponseMsgpublic void setResponse(GetDomainListResponseMsg value)
value - allowed object is
GetDomainListResponseMsgpublic boolean isSetResponse()
Copyright © 2008–2017 MIL-OSS. All rights reserved.