org.filteredpush.rdf.binding
Class HandlerBindable

java.lang.Object
  extended by org.filteredpush.rdf.binding.HandlerBindable
Direct Known Subclasses:
HandlerObject

public class HandlerBindable
extends java.lang.Object

Java class for bindable complex type.

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

 <complexType name="bindable">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="java-field" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="java-method" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
HandlerBindable()
           
 
Method Summary
 java.lang.String getJavaField()
          Gets the value of the javaField property.
 java.lang.String getJavaMethod()
          Gets the value of the javaMethod property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setJavaField(java.lang.String value)
          Sets the value of the javaField property.
 void setJavaMethod(java.lang.String value)
          Sets the value of the javaMethod property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerBindable

public HandlerBindable()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getJavaField

public java.lang.String getJavaField()
Gets the value of the javaField property.

Returns:
possible object is String

setJavaField

public void setJavaField(java.lang.String value)
Sets the value of the javaField property.

Parameters:
value - allowed object is String

getJavaMethod

public java.lang.String getJavaMethod()
Gets the value of the javaMethod property.

Returns:
possible object is String

setJavaMethod

public void setJavaMethod(java.lang.String value)
Sets the value of the javaMethod property.

Parameters:
value - allowed object is String