org.hackystat.dailyprojectdata.resource.issuechange.jaxb
Class ChangedItem

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
All Implemented Interfaces:
java.io.Serializable

public class ChangedItem
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="FromValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ToValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String fromValue
           
protected  java.lang.String key
           
protected  java.lang.String toValue
           
 
Constructor Summary
ChangedItem()
           
 
Method Summary
 java.lang.String getFromValue()
          Gets the value of the fromValue property.
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.String getToValue()
          Gets the value of the toValue property.
 boolean isSetFromValue()
           
 boolean isSetKey()
           
 boolean isSetToValue()
           
 void setFromValue(java.lang.String value)
          Sets the value of the fromValue property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setToValue(java.lang.String value)
          Sets the value of the toValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromValue

protected java.lang.String fromValue

key

protected java.lang.String key

toValue

protected java.lang.String toValue
Constructor Detail

ChangedItem

public ChangedItem()
Method Detail

getFromValue

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

Returns:
possible object is String

setFromValue

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

Parameters:
value - allowed object is String

isSetFromValue

public boolean isSetFromValue()

getKey

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

Returns:
possible object is String

setKey

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

Parameters:
value - allowed object is String

isSetKey

public boolean isSetKey()

getToValue

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

Returns:
possible object is String

setToValue

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

Parameters:
value - allowed object is String

isSetToValue

public boolean isSetToValue()