org.jasig.resource.aggr.om
Class Resources

java.lang.Object
  extended by org.jasig.resource.aggr.om.Resources

public class Resources
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameter" type="{http://www.jasig.org/uportal/web/skin}parameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="css" type="{http://www.jasig.org/uportal/web/skin}css" maxOccurs="unbounded" minOccurs="0"/>
         <element name="js" type="{http://www.jasig.org/uportal/web/skin}js" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Css> css
           
protected  List<Js> js
           
protected  List<Parameter> parameter
           
 
Constructor Summary
Resources()
           
 
Method Summary
 List<Css> getCss()
          Gets the value of the css property.
 List<Js> getJs()
          Gets the value of the js property.
 List<Parameter> getParameter()
          Gets the value of the parameter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected List<Parameter> parameter

css

protected List<Css> css

js

protected List<Js> js
Constructor Detail

Resources

public Resources()
Method Detail

getParameter

public List<Parameter> getParameter()
Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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


getCss

public List<Css> getCss()
Gets the value of the css 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 css property.

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

    getCss().add(newItem);
 

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


getJs

public List<Js> getJs()
Gets the value of the js 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 js property.

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

    getJs().add(newItem);
 

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



Copyright © 2010 Jasig. All Rights Reserved.