|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TraitActivatorType
public class TraitActivatorType
Java class for TraitActivatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraitActivatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="isCaseSensitive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isEquals" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="trait" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
isCaseSensitive
|
protected java.lang.Boolean |
isEquals
|
protected java.lang.String |
trait
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
TraitActivatorType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTrait()
Gets the value of the trait property. |
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isIsCaseSensitive()
Gets the value of the isCaseSensitive property. |
boolean |
isIsEquals()
Gets the value of the isEquals property. |
void |
setIsCaseSensitive(java.lang.Boolean value)
Sets the value of the isCaseSensitive property. |
void |
setIsEquals(java.lang.Boolean value)
Sets the value of the isEquals property. |
void |
setTrait(java.lang.String value)
Sets the value of the trait property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean isCaseSensitive
protected java.lang.Boolean isEquals
protected java.lang.String trait
protected java.lang.String value
| Constructor Detail |
|---|
public TraitActivatorType()
| Method Detail |
|---|
public boolean isIsCaseSensitive()
Booleanpublic void setIsCaseSensitive(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isIsEquals()
Booleanpublic void setIsEquals(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getTrait()
Stringpublic void setTrait(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||