Constructor and Description |
---|
ContentItem() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getContentAbout() |
String |
getContentEncoding() |
String |
getContentFormat() |
String |
getContentResource() |
String |
getContentValue() |
List<org.jdom2.Content> |
getContentValueDOM() |
List<org.jdom2.Namespace> |
getContentValueNamespaces() |
String |
getContentValueParseType() |
int |
hashCode() |
void |
setContentAbout(String contentAbout) |
void |
setContentEncoding(String contentEncoding) |
void |
setContentFormat(String contentFormat) |
void |
setContentResource(String contentResource) |
void |
setContentValue(String contentValue) |
void |
setContentValueDOM(List<org.jdom2.Content> contentValueDOM) |
void |
setContentValueNamespaces(List<org.jdom2.Namespace> contentValueNamespace) |
void |
setContentValueParseType(String contentValueParseType) |
public String getContentFormat()
public void setContentFormat(String contentFormat)
public String getContentEncoding()
public void setContentEncoding(String contentEncoding)
public String getContentValue()
public void setContentValue(String contentValue)
public List<org.jdom2.Content> getContentValueDOM()
public void setContentValueDOM(List<org.jdom2.Content> contentValueDOM)
public String getContentAbout()
public void setContentAbout(String contentAbout)
public String getContentValueParseType()
public void setContentValueParseType(String contentValueParseType)
public List<org.jdom2.Namespace> getContentValueNamespaces()
public void setContentValueNamespaces(List<org.jdom2.Namespace> contentValueNamespace)
public String getContentResource()
public void setContentResource(String contentResource)
Copyright © 2017. All rights reserved.