org.openmobilealliance.schema.sti.v1_0
Class BitRateDetails

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.BitRateDetails
All Implemented Interfaces:
java.io.Serializable

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

Contains Bit rate details for media details.

Java class for BitRateDetails complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BitRateDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="average" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="minimum" type="{http://www.w3.org/2001/XMLSchema}float"/>
         <element name="maximum" type="{http://www.w3.org/2001/XMLSchema}float"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BitRateDetails()
           
 
Method Summary
 java.lang.Float getAverage()
          Gets the value of the average property.
 float getMaximum()
          Gets the value of the maximum property.
 float getMinimum()
          Gets the value of the minimum property.
 boolean isSetAverage()
           
 boolean isSetMaximum()
           
 boolean isSetMinimum()
           
 void setAverage(java.lang.Float value)
          Sets the value of the average property.
 void setMaximum(float value)
          Sets the value of the maximum property.
 void setMinimum(float value)
          Sets the value of the minimum property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitRateDetails

public BitRateDetails()
Method Detail

getAverage

public java.lang.Float getAverage()
Gets the value of the average property.

Returns:
possible object is Float

setAverage

public void setAverage(java.lang.Float value)
Sets the value of the average property.

Parameters:
value - allowed object is Float

isSetAverage

public boolean isSetAverage()

getMinimum

public float getMinimum()
Gets the value of the minimum property.


setMinimum

public void setMinimum(float value)
Sets the value of the minimum property.


isSetMinimum

public boolean isSetMinimum()

getMaximum

public float getMaximum()
Gets the value of the maximum property.


setMaximum

public void setMaximum(float value)
Sets the value of the maximum property.


isSetMaximum

public boolean isSetMaximum()