Class PluginConfig.Instances.Entry

java.lang.Object
com.priint.pubserver.config.PluginConfig.Instances.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
PluginConfig.Instances

public static class PluginConfig.Instances.Entry extends Object implements Serializable

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 Details

  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • 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 is PluginConfig
    • getKey

      public String getKey()
      Gets the value of the key property.
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Overrides:
      toString in class Object