public class Media extends Object implements Serializable
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 ref="{http://exlp.sf.net/io}file" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="src" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dst" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dst |
protected net.sf.exlp.xml.io.File |
file |
protected String |
id |
protected String |
src |
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDst()
Gets the value of the dst property.
|
net.sf.exlp.xml.io.File |
getFile()
Gets the value of the file property.
|
String |
getId()
Gets the value of the id property.
|
String |
getSrc()
Gets the value of the src property.
|
boolean |
isSetDst() |
boolean |
isSetFile() |
boolean |
isSetId() |
boolean |
isSetSrc() |
void |
setDst(String value)
Sets the value of the dst property.
|
void |
setFile(net.sf.exlp.xml.io.File value)
Sets the value of the file property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
protected net.sf.exlp.xml.io.File file
protected String id
protected String src
protected String dst
public net.sf.exlp.xml.io.File getFile()
Filepublic void setFile(net.sf.exlp.xml.io.File value)
value - allowed object is
Filepublic boolean isSetFile()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getSrc()
Stringpublic void setSrc(String value)
value - allowed object is
Stringpublic boolean isSetSrc()
public String getDst()
Stringpublic void setDst(String value)
value - allowed object is
Stringpublic boolean isSetDst()
Copyright © 2023. All rights reserved.