|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmobilealliance.schema.sti.v1_0.BitRateDetails
public class BitRateDetails
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>
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 |
---|
public BitRateDetails()
Method Detail |
---|
public java.lang.Float getAverage()
Float
public void setAverage(java.lang.Float value)
value
- allowed object is
Float
public boolean isSetAverage()
public float getMinimum()
public void setMinimum(float value)
public boolean isSetMinimum()
public float getMaximum()
public void setMaximum(float value)
public boolean isSetMaximum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |