magoffin.matt.ma2.domain
Interface WorkInfo

All Known Subinterfaces:
JobInfo

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

getDisplayName

java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getAmountCompleted

float getAmountCompleted()
Gets the value of the amountCompleted property.


setAmountCompleted

void setAmountCompleted(float value)
Sets the value of the amountCompleted property.


getTimeCompleted

java.lang.String getTimeCompleted()
Gets the value of the timeCompleted property.

Returns:
possible object is String

setTimeCompleted

void setTimeCompleted(java.lang.String value)
Sets the value of the timeCompleted property.

Parameters:
value - allowed object is String

getTicket

java.lang.Long getTicket()
Gets the value of the ticket property.

Returns:
possible object is Long

setTicket

void setTicket(java.lang.Long value)
Sets the value of the ticket property.

Parameters:
value - allowed object is Long

getError

java.lang.String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

void setError(java.lang.String value)
Sets the value of the error property.

Parameters:
value - allowed object is String

getMessage

java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getTimeStarted

java.lang.String getTimeStarted()
Gets the value of the timeStarted property.

Returns:
possible object is String

setTimeStarted

void setTimeStarted(java.lang.String value)
Sets the value of the timeStarted property.

Parameters:
value - allowed object is String

getPriority

int getPriority()
Gets the value of the priority property.


setPriority

void setPriority(int value)
Sets the value of the priority property.


getTimeSubmitted

java.lang.String getTimeSubmitted()
Gets the value of the timeSubmitted property.

Returns:
possible object is String

setTimeSubmitted

void setTimeSubmitted(java.lang.String value)
Sets the value of the timeSubmitted property.

Parameters:
value - allowed object is String