org.filteredpush.rdf.binding
Class HandlerModel

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

public class HandlerModel
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ontologies" type="{}ontologies"/>
         <element name="resources" type="{}resources"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HandlerModel()
           
 
Method Summary
 java.lang.String getHandlerName()
           
 HandlerOntologies getOntologies()
          Gets the value of the ontologies property.
 HandlerResources getResources()
          Gets the value of the resources property.
 HandlerValidators getValidators()
           
 void setHandlerName(java.lang.String handlerName)
           
 void setOntologies(HandlerOntologies value)
          Sets the value of the ontologies property.
 void setResources(HandlerResources value)
          Sets the value of the resources property.
 void setValidators(HandlerValidators value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerModel

public HandlerModel()
Method Detail

getHandlerName

public java.lang.String getHandlerName()

setHandlerName

public void setHandlerName(java.lang.String handlerName)

getOntologies

public HandlerOntologies getOntologies()
Gets the value of the ontologies property.

Returns:
possible object is HandlerOntologies

setOntologies

public void setOntologies(HandlerOntologies value)
Sets the value of the ontologies property.

Parameters:
value - allowed object is HandlerOntologies

getResources

public HandlerResources getResources()
Gets the value of the resources property.

Returns:
possible object is HandlerResources

setResources

public void setResources(HandlerResources value)
Sets the value of the resources property.

Parameters:
value - allowed object is HandlerResources

getValidators

public HandlerValidators getValidators()

setValidators

public void setValidators(HandlerValidators value)