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