public static class Deployment.Data.Audio extends Object
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="URI" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Processed" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Raw" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
processed |
protected String |
raw |
protected String |
uri |
Constructor and Description |
---|
Audio() |
Modifier and Type | Method and Description |
---|---|
String |
getProcessed()
Gets the value of the processed property.
|
String |
getRaw()
Gets the value of the raw property.
|
String |
getURI()
Gets the value of the uri property.
|
void |
setProcessed(String value)
Sets the value of the processed property.
|
void |
setRaw(String value)
Sets the value of the raw property.
|
void |
setURI(String value)
Sets the value of the uri property.
|
public String getURI()
String
public void setURI(String value)
value
- allowed object is
String
public String getProcessed()
String
public void setProcessed(String value)
value
- allowed object is
String
public String getRaw()
String
Copyright © 2024 Tethys. All rights reserved.