org.openrdf.concepts.awol
Interface PlainText

All Superinterfaces:
Content, Entity, Representation, Resource, TextContent, WebarchResource

public interface PlainText
extends TextContent

see §3.1.1.1 of rfc 4287. The datatype of simple text elements. Essentially this is the class of all plain text literals.


Method Summary
 Set<String> getAwolTexts()
          see §3.1.1.1 of rfc 4287.
 void setAwolTexts(Set<String> value)
          see §3.1.1.1 of rfc 4287.
 
Methods inherited from interface org.openrdf.concepts.awol.Content
getAwolBody, getAwolLang, getAwolLength, getAwolSrcs, getAwolType, setAwolBody, setAwolLang, setAwolLength, setAwolSrcs, setAwolType
 
Methods inherited from interface org.openrdf.concepts.webarch.Representation
getWebArchRepresentationOf, setWebArchRepresentationOf
 
Methods inherited from interface org.openrdf.concepts.webarch.WebarchResource
getWebArchRepresentation, getWebArchResolvesAs, getWebArchServer, getWebArchService, getWebArchSite, setWebArchRepresentation, setWebArchResolvesAs, setWebArchServer, setWebArchService, setWebArchSite
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getAwolTexts

Set<String> getAwolTexts()
see §3.1.1.1 of rfc 4287. The datatype of xhtml text elements


setAwolTexts

void setAwolTexts(Set<String> value)
see §3.1.1.1 of rfc 4287. The datatype of xhtml text elements



Copyright © 2004-2007. All Rights Reserved.