public interface SyndEnclosure extends Cloneable, CopyFrom
Modifier and Type | Method and Description |
---|---|
long |
getLength()
Returns the enclosure length.
|
String |
getType()
Returns the enclosure type.
|
String |
getUrl()
Returns the enclosure URL.
|
void |
setLength(long length)
Sets the enclosure length.
|
void |
setType(String type)
Sets the enclosure type.
|
void |
setUrl(String url)
Sets the enclosure URL.
|
copyFrom, getInterface
String getUrl()
void setUrl(String url)
url
- the enclosure URL to set, null if none.long getLength()
void setLength(long length)
length
- the enclosure length to set, 0 if none.String getType()
void setType(String type)
type
- the enclosure type to set, null if none.Copyright © 2017. All rights reserved.