public class SoundRequest extends Object
Java class for SoundRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoundRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SoundContent" type="{}SoundContent"/>
</sequence>
<attribute name="ResponseMode" type="{}ResponseModeType" default="NotRequired" />
<attribute name="SoundAction" use="required" type="{}SoundActionType" />
<attribute name="SoundVolume" type="{}SoundVolume" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ResponseModeType |
responseMode
The Response mode.
|
protected SoundActionType |
soundAction
The Sound action.
|
protected SoundContent |
soundContent
The Sound content.
|
protected BigInteger |
soundVolume
The Sound volume.
|
| Constructor and Description |
|---|
SoundRequest() |
| Modifier and Type | Method and Description |
|---|---|
ResponseModeType |
getResponseMode()
Gets the value of the responseMode property.
|
SoundActionType |
getSoundAction()
Gets the value of the soundAction property.
|
SoundContent |
getSoundContent()
Gets the value of the soundContent property.
|
BigInteger |
getSoundVolume()
Gets the value of the soundVolume property.
|
void |
setResponseMode(ResponseModeType value)
Sets the value of the responseMode property.
|
void |
setSoundAction(SoundActionType value)
Sets the value of the soundAction property.
|
void |
setSoundContent(SoundContent value)
Sets the value of the soundContent property.
|
void |
setSoundVolume(BigInteger value)
Sets the value of the soundVolume property.
|
protected SoundContent soundContent
protected ResponseModeType responseMode
protected SoundActionType soundAction
protected BigInteger soundVolume
public SoundContent getSoundContent()
SoundContentpublic void setSoundContent(SoundContent value)
value - allowed object is SoundContentpublic ResponseModeType getResponseMode()
ResponseModeTypepublic void setResponseMode(ResponseModeType value)
value - allowed object is ResponseModeTypepublic SoundActionType getSoundAction()
SoundActionTypepublic void setSoundAction(SoundActionType value)
value - allowed object is SoundActionTypepublic BigInteger getSoundVolume()
BigIntegerpublic void setSoundVolume(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.