org.filteredpush.rdf.binding
Class HandlerResources

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

public class HandlerResources
extends java.lang.Object

Java class for resources complex type.

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

 <complexType name="resources">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resource" type="{}resource" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HandlerResources()
           
 
Method Summary
 java.lang.String getJavaPackage()
           
 java.util.List<HandlerResource> getResource()
          Gets the value of the resource property.
 void setJavaPackage(java.lang.String javaPackage)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerResources

public HandlerResources()
Method Detail

getResource

public java.util.List<HandlerResource> getResource()
Gets the value of the resource 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 resource property.

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

    getResource().add(newItem);
 

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


getJavaPackage

public java.lang.String getJavaPackage()

setJavaPackage

public void setJavaPackage(java.lang.String javaPackage)