public class License extends Object
| Constructor and Description |
|---|
License() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
A link to a long-form version of the license.
|
String |
getLabel()
Label to display license information.
|
String |
getType()
The document type of the href.
|
void |
setHref(String href) |
void |
setLabel(String label) |
void |
setType(String type) |
String |
toString() |
public String getHref()
A link to a long-form version of the license.
Listed in Media RSS namespace specification.
String, or nullpublic void setHref(String href)
public String getType()
The document type of the href.
Listed in Media RSS namespace specification.
String, or nullpublic void setType(String type)
public String getLabel()
Label to display license information.
Listed in Media RSS namespace specification.
String, or nullpublic void setLabel(String label)
Copyright © 2018. All rights reserved.