org.filteredpush.rdf.binding
Class HandlerProperty

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

public class HandlerProperty
extends java.lang.Object

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

HandlerProperty

public HandlerProperty()
Method Detail

getPredicate

public java.lang.String getPredicate()
Gets the value of the predicate property.

Returns:
possible object is String

setPredicate

public void setPredicate(java.lang.String value)
Sets the value of the predicate property.

Parameters:
value - allowed object is String

getObject

public HandlerObject getObject()
Gets the value of the object property.

Returns:
possible object is HandlerObject

setObject

public void setObject(HandlerObject value)
Sets the value of the object property.

Parameters:
value - allowed object is HandlerObject