public class GetAdministratorsResponse 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="GetfgsmsAdministratorsResult" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}GetfgsmsAdministratorsResponseMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GetAdministratorsResponseMsg |
getAdministratorsResult |
Constructor and Description |
---|
GetAdministratorsResponse() |
Modifier and Type | Method and Description |
---|---|
GetAdministratorsResponseMsg |
getGetAdministratorsResult()
Gets the value of the getfgsmsAdministratorsResult property.
|
boolean |
isSetGetAdministratorsResult() |
void |
setGetAdministratorsResult(GetAdministratorsResponseMsg value)
Sets the value of the getfgsmsAdministratorsResult property.
|
protected GetAdministratorsResponseMsg getAdministratorsResult
public GetAdministratorsResponseMsg getGetAdministratorsResult()
GetfgsmsAdministratorsResponseMsg
public void setGetAdministratorsResult(GetAdministratorsResponseMsg value)
value
- allowed object is
GetfgsmsAdministratorsResponseMsg
public boolean isSetGetAdministratorsResult()
Copyright © 2008–2017 MIL-OSS. All rights reserved.