Method Summary |
|
public Object | clone() Creates a deep 'bean' clone of the object. |
public boolean | equals(Object other) Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. |
public String | getMode() Returns the content mode (Atom 0.3 only). |
public String | getSrc() |
public String | getType() Returns the content type. |
public String | getValue() Returns the content value. |
public int | hashCode() Returns a hashcode value for the object. |
public void | setMode(String mode) Sets the content mode (Atom 0.3 only). |
public void | setSrc(String src) |
public void | setType(String type) Sets the content type. |
public void | setValue(String value) Sets the content value. |
public String | toString() Returns the String representation for the object. |