Package cz.martlin.xspf.playlist
Interface BaseXSPFElement
-
@Deprecated public interface BaseXSPFElement
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAnnotation()Deprecated.ElementgetAttribution()Deprecated.StringgetCreator()Deprecated.java.time.LocalDateTimegetDate()Deprecated.ElementgetExtension()Deprecated.URIgetIdentifier()Deprecated.URIgetImage()Deprecated.URIgetInfo()Deprecated.URIgetLicence()Deprecated.List<Element>getLinks()Deprecated.URIgetLocation()Deprecated.List<Element>getMetas()Deprecated.StringgetTitle()Deprecated.XSPFDocumentUtilitygetUtil()Deprecated.voidsetAnnotation(String annotation)Deprecated.voidsetCreator(String creator)Deprecated.voidsetDate(java.time.LocalDateTime date)Deprecated.voidsetIdentifier(URI identifier)Deprecated.voidsetImage(URI image)Deprecated.voidsetInfo(URI info)Deprecated.voidsetLicence(URI licence)Deprecated.voidsetLocation(URI location)Deprecated.voidsetTitle(String title)Deprecated.
-
-
-
Method Detail
-
getUtil
XSPFDocumentUtility getUtil()
Deprecated.
-
getTitle
String getTitle() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setTitle
void setTitle(String title) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getCreator
String getCreator() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setCreator
void setCreator(String creator) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getAnnotation
String getAnnotation() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setAnnotation
void setAnnotation(String annotation) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getInfo
URI getInfo() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setInfo
void setInfo(URI info) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getLocation
URI getLocation() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setLocation
void setLocation(URI location) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getIdentifier
URI getIdentifier() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setIdentifier
void setIdentifier(URI identifier) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getImage
URI getImage() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setImage
void setImage(URI image) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getDate
java.time.LocalDateTime getDate() throws XSPFExceptionDeprecated.- Throws:
XSPFException
-
setDate
void setDate(java.time.LocalDateTime date) throws XSPFExceptionDeprecated.- Throws:
XSPFException
-
getLicence
URI getLicence() throws XSPFException
Deprecated.- Throws:
XSPFException
-
setLicence
void setLicence(URI licence) throws XSPFException
Deprecated.- Throws:
XSPFException
-
getAttribution
Element getAttribution() throws XSPFException
Deprecated.- Throws:
XSPFException
-
getLinks
List<Element> getLinks() throws XSPFException
Deprecated.- Throws:
XSPFException
-
getMetas
List<Element> getMetas() throws XSPFException
Deprecated.- Throws:
XSPFException
-
getExtension
Element getExtension() throws XSPFException
Deprecated.- Throws:
XSPFException
-
-