|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.resource.aggr.om.BasicInclude
public class BasicInclude
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 |
|---|
protected String value
protected Boolean compressed
protected String conditional
protected Included included
protected Boolean _import
| Constructor Detail |
|---|
public BasicInclude()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isCompressed()
Booleanpublic void setCompressed(Boolean value)
value - allowed object is
Booleanpublic String getConditional()
Stringpublic void setConditional(String value)
value - allowed object is
Stringpublic Included getIncluded()
Includedpublic void setIncluded(Included value)
value - allowed object is
Includedpublic boolean isImport()
Booleanpublic void setImport(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||