org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective
Class TraitActivatorType

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.serverplugin.perspective.TraitActivatorType

public class TraitActivatorType
extends java.lang.Object

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

isCaseSensitive

protected java.lang.Boolean isCaseSensitive

isEquals

protected java.lang.Boolean isEquals

trait

protected java.lang.String trait

value

protected java.lang.String value
Constructor Detail

TraitActivatorType

public TraitActivatorType()
Method Detail

isIsCaseSensitive

public boolean isIsCaseSensitive()
Gets the value of the isCaseSensitive property.

Returns:
possible object is Boolean

setIsCaseSensitive

public void setIsCaseSensitive(java.lang.Boolean value)
Sets the value of the isCaseSensitive property.

Parameters:
value - allowed object is Boolean

isIsEquals

public boolean isIsEquals()
Gets the value of the isEquals property.

Returns:
possible object is Boolean

setIsEquals

public void setIsEquals(java.lang.Boolean value)
Sets the value of the isEquals property.

Parameters:
value - allowed object is Boolean

getTrait

public java.lang.String getTrait()
Gets the value of the trait property.

Returns:
possible object is String

setTrait

public void setTrait(java.lang.String value)
Sets the value of the trait property.

Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.