public abstract class GcAtomResource extends org.xmlpull.infoset.view.TypedXmlElementView implements GcWebResource
| Constructor and Description |
|---|
GcAtomResource(String title,
String mimeType) |
GcAtomResource(org.xmlpull.infoset.XmlElement atomRes) |
| Modifier and Type | Method and Description |
|---|---|
protected org.xmlpull.infoset.XmlElement |
getContentEl(boolean create) |
URI |
getId() |
URI |
getLocation() |
String |
getMimeType() |
String |
getRel() |
String |
getTitle() |
String |
getTitle(boolean require) |
void |
setLocation(URI location) |
void |
setMimeType(String mimeType) |
void |
setRel(String rel) |
void |
setTitle(String title) |
void |
xmlSet(org.xmlpull.infoset.XmlElement xmlEl) |
String |
xmlTypeName() |
org.xmlpull.infoset.XmlNamespace |
xmlTypeNs() |
checkNamespaceAndName, xml, xmlCuteElName, xmlGetAttributeNcNameValue, xmlGetAttributeQNameValue, xmlRequireAttributeNcNameValue, xmlRequireAttributeQNameValue, xmlSetAttributeNcNameValue, xmlSetAttributeQNameValue, xmlSetRequiredAttributeNcNameValue, xmlSetRequiredAttributeQNameValue, xmlValidate, xmlViewAspublic org.xmlpull.infoset.XmlNamespace xmlTypeNs()
xmlTypeNs in class org.xmlpull.infoset.view.TypedXmlElementViewpublic String xmlTypeName()
xmlTypeName in class org.xmlpull.infoset.view.TypedXmlElementViewpublic void xmlSet(org.xmlpull.infoset.XmlElement xmlEl)
protected org.xmlpull.infoset.XmlElement getContentEl(boolean create)
public URI getId() throws GcException
getId in interface GcWebResourceGcExceptionpublic String getMimeType()
getMimeType in interface GcWebResourcepublic void setMimeType(String mimeType)
setMimeType in interface GcWebResourcepublic String getTitle(boolean require) throws GcException
GcExceptionpublic String getTitle() throws GcException
getTitle in interface GcWebResourceGcExceptionpublic void setTitle(String title) throws GcException
setTitle in interface GcWebResourceGcExceptionpublic URI getLocation()
getLocation in interface GcWebResourcepublic void setLocation(URI location)
setLocation in interface GcWebResourcepublic String getRel()
getRel in interface GcWebResourcepublic void setRel(String rel)
setRel in interface GcWebResourceCopyright © 2013. All Rights Reserved.