|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.dailyprojectdata.resource.issuechange.jaxb.ChangedItem
public class ChangedItem
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>
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 |
---|
protected java.lang.String fromValue
protected java.lang.String key
protected java.lang.String toValue
Constructor Detail |
---|
public ChangedItem()
Method Detail |
---|
public java.lang.String getFromValue()
String
public void setFromValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetFromValue()
public java.lang.String getKey()
String
public void setKey(java.lang.String value)
value
- allowed object is
String
public boolean isSetKey()
public java.lang.String getToValue()
String
public void setToValue(java.lang.String value)
value
- allowed object is
String
public boolean isSetToValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |