Class 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.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Gets the value of the key property.
      PluginConfig getPluginConfig()
      Gets the value of the pluginConfig property.
      void setKey​(java.lang.String value)
      Sets the value of the key property.
      void setPluginConfig​(PluginConfig value)
      Set the value of the pluginConfig property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • key

        protected java.lang.String key
    • Constructor Detail

      • Entry

        public Entry()
    • 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 is PluginConfig
      • 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 is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object