Class Occurrence


public class Occurrence extends Scoped
  • Constructor Details

    • Occurrence

      public Occurrence()
    • Occurrence

      public Occurrence(String objectId)
  • Method Details

    • getTopic

      public Topic getTopic()
    • setTopic

      public void setTopic(Topic topic)
    • getDataType

      public URILocator getDataType()
    • setDatatype

      public void setDatatype(URILocator datatype)
    • setDatatype

      public void setDatatype(LocatorIF datatype) throws URISyntaxException
      Throws:
      URISyntaxException
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setLocator

      public void setLocator(LocatorIF locator)
    • getLocator

      public LocatorIF getLocator()
    • getLength

      public int getLength()
    • getType

      public Topic getType()
    • setType

      public void setType(Topic type)