public class Occurrence extends Scoped
Constructor and Description |
---|
Occurrence() |
Occurrence(String objectId) |
Modifier and Type | Method and Description |
---|---|
URILocator |
getDataType() |
int |
getLength() |
LocatorIF |
getLocator() |
Topic |
getTopic() |
Topic |
getType() |
String |
getValue() |
void |
setDatatype(LocatorIF datatype) |
void |
setDatatype(URILocator datatype) |
void |
setLocator(LocatorIF locator) |
void |
setTopic(Topic topic) |
void |
setType(Topic type) |
void |
setValue(String value) |
getReifier, setReifier
getItemIdentifiers, getObjectId, setItemIdentifiers
public Occurrence()
public Occurrence(String objectId)
public Topic getTopic()
public void setTopic(Topic topic)
public URILocator getDataType()
public void setDatatype(URILocator datatype)
public void setDatatype(LocatorIF datatype) throws MalformedURLException
MalformedURLException
public String getValue()
public void setValue(String value)
public void setLocator(LocatorIF locator)
public LocatorIF getLocator()
public int getLength()
public Topic getType()
public void setType(Topic type)