org.openmobilealliance.schema.sti.v1_0
Class Audio.Synthetic

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.Audio.Synthetic
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Audio

public static class Audio.Synthetic
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="channelToUse" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
         <element name="channelsPriority" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="instrument" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Audio.Synthetic()
           
 
Method Summary
 java.lang.String getChannelsPriority()
          Gets the value of the channelsPriority property.
 java.lang.Integer getChannelToUse()
          Gets the value of the channelToUse property.
 java.lang.Integer getInstrument()
          Gets the value of the instrument property.
 boolean isSetChannelsPriority()
           
 boolean isSetChannelToUse()
           
 boolean isSetInstrument()
           
 void setChannelsPriority(java.lang.String value)
          Sets the value of the channelsPriority property.
 void setChannelToUse(java.lang.Integer value)
          Sets the value of the channelToUse property.
 void setInstrument(java.lang.Integer value)
          Sets the value of the instrument property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audio.Synthetic

public Audio.Synthetic()
Method Detail

getChannelToUse

public java.lang.Integer getChannelToUse()
Gets the value of the channelToUse property.

Returns:
possible object is Integer

setChannelToUse

public void setChannelToUse(java.lang.Integer value)
Sets the value of the channelToUse property.

Parameters:
value - allowed object is Integer

isSetChannelToUse

public boolean isSetChannelToUse()

getChannelsPriority

public java.lang.String getChannelsPriority()
Gets the value of the channelsPriority property.

Returns:
possible object is String

setChannelsPriority

public void setChannelsPriority(java.lang.String value)
Sets the value of the channelsPriority property.

Parameters:
value - allowed object is String

isSetChannelsPriority

public boolean isSetChannelsPriority()

getInstrument

public java.lang.Integer getInstrument()
Gets the value of the instrument property.

Returns:
possible object is Integer

setInstrument

public void setInstrument(java.lang.Integer value)
Sets the value of the instrument property.

Parameters:
value - allowed object is Integer

isSetInstrument

public boolean isSetInstrument()