org.filteredpush.rdf.binding
Class HandlerResource

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

public class HandlerResource
extends java.lang.Object

Java class for resource complex type.

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

 <complexType name="resource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="about" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="properties" type="{}properties" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HandlerResource()
           
 
Method Summary
 java.lang.String getAbout()
          Gets the value of the about property.
 java.util.List<HandlerProperties> getProperties()
          Gets the value of the properties property.
 java.lang.String getRootNode()
           
 java.lang.String getSubject()
          Gets the value of the subject property.
 void setAbout(java.lang.String value)
          Sets the value of the about property.
 void setRootNode(java.lang.String rootNode)
           
 void setSubject(java.lang.String value)
          Sets the value of the subject property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerResource

public HandlerResource()
Method Detail

getAbout

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

Returns:
possible object is String

setAbout

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

Parameters:
value - allowed object is String

getRootNode

public java.lang.String getRootNode()

setRootNode

public void setRootNode(java.lang.String rootNode)

getProperties

public java.util.List<HandlerProperties> getProperties()
Gets the value of the properties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the properties property.

For example, to add a new item, do as follows:

    getProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list HandlerProperties


getSubject

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

Returns:
possible object is String

setSubject

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

Parameters:
value - allowed object is String