org.openrdf.concepts.webarch
Interface WebarchResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
Content, HTML, InformationResource, PlainText, Representation, Server, Service, Site, TextContent, WebResource, XHTML, XML

public interface WebarchResource
extends Resource


Method Summary
 Set<Representation> getWebArchRepresentation()
          A representation of a resource.
 Set<Object> getWebArchResolvesAs()
          Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
 Set<Server> getWebArchServer()
          The Web Server.
 Set<Service> getWebArchService()
          A Web Service interface.
 Set<Site> getWebArchSite()
          A Web Site.
 void setWebArchRepresentation(Set<Representation> value)
          A representation of a resource.
 void setWebArchResolvesAs(Set<Object> value)
          Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource.
 void setWebArchServer(Set<Server> value)
          The Web Server.
 void setWebArchService(Set<Service> value)
          A Web Service interface.
 void setWebArchSite(Set<Site> value)
          A Web Site.
 
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

getWebArchRepresentation

Set<Representation> getWebArchRepresentation()
A representation of a resource.


setWebArchRepresentation

void setWebArchRepresentation(Set<Representation> value)
A representation of a resource.


getWebArchResolvesAs

Set<Object> getWebArchResolvesAs()
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource. This relationship can be the basis of a web redirection. This property does not define any equivalence between the subject and object. The object resource may or may not be the same resource as the subject.


setWebArchResolvesAs

void setWebArchResolvesAs(Set<Object> value)
Defines a relationship between the subject resource and object resource such that the subject resource shares the same representations as the object resource and access to those representations is always via the object resource. This relationship can be the basis of a web redirection. This property does not define any equivalence between the subject and object. The object resource may or may not be the same resource as the subject.


getWebArchServer

Set<Server> getWebArchServer()
The Web Server.


setWebArchServer

void setWebArchServer(Set<Server> value)
The Web Server.


getWebArchService

Set<Service> getWebArchService()
A Web Service interface.


setWebArchService

void setWebArchService(Set<Service> value)
A Web Service interface.


getWebArchSite

Set<Site> getWebArchSite()
A Web Site.


setWebArchSite

void setWebArchSite(Set<Site> value)
A Web Site.



Copyright © 2004-2007. All Rights Reserved.