org.jasig.resource.aggr.om
Class BasicInclude

java.lang.Object
  extended by org.jasig.resource.aggr.om.BasicInclude
Direct Known Subclasses:
Css, Js

public class BasicInclude
extends Object

Java class for basicInclude complex type.

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

 <complexType name="basicInclude">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="compressed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="conditional" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="included" type="{http://www.jasig.org/uportal/web/skin}included" default="both" />
       <attribute name="import" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  Boolean _import
           
protected  Boolean compressed
           
protected  String conditional
           
protected  Included included
           
protected  String value
           
 
Constructor Summary
BasicInclude()
           
 
Method Summary
 String getConditional()
          Gets the value of the conditional property.
 Included getIncluded()
          Gets the value of the included property.
 String getValue()
          Gets the value of the value property.
 boolean isCompressed()
          Gets the value of the compressed property.
 boolean isImport()
          Gets the value of the import property.
 void setCompressed(Boolean value)
          Sets the value of the compressed property.
 void setConditional(String value)
          Sets the value of the conditional property.
 void setImport(Boolean value)
          Sets the value of the import property.
 void setIncluded(Included value)
          Sets the value of the included property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

compressed

protected Boolean compressed

conditional

protected String conditional

included

protected Included included

_import

protected Boolean _import
Constructor Detail

BasicInclude

public BasicInclude()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isCompressed

public boolean isCompressed()
Gets the value of the compressed property.

Returns:
possible object is Boolean

setCompressed

public void setCompressed(Boolean value)
Sets the value of the compressed property.

Parameters:
value - allowed object is Boolean

getConditional

public String getConditional()
Gets the value of the conditional property.

Returns:
possible object is String

setConditional

public void setConditional(String value)
Sets the value of the conditional property.

Parameters:
value - allowed object is String

getIncluded

public Included getIncluded()
Gets the value of the included property.

Returns:
possible object is Included

setIncluded

public void setIncluded(Included value)
Sets the value of the included property.

Parameters:
value - allowed object is Included

isImport

public boolean isImport()
Gets the value of the import property.

Returns:
possible object is Boolean

setImport

public void setImport(Boolean value)
Sets the value of the import property.

Parameters:
value - allowed object is Boolean


Copyright © 2010 Jasig. All Rights Reserved.