public class GetPluginHtmlFormattedDisplayRequestMsgWrapper extends Object implements Serializable
Java class for GetPluginHtmlFormattedDisplayRequestMsgWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPluginHtmlFormattedDisplayRequestMsgWrapper"> <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="classname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameters" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePair" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected String |
classname |
protected List<NameValuePair> |
parameters |
protected String |
plugintype |
Constructor and Description |
---|
GetPluginHtmlFormattedDisplayRequestMsgWrapper() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getClassname()
Gets the value of the classname property.
|
List<NameValuePair> |
getParameters()
Gets the value of the parameters property.
|
String |
getPlugintype()
Gets the value of the plugintype property.
|
boolean |
isSetClassification() |
boolean |
isSetClassname() |
boolean |
isSetParameters() |
boolean |
isSetPlugintype() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setClassname(String value)
Sets the value of the classname property.
|
void |
setPlugintype(String value)
Sets the value of the plugintype property.
|
void |
unsetParameters() |
protected SecurityWrapper classification
protected String plugintype
protected String classname
protected List<NameValuePair> parameters
public GetPluginHtmlFormattedDisplayRequestMsgWrapper()
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getPlugintype()
String
public void setPlugintype(String value)
value
- allowed object is
String
public boolean isSetPlugintype()
public String getClassname()
String
public void setClassname(String value)
value
- allowed object is
String
public boolean isSetClassname()
public List<NameValuePair> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
NameValuePair
public boolean isSetParameters()
public void unsetParameters()
Copyright © 2008–2017 MIL-OSS. All rights reserved.