Package com.priint.pubserver.config
Class PluginConfig.Dependencies.PluginDependency
- java.lang.Object
-
- com.priint.pubserver.config.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.SerializableJava 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
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringnameprotected PluginConfigDependencyRestrictionrestriction
-
Constructor Summary
Constructors Constructor Description PluginDependency()PluginDependency(java.lang.String name)PluginDependency(java.lang.String name, PluginConfigDependencyRestriction restriction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetName()Gets the value of the name property.PluginConfigDependencyRestrictiongetRestriction()Gets the value of the restriction property.inthashCode()voidsetName(java.lang.String value)Set the value of the name property.voidsetRestriction(PluginConfigDependencyRestriction value)Set the value of the restriction property.java.lang.StringtoString()
-
-
-
Field Detail
-
name
protected java.lang.String name
-
restriction
protected PluginConfigDependencyRestriction restriction
-
-
Constructor Detail
-
PluginDependency
public PluginDependency()
-
PluginDependency
public PluginDependency(java.lang.String name)
-
PluginDependency
public PluginDependency(java.lang.String name, PluginConfigDependencyRestriction restriction)
-
-
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 isString
-
getRestriction
public PluginConfigDependencyRestriction getRestriction()
Gets the value of the restriction property.- Returns:
- possible object is
PluginConfigDependencyRestriction
-
setRestriction
public void setRestriction(PluginConfigDependencyRestriction value)
Set the value of the restriction property.- Parameters:
value- allowed object isPluginConfigDependencyRestriction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-