org.cafesip.jiplet.config.jip
Interface ResourceCollection


public interface ResourceCollection

Java content class for ResourceCollection complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 35)

 <complexType name="ResourceCollection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jiplet-resource-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jiplet-names" type="{}JipletNames"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 JipletNames getJipletNames()
          Gets the value of the jipletNames property.
 java.lang.String getJipletResourceName()
          Gets the value of the jipletResourceName property.
 void setJipletNames(JipletNames value)
          Sets the value of the jipletNames property.
 void setJipletResourceName(java.lang.String value)
          Sets the value of the jipletResourceName property.
 

Method Detail

getJipletNames

JipletNames getJipletNames()
Gets the value of the jipletNames property.

Returns:
possible object is JipletNames

setJipletNames

void setJipletNames(JipletNames value)
Sets the value of the jipletNames property.

Parameters:
value - allowed object is JipletNames

getJipletResourceName

java.lang.String getJipletResourceName()
Gets the value of the jipletResourceName property.

Returns:
possible object is String

setJipletResourceName

void setJipletResourceName(java.lang.String value)
Sets the value of the jipletResourceName property.

Parameters:
value - allowed object is String


http://www.cafesip.org