org.jasig.resourceserver.aggr.om
Class BasicInclude

java.lang.Object
  extended by org.jasig.resourceserver.aggr.om.BasicInclude
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
Css, Js

public class BasicInclude
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

value

protected String value

compressed

protected Boolean compressed

conditional

protected String conditional

included

protected Included included

_import

protected Boolean _import

resource

protected Boolean resource
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

isResource

public boolean isResource()
Gets the value of the resource property.

Returns:
possible object is Boolean

setResource

public void setResource(Boolean value)
Sets the value of the resource property.

Parameters:
value - allowed object is Boolean

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Jasig. All Rights Reserved.