Package com.priint.pubserver.config
Class PluginConfig.Instances.Entry
- java.lang.Object
-
- com.priint.pubserver.config.PluginConfig.Instances.Entry
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PluginConfig.Instances
public static class PluginConfig.Instances.Entry extends java.lang.Object implements java.io.SerializableJava class for anonymous complex type.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PluginConfig" type="{com.priint.pubserver.config.manager/20130620}pluginConfig" minOccurs="0"/> </sequence> <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringkeyprotected PluginConfigpluginConfig
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the value of the key property.PluginConfiggetPluginConfig()Gets the value of the pluginConfig property.voidsetKey(java.lang.String value)Sets the value of the key property.voidsetPluginConfig(PluginConfig value)Set the value of the pluginConfig property.java.lang.StringtoString()
-
-
-
Field Detail
-
pluginConfig
protected PluginConfig pluginConfig
-
key
protected java.lang.String key
-
-
Method Detail
-
getPluginConfig
public PluginConfig getPluginConfig()
Gets the value of the pluginConfig property.- Returns:
- possible object is
PluginConfig
-
setPluginConfig
public void setPluginConfig(PluginConfig value)
Set the value of the pluginConfig property.- Parameters:
value- allowed object isPluginConfig
-
getKey
public java.lang.String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(java.lang.String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-