Class PluginConfig.Dependencies.PluginDependency

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PluginConfig.Dependencies

    public static class PluginConfig.Dependencies.PluginDependency
    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>
           </sequence>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="restriction" type="{com.priint.pubserver.config.manager/20130620}PluginConfigDependencyRestriction" />
         </restriction>
       </complexContent>
     </complexType>
     
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • PluginDependency

        public PluginDependency()
      • PluginDependency

        public PluginDependency​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Set the value of the name property.
        Parameters:
        value - allowed object is String
      • toString

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object