org.jasig.resource.aggr.om
Class Css

java.lang.Object
  extended by org.jasig.resource.aggr.om.BasicInclude
      extended by org.jasig.resource.aggr.om.Css

public class Css
extends BasicInclude

Define a CSS file to include

Java class for css complex type.

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

 <complexType name="css">
   <simpleContent>
     <extension base="<http://www.jasig.org/uportal/web/skin>basicInclude">
       <attribute name="media" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String media
           
 
Fields inherited from class org.jasig.resource.aggr.om.BasicInclude
_import, compressed, conditional, included, value
 
Constructor Summary
Css()
           
 
Method Summary
 String getMedia()
          Gets the value of the media property.
 void setMedia(String value)
          Sets the value of the media property.
 
Methods inherited from class org.jasig.resource.aggr.om.BasicInclude
getConditional, getIncluded, getValue, isCompressed, isImport, setCompressed, setConditional, setImport, setIncluded, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

media

protected String media
Constructor Detail

Css

public Css()
Method Detail

getMedia

public String getMedia()
Gets the value of the media property.

Returns:
possible object is String

setMedia

public void setMedia(String value)
Sets the value of the media property.

Parameters:
value - allowed object is String


Copyright © 2010 Jasig. All Rights Reserved.