public class AudioOrVideo extends Object implements Serializable
Java class for audioOrVideo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="audioOrVideo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="caption" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="duration" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
caption |
protected String |
duration |
protected String |
mimeType |
protected String |
url |
Constructor and Description |
---|
AudioOrVideo() |
Modifier and Type | Method and Description |
---|---|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDuration()
Gets the value of the duration property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDuration(String value)
Sets the value of the duration property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected String mimeType
protected String caption
protected String duration
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public String getCaption()
String
public void setCaption(String value)
value
- allowed object is
String
public String getDuration()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.