@OslcNamespace(value="http://www.w3.org/ns/ldp#") @OslcResourceShape(title="A Page in the Base Resource", describes="http://www.w3.org/ns/ldp#Page") public class Page extends AbstractResource
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
URI |
getNextPage() |
Base |
getPageOf() |
void |
setNextPage(URI nextPage) |
void |
setPageOf(Base pageOf) |
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
@OslcName(value="nextPage") @OslcDescription(value="The representation of a page resource will contain a subset of the Base\'s rdfs:member predicates. In addition, it will contain another triple, whose subject is the page resource itself (i.e., not the Base resource), with a reference to the next page.") @OslcPropertyDefinition(value="http://www.w3.org/ns/ldp#nextPage") @OslcTitle(value="Next Page") public URI getNextPage()
public void setNextPage(URI nextPage)
nextPage
- the nextPage to set@OslcName(value="pageOf") @OslcDescription(value="A reference back to the base resource this page belongs to.") @OslcPropertyDefinition(value="http://www.w3.org/ns/ldp#pageOf") @OslcTitle(value="Page Of") public Base getPageOf()
public void setPageOf(Base pageOf)
pageOf
- the pageOf to setCopyright © 2017. All rights reserved.