public class UnregisterPluginRequestMsg extends Object implements Serializable
Java class for UnregisterPluginRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnregisterPluginRequestMsg"> <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="plugin" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}plugin" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected List<Plugin> |
plugin |
Constructor and Description |
---|
UnregisterPluginRequestMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<Plugin> |
getPlugin()
Gets the value of the plugin property.
|
boolean |
isSetClassification() |
boolean |
isSetPlugin() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetPlugin() |
protected SecurityWrapper classification
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public List<Plugin> getPlugin()
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 plugin property.
For example, to add a new item, do as follows:
getPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
Plugin
public boolean isSetPlugin()
public void unsetPlugin()
Copyright © 2008–2017 MIL-OSS. All rights reserved.