com.sun.syndication.feed.module
Interface DCSubjectI

All Superinterfaces:
java.lang.Cloneable, CopyFrom, ToString
All Known Implementing Classes:
DCSubject

public interface DCSubjectI
extends ToString, java.lang.Cloneable, CopyFrom

Subject of the Dublin Core Module.

Author:
Alejandro Abdelnur
See Also:
Dublin Core module.

Method Summary
 java.lang.Object clone()
          Creates a deep clone of the object.
 java.lang.String getTaxonomyUri()
          Returns the DublinCore subject taxonomy URI.
 java.lang.String getValue()
          Returns the DublinCore subject value.
 void setTaxonomyUri(java.lang.String taxonomyUri)
          Sets the DublinCore subject taxonomy URI.
 void setValue(java.lang.String value)
          Sets the DublinCore subject value.
 
Methods inherited from interface com.sun.syndication.common.ToString
toString
 
Methods inherited from interface com.sun.syndication.common.CopyFrom
copyFrom, getInterface
 

Method Detail

getTaxonomyUri

public java.lang.String getTaxonomyUri()
Returns the DublinCore subject taxonomy URI.

Returns:
the DublinCore subject taxonomy URI, null if none.

setTaxonomyUri

public void setTaxonomyUri(java.lang.String taxonomyUri)
Sets the DublinCore subject taxonomy URI.

Parameters:
taxonomyUri - the DublinCore subject taxonomy URI to set, null if none.

getValue

public java.lang.String getValue()
Returns the DublinCore subject value.

Returns:
the DublinCore subject value, null if none.

setValue

public void setValue(java.lang.String value)
Sets the DublinCore subject value.

Parameters:
value - the DublinCore subject value to set, null if none.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates a deep clone of the object.

Returns:
a clone of the object.
Throws:
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.


Copyright © 2004 Sun Microsystems. All Rights Reserved.