org.filteredpush.rdf.binding
Class HandlerObject

java.lang.Object
  extended by org.filteredpush.rdf.binding.HandlerBindable
      extended by org.filteredpush.rdf.binding.HandlerObject

public class HandlerObject
extends HandlerBindable

Java class for object complex type.

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

 <complexType name="object">
   <simpleContent>
     <extension base="<>bindable">
       <attribute name="describes" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="container">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="bag"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="contains" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </simpleContent>
 </complexType>
 


Constructor Summary
HandlerObject()
           
 
Method Summary
 java.lang.String getContainer()
          Gets the value of the container property.
 java.lang.Object getContains()
          Gets the value of the contains property.
 java.lang.String getDatatype()
          Gets the value of the datatype property.
 java.lang.Object getDescribes()
          Gets the value of the describes property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.lang.Object getValidator()
           
 void setContainer(java.lang.String value)
          Sets the value of the container property.
 void setContains(java.lang.Object value)
          Sets the value of the contains property.
 void setDatatype(java.lang.String value)
          Sets the value of the datatype property.
 void setDescribes(java.lang.Object value)
          Sets the value of the describes property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setValidator(java.lang.Object validator)
           
 
Methods inherited from class org.filteredpush.rdf.binding.HandlerBindable
getJavaField, getJavaMethod, getValue, setJavaField, setJavaMethod, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerObject

public HandlerObject()
Method Detail

getValidator

public java.lang.Object getValidator()

setValidator

public void setValidator(java.lang.Object validator)

getDescribes

public java.lang.Object getDescribes()
Gets the value of the describes property.

Returns:
possible object is Object

setDescribes

public void setDescribes(java.lang.Object value)
Sets the value of the describes property.

Parameters:
value - allowed object is Object

getDatatype

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

Returns:
possible object is String

setDatatype

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

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

getContainer

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

Returns:
possible object is String

setContainer

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

Parameters:
value - allowed object is String

getContains

public java.lang.Object getContains()
Gets the value of the contains property.

Returns:
possible object is Object

setContains

public void setContains(java.lang.Object value)
Sets the value of the contains property.

Parameters:
value - allowed object is Object