org.openrdf.concepts.awol
Interface HTML

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

public interface HTML
extends TextContent

see §3.1.1.2 of rfc 4287. The class of html strings


Method Summary
 Set<String> getAwolHtmls()
          see §3.1.1.2 of rfc 4287.
 void setAwolHtmls(Set<String> value)
          see §3.1.1.2 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

getAwolHtmls

Set<String> getAwolHtmls()
see §3.1.1.2 of rfc 4287. The datatype of html text elements. It is considered to be a relation to the text.


setAwolHtmls

void setAwolHtmls(Set<String> value)
see §3.1.1.2 of rfc 4287. The datatype of html text elements. It is considered to be a relation to the text.



Copyright © 2004-2007. All Rights Reserved.