Package com.priint.pubserver.config
Class PluginConfig.Instances.Entry
java.lang.Object
com.priint.pubserver.config.PluginConfig.Instances.Entry
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PluginConfig.Instances
Java 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets the value of the key property.Gets the value of the pluginConfig property.voidSets the value of the key property.voidsetPluginConfig(PluginConfig value) Set the value of the pluginConfig property.toString()
-
Field Details
-
pluginConfig
-
key
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getPluginConfig
Gets the value of the pluginConfig property.- Returns:
- possible object is
PluginConfig
-
setPluginConfig
Set the value of the pluginConfig property.- Parameters:
value- allowed object isPluginConfig
-
getKey
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-
toString
-