Package com.priint.pubserver.config
Class PluginConfig.Dependencies.PluginDependency
java.lang.Object
com.priint.pubserver.config.PluginConfig.Dependencies.PluginDependency
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PluginConfig.Dependencies
public static class PluginConfig.Dependencies.PluginDependency
extends Object
implements 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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginDependency(String name) PluginDependency(String name, PluginConfigDependencyRestriction restriction) -
Method Summary
-
Field Details
-
name
-
restriction
-
-
Constructor Details
-
PluginDependency
public PluginDependency() -
PluginDependency
-
PluginDependency
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Set the value of the name property.- Parameters:
value- allowed object isString
-
getRestriction
Gets the value of the restriction property.- Returns:
- possible object is
PluginConfigDependencyRestriction
-
setRestriction
Set the value of the restriction property.- Parameters:
value- allowed object isPluginConfigDependencyRestriction
-
toString
-
hashCode
public int hashCode() -
equals
-