org.eclipse.higgins.idas.cp.jena2.impl
Class XMLValue

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.XMLValue

public class XMLValue
extends Object


Constructor Summary
XMLValue(IJenaContext context, com.hp.hpl.jena.ontology.Individual valueContainer, com.hp.hpl.jena.ontology.DatatypeProperty property)
           
 
Method Summary
 String getCanonical()
           
 Object getData()
           
 String getLexical()
           
 URI getOwlType()
           
 URI getXmlType()
           
 void remove()
           
 void setData(Object data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLValue

public XMLValue(IJenaContext context,
                com.hp.hpl.jena.ontology.Individual valueContainer,
                com.hp.hpl.jena.ontology.DatatypeProperty property)
         throws org.eclipse.higgins.idas.api.IdASException
Method Detail

getCanonical

public String getCanonical()
                    throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getData

public Object getData()
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getLexical

public String getLexical()
                  throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

setData

public void setData(Object data)
             throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getOwlType

public URI getOwlType()
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getXmlType

public URI getXmlType()
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

remove

public void remove()
            throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException