public class ContentItem
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
contentAbout |
private java.lang.String |
contentEncoding |
private java.lang.String |
contentFormat |
private java.lang.String |
contentResource |
private java.lang.String |
contentValue |
private java.util.List<org.jdom2.Content> |
contentValueDOM |
private java.util.List<org.jdom2.Namespace> |
contentValueNamespace |
private java.lang.String |
contentValueParseType |
Constructor and Description |
---|
ContentItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContentAbout() |
java.lang.String |
getContentEncoding() |
java.lang.String |
getContentFormat() |
java.lang.String |
getContentResource() |
java.lang.String |
getContentValue() |
java.util.List<org.jdom2.Content> |
getContentValueDOM() |
java.util.List<org.jdom2.Namespace> |
getContentValueNamespaces() |
java.lang.String |
getContentValueParseType() |
int |
hashCode() |
void |
setContentAbout(java.lang.String contentAbout) |
void |
setContentEncoding(java.lang.String contentEncoding) |
void |
setContentFormat(java.lang.String contentFormat) |
void |
setContentResource(java.lang.String contentResource) |
void |
setContentValue(java.lang.String contentValue) |
void |
setContentValueDOM(java.util.List<org.jdom2.Content> contentValueDOM) |
void |
setContentValueNamespaces(java.util.List<org.jdom2.Namespace> contentValueNamespace) |
void |
setContentValueParseType(java.lang.String contentValueParseType) |
private java.lang.String contentFormat
private java.lang.String contentEncoding
private java.lang.String contentValue
private java.util.List<org.jdom2.Content> contentValueDOM
private java.lang.String contentAbout
private java.lang.String contentValueParseType
private java.util.List<org.jdom2.Namespace> contentValueNamespace
private java.lang.String contentResource
public java.lang.String getContentFormat()
public void setContentFormat(java.lang.String contentFormat)
public java.lang.String getContentEncoding()
public void setContentEncoding(java.lang.String contentEncoding)
public java.lang.String getContentValue()
public void setContentValue(java.lang.String contentValue)
public java.util.List<org.jdom2.Content> getContentValueDOM()
public void setContentValueDOM(java.util.List<org.jdom2.Content> contentValueDOM)
public java.lang.String getContentAbout()
public void setContentAbout(java.lang.String contentAbout)
public java.lang.String getContentValueParseType()
public void setContentValueParseType(java.lang.String contentValueParseType)
public java.util.List<org.jdom2.Namespace> getContentValueNamespaces()
public void setContentValueNamespaces(java.util.List<org.jdom2.Namespace> contentValueNamespace)
public java.lang.String getContentResource()
public void setContentResource(java.lang.String contentResource)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object