
public class GetPluginListRequestMsg extends Object implements Serializable
Java class for GetPluginListRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPluginListRequestMsg">
<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="plugintype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="optionalPolicyTypeFilter" type="{urn:org:miloss:fgsms:services:interfaces:common}policyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected PolicyType |
optionalPolicyTypeFilter |
protected String |
plugintype |
| Constructor and Description |
|---|
GetPluginListRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
PolicyType |
getOptionalPolicyTypeFilter()
Gets the value of the optionalPolicyTypeFilter property.
|
String |
getPlugintype()
Gets the value of the plugintype property.
|
boolean |
isSetClassification() |
boolean |
isSetOptionalPolicyTypeFilter() |
boolean |
isSetPlugintype() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setOptionalPolicyTypeFilter(PolicyType value)
Sets the value of the optionalPolicyTypeFilter property.
|
void |
setPlugintype(String value)
Sets the value of the plugintype property.
|
protected SecurityWrapper classification
protected String plugintype
protected PolicyType optionalPolicyTypeFilter
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public String getPlugintype()
Stringpublic void setPlugintype(String value)
value - allowed object is
Stringpublic boolean isSetPlugintype()
public PolicyType getOptionalPolicyTypeFilter()
PolicyTypepublic void setOptionalPolicyTypeFilter(PolicyType value)
value - allowed object is
PolicyTypepublic boolean isSetOptionalPolicyTypeFilter()
Copyright © 2008–2017 MIL-OSS. All rights reserved.