com.sun.syndication.feed.module
public interface DCSubject extends Cloneable, CopyFrom
UNKNOWN: Dublin Core module.
Method Summary | |
---|---|
Object | clone()
Creates a deep clone of the object.
|
String | getTaxonomyUri()
Returns the DublinCore subject taxonomy URI.
|
String | getValue()
Returns the DublinCore subject value.
|
void | setTaxonomyUri(String taxonomyUri)
Sets the DublinCore subject taxonomy URI.
|
void | setValue(String value)
Sets the DublinCore subject value.
|
Returns: a clone of the object.
Throws: CloneNotSupportedException thrown if an element of the object cannot be cloned.
Returns: the DublinCore subject taxonomy URI, null if none.
Returns: the DublinCore subject value, null if none.
Parameters: taxonomyUri the DublinCore subject taxonomy URI to set, null if none.
Parameters: value the DublinCore subject value to set, null if none.