ibspan.tss.messaging.ontology
Class OWLData

java.lang.Object
  extended by ibspan.tss.messaging.ontology.OWLData
All Implemented Interfaces:
Concept, Term, Serializable

public class OWLData
extends Object
implements Concept

Protege name: OWLData

Version:
2006/08/23, 10:35:10
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
OWLData()
           
 
Method Summary
 void addWithRootURI(String elem)
           
 void clearAllWithRootURI()
           
 Iterator getAllWithRootURI()
           
 String getDataModel()
           
 String getSyntaxLanguage()
           
 List getWithRootURI()
           
 boolean removeWithRootURI(String elem)
           
 void setDataModel(String value)
           
 void setSyntaxLanguage(String value)
           
 void setWithRootURI(List l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLData

public OWLData()
Method Detail

setSyntaxLanguage

public void setSyntaxLanguage(String value)

getSyntaxLanguage

public String getSyntaxLanguage()

setDataModel

public void setDataModel(String value)

getDataModel

public String getDataModel()

addWithRootURI

public void addWithRootURI(String elem)

removeWithRootURI

public boolean removeWithRootURI(String elem)

clearAllWithRootURI

public void clearAllWithRootURI()

getAllWithRootURI

public Iterator getAllWithRootURI()

getWithRootURI

public List getWithRootURI()

setWithRootURI

public void setWithRootURI(List l)