Package com.adyen.model.nexo
Class SoundContent
- java.lang.Object
-
- com.adyen.model.nexo.SoundContent
-
public class SoundContent extends Object
Definition: Content of the Sound to play.Java class for SoundContent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoundContent"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="SoundFormat" type="{}SoundFormatType" /> <attribute name="Language" type="{}ISOLanguage2A" /> <attribute name="ReferenceID" type="{}ReferenceID" /> <attribute name="Text" type="{}Text" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringlanguageprotected StringreferenceIDprotected SoundFormatTypesoundFormatprotected Stringtext
-
Constructor Summary
Constructors Constructor Description SoundContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()Gets the value of the language property.StringgetReferenceID()Gets the value of the referenceID property.SoundFormatTypegetSoundFormat()Gets the value of the soundFormat property.StringgetText()Gets the value of the text property.voidsetLanguage(String value)Sets the value of the language property.voidsetReferenceID(String value)Sets the value of the referenceID property.voidsetSoundFormat(SoundFormatType value)Sets the value of the soundFormat property.voidsetText(String value)Sets the value of the text property.
-
-
-
Field Detail
-
soundFormat
protected SoundFormatType soundFormat
-
language
protected String language
-
referenceID
protected String referenceID
-
text
protected String text
-
-
Method Detail
-
getSoundFormat
public SoundFormatType getSoundFormat()
Gets the value of the soundFormat property.- Returns:
- possible object is
SoundFormatType
-
setSoundFormat
public void setSoundFormat(SoundFormatType value)
Sets the value of the soundFormat property.- Parameters:
value- allowed object isSoundFormatType
-
getLanguage
public String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getReferenceID
public String getReferenceID()
Gets the value of the referenceID property.- Returns:
- possible object is
String
-
setReferenceID
public void setReferenceID(String value)
Sets the value of the referenceID property.- Parameters:
value- allowed object isString
-
getText
public String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
-