org.alembik.schema.mts.v1_0
Class TranscodingState

java.lang.Object
  extended by org.alembik.schema.mts.v1_0.TranscodingState
All Implemented Interfaces:
java.io.Serializable

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

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>
 

See Also:
Serialized Form

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

TranscodingState

public TranscodingState()
Method Detail

getPhase

public Phase getPhase()
Gets the value of the phase property.

Returns:
possible object is Phase

setPhase

public void setPhase(Phase value)
Sets the value of the phase property.

Parameters:
value - allowed object is Phase

isSetPhase

public boolean isSetPhase()

getPercentage

public java.lang.Integer getPercentage()
Gets the value of the percentage property.

Returns:
possible object is Integer

setPercentage

public void setPercentage(java.lang.Integer value)
Sets the value of the percentage property.

Parameters:
value - allowed object is Integer

isSetPercentage

public boolean isSetPercentage()