All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jasig.resource.aggr.om.Css Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2010.09.24 at 12:43:26 PM CDT 
//


package org.jasig.resource.aggr.om;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;


/**
 * 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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "css") public class Css extends BasicInclude { @XmlAttribute protected String media; /** * Gets the value of the media property. * * @return * possible object is * {@link String } * */ public String getMedia() { return media; } /** * Sets the value of the media property. * * @param value * allowed object is * {@link String } * */ public void setMedia(String value) { this.media = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy