Class License

  • All Implemented Interfaces:
    Serializable

    public class License
    extends Object
    implements Serializable
    Optional tag to include machine-readable license information about a media object.
    Since:
    MediaRSS 1.5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • License

        public License()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getHref

        public URL getHref()
      • setHref

        public void setHref​(URL href)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object