public class GetPluginInformationResponseMsg extends Object implements Serializable
Java class for GetPluginInformationResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetPluginInformationResponseMsg"> <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="help" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="requiredParameter" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePair" maxOccurs="unbounded"/> <element name="optionalParameter" 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 |
displayName |
protected String |
help |
protected List<NameValuePair> |
optionalParameter |
protected List<NameValuePair> |
requiredParameter |
Constructor and Description |
---|
GetPluginInformationResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getHelp()
Gets the value of the help property.
|
List<NameValuePair> |
getOptionalParameter()
Gets the value of the optionalParameter property.
|
List<NameValuePair> |
getRequiredParameter()
Gets the value of the requiredParameter property.
|
boolean |
isSetClassification() |
boolean |
isSetDisplayName() |
boolean |
isSetHelp() |
boolean |
isSetOptionalParameter() |
boolean |
isSetRequiredParameter() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setHelp(String value)
Sets the value of the help property.
|
void |
unsetOptionalParameter() |
void |
unsetRequiredParameter() |
protected SecurityWrapper classification
protected String help
protected String displayName
protected List<NameValuePair> requiredParameter
protected List<NameValuePair> optionalParameter
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getHelp()
String
public void setHelp(String value)
value
- allowed object is
String
public boolean isSetHelp()
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public boolean isSetDisplayName()
public List<NameValuePair> getRequiredParameter()
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 requiredParameter property.
For example, to add a new item, do as follows:
getRequiredParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValuePair
public boolean isSetRequiredParameter()
public void unsetRequiredParameter()
public List<NameValuePair> getOptionalParameter()
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 optionalParameter property.
For example, to add a new item, do as follows:
getOptionalParameter().add(newItem);
Objects of the following type(s) are allowed in the list
NameValuePair
public boolean isSetOptionalParameter()
public void unsetOptionalParameter()
Copyright © 2008–2017 MIL-OSS. All rights reserved.