|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.rdf.binding.HandlerModel
public class HandlerModel
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 |
|---|
public HandlerModel()
| Method Detail |
|---|
public java.lang.String getHandlerName()
public void setHandlerName(java.lang.String handlerName)
public HandlerOntologies getOntologies()
HandlerOntologiespublic void setOntologies(HandlerOntologies value)
value - allowed object is
HandlerOntologiespublic HandlerResources getResources()
HandlerResourcespublic void setResources(HandlerResources value)
value - allowed object is
HandlerResourcespublic HandlerValidators getValidators()
public void setValidators(HandlerValidators value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||