|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.rdf.binding.HandlerProperty
public class HandlerProperty
Java class for property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="predicate" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="object" type="{}object"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HandlerProperty()
|
|
| Method Summary | |
|---|---|
HandlerObject |
getObject()
Gets the value of the object property. |
java.lang.String |
getPredicate()
Gets the value of the predicate property. |
void |
setObject(HandlerObject value)
Sets the value of the object property. |
void |
setPredicate(java.lang.String value)
Sets the value of the predicate property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerProperty()
| Method Detail |
|---|
public java.lang.String getPredicate()
Stringpublic void setPredicate(java.lang.String value)
value - allowed object is
Stringpublic HandlerObject getObject()
HandlerObjectpublic void setObject(HandlerObject value)
value - allowed object is
HandlerObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||