|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.resourceserver.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" />
<attribute name="resource" 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 Boolean |
resource
|
protected String |
value
|
| Constructor Summary | |
|---|---|
BasicInclude()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
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. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isCompressed()
Gets the value of the compressed property. |
boolean |
isImport()
Gets the value of the import property. |
boolean |
isResource()
Gets the value of the resource 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 |
setResource(Boolean value)
Sets the value of the resource property. |
void |
setValue(String value)
Sets the value of the value property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected Boolean compressed
protected String conditional
protected Included included
protected Boolean _import
protected Boolean resource
| 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
Booleanpublic boolean isResource()
Booleanpublic void setResource(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||