|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alembik.schema.mts.v1_0.TranscodingState
public class TranscodingState
The description of the current state of a transcoding process. It holds information on the process phase and its progress (in percents).
Java class for TranscodingState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscodingState"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="phase" type="{http://www.alembik.org/schema/mts/v1_0}Phase"/> <element name="percentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TranscodingState()
|
Method Summary | |
---|---|
java.lang.Integer |
getPercentage()
Gets the value of the percentage property. |
Phase |
getPhase()
Gets the value of the phase property. |
boolean |
isSetPercentage()
|
boolean |
isSetPhase()
|
void |
setPercentage(java.lang.Integer value)
Sets the value of the percentage property. |
void |
setPhase(Phase value)
Sets the value of the phase property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscodingState()
Method Detail |
---|
public Phase getPhase()
Phase
public void setPhase(Phase value)
value
- allowed object is
Phase
public boolean isSetPhase()
public java.lang.Integer getPercentage()
Integer
public void setPercentage(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isSetPercentage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |