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