
public class GetAvailableAlertRegistrationsResponseMsg extends Object implements Serializable
Java class for GetAvailableAlertRegistrationsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAvailableAlertRegistrationsResponseMsg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/>
<element name="ServicePolicy" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ServicePolicy" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected List<ServicePolicy> |
servicePolicy |
| Constructor and Description |
|---|
GetAvailableAlertRegistrationsResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<ServicePolicy> |
getServicePolicy()
Gets the value of the servicePolicy property.
|
boolean |
isSetClassification() |
boolean |
isSetServicePolicy() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetServicePolicy() |
protected SecurityWrapper classification
protected List<ServicePolicy> servicePolicy
public GetAvailableAlertRegistrationsResponseMsg()
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public List<ServicePolicy> getServicePolicy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the servicePolicy property.
For example, to add a new item, do as follows:
getServicePolicy().add(newItem);
Objects of the following type(s) are allowed in the list
ServicePolicy
public boolean isSetServicePolicy()
public void unsetServicePolicy()
Copyright © 2008–2017 MIL-OSS. All rights reserved.