|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkInfo
Java content class for work-info complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 68)
<complexType name="work-info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="amount-completed" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="displayName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ticket" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="time-completed" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time-started" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time-submitted" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
float |
getAmountCompleted()
Gets the value of the amountCompleted property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getError()
Gets the value of the error property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
int |
getPriority()
Gets the value of the priority property. |
java.lang.Long |
getTicket()
Gets the value of the ticket property. |
java.lang.String |
getTimeCompleted()
Gets the value of the timeCompleted property. |
java.lang.String |
getTimeStarted()
Gets the value of the timeStarted property. |
java.lang.String |
getTimeSubmitted()
Gets the value of the timeSubmitted property. |
void |
setAmountCompleted(float value)
Sets the value of the amountCompleted property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setError(java.lang.String value)
Sets the value of the error property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setPriority(int value)
Sets the value of the priority property. |
void |
setTicket(java.lang.Long value)
Sets the value of the ticket property. |
void |
setTimeCompleted(java.lang.String value)
Sets the value of the timeCompleted property. |
void |
setTimeStarted(java.lang.String value)
Sets the value of the timeStarted property. |
void |
setTimeSubmitted(java.lang.String value)
Sets the value of the timeSubmitted property. |
Method Detail |
---|
java.lang.String getDisplayName()
String
void setDisplayName(java.lang.String value)
value
- allowed object is
String
float getAmountCompleted()
void setAmountCompleted(float value)
java.lang.String getTimeCompleted()
String
void setTimeCompleted(java.lang.String value)
value
- allowed object is
String
java.lang.Long getTicket()
Long
void setTicket(java.lang.Long value)
value
- allowed object is
Long
java.lang.String getError()
String
void setError(java.lang.String value)
value
- allowed object is
String
java.lang.String getMessage()
String
void setMessage(java.lang.String value)
value
- allowed object is
String
java.lang.String getTimeStarted()
String
void setTimeStarted(java.lang.String value)
value
- allowed object is
String
int getPriority()
void setPriority(int value)
java.lang.String getTimeSubmitted()
String
void setTimeSubmitted(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 |