org.filteredpush.rdf.binding
Class HandlerOntology

java.lang.Object
  extended by org.filteredpush.rdf.binding.HandlerOntology

public class HandlerOntology
extends java.lang.Object

Java class for ontology complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ontology">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="uri" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HandlerOntology()
           
 
Method Summary
 java.lang.String getPrefix()
          Gets the value of the prefix property.
 java.lang.String getUri()
          Gets the value of the uri property.
 void setPrefix(java.lang.String value)
          Sets the value of the prefix property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerOntology

public HandlerOntology()
Method Detail

getPrefix

public java.lang.String getPrefix()
Gets the value of the prefix property.

Returns:
possible object is String

setPrefix

public void setPrefix(java.lang.String value)
Sets the value of the prefix property.

Parameters:
value - allowed object is String

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String