org.jasig.portlet.courses.model.sakai.xml
Class Headers

java.lang.Object
  extended by org.jasig.portlet.courses.model.sakai.xml.Headers
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Cache-Control"/>
         <element ref="{}Date"/>
         <element ref="{}ETag"/>
         <element ref="{}Expires"/>
         <element ref="{}Last-Modified"/>
         <element ref="{}x-entity-format"/>
         <element ref="{}x-entity-prefix"/>
         <element ref="{}x-entity-reference"/>
         <element ref="{}x-entity-url"/>
         <element ref="{}x-sdata-handler"/>
         <element ref="{}x-sdata-url"/>
       </sequence>
       <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CacheControl cacheControl
           
protected  Date date
           
protected  ETag eTag
           
protected  Expires expires
           
protected  LastModified lastModified
           
protected  BigInteger size
           
protected  String type
           
protected  XEntityFormat xEntityFormat
           
protected  XEntityPrefix xEntityPrefix
           
protected  XEntityReference xEntityReference
           
protected  XEntityUrl xEntityUrl
           
protected  XSdataHandler xSdataHandler
           
protected  XSdataUrl xSdataUrl
           
 
Constructor Summary
Headers()
           
 
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)
           
 CacheControl getCacheControl()
          Gets the value of the cacheControl property.
 Date getDate()
          Gets the value of the date property.
 ETag getETag()
          Gets the value of the eTag property.
 Expires getExpires()
          Gets the value of the expires property.
 LastModified getLastModified()
          Gets the value of the lastModified property.
 BigInteger getSize()
          Gets the value of the size property.
 String getType()
          Gets the value of the type property.
 XEntityFormat getXEntityFormat()
          Gets the value of the xEntityFormat property.
 XEntityPrefix getXEntityPrefix()
          Gets the value of the xEntityPrefix property.
 XEntityReference getXEntityReference()
          Gets the value of the xEntityReference property.
 XEntityUrl getXEntityUrl()
          Gets the value of the xEntityUrl property.
 XSdataHandler getXSdataHandler()
          Gets the value of the xSdataHandler property.
 XSdataUrl getXSdataUrl()
          Gets the value of the xSdataUrl property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setCacheControl(CacheControl value)
          Sets the value of the cacheControl property.
 void setDate(Date value)
          Sets the value of the date property.
 void setETag(ETag value)
          Sets the value of the eTag property.
 void setExpires(Expires value)
          Sets the value of the expires property.
 void setLastModified(LastModified value)
          Sets the value of the lastModified property.
 void setSize(BigInteger value)
          Sets the value of the size property.
 void setType(String value)
          Sets the value of the type property.
 void setXEntityFormat(XEntityFormat value)
          Sets the value of the xEntityFormat property.
 void setXEntityPrefix(XEntityPrefix value)
          Sets the value of the xEntityPrefix property.
 void setXEntityReference(XEntityReference value)
          Sets the value of the xEntityReference property.
 void setXEntityUrl(XEntityUrl value)
          Sets the value of the xEntityUrl property.
 void setXSdataHandler(XSdataHandler value)
          Sets the value of the xSdataHandler property.
 void setXSdataUrl(XSdataUrl value)
          Sets the value of the xSdataUrl property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cacheControl

protected CacheControl cacheControl

date

protected Date date

eTag

protected ETag eTag

expires

protected Expires expires

lastModified

protected LastModified lastModified

xEntityFormat

protected XEntityFormat xEntityFormat

xEntityPrefix

protected XEntityPrefix xEntityPrefix

xEntityReference

protected XEntityReference xEntityReference

xEntityUrl

protected XEntityUrl xEntityUrl

xSdataHandler

protected XSdataHandler xSdataHandler

xSdataUrl

protected XSdataUrl xSdataUrl

size

protected BigInteger size

type

protected String type
Constructor Detail

Headers

public Headers()
Method Detail

getCacheControl

public CacheControl getCacheControl()
Gets the value of the cacheControl property.

Returns:
possible object is CacheControl

setCacheControl

public void setCacheControl(CacheControl value)
Sets the value of the cacheControl property.

Parameters:
value - allowed object is CacheControl

getDate

public Date getDate()
Gets the value of the date property.

Returns:
possible object is Date

setDate

public void setDate(Date value)
Sets the value of the date property.

Parameters:
value - allowed object is Date

getETag

public ETag getETag()
Gets the value of the eTag property.

Returns:
possible object is ETag

setETag

public void setETag(ETag value)
Sets the value of the eTag property.

Parameters:
value - allowed object is ETag

getExpires

public Expires getExpires()
Gets the value of the expires property.

Returns:
possible object is Expires

setExpires

public void setExpires(Expires value)
Sets the value of the expires property.

Parameters:
value - allowed object is Expires

getLastModified

public LastModified getLastModified()
Gets the value of the lastModified property.

Returns:
possible object is LastModified

setLastModified

public void setLastModified(LastModified value)
Sets the value of the lastModified property.

Parameters:
value - allowed object is LastModified

getXEntityFormat

public XEntityFormat getXEntityFormat()
Gets the value of the xEntityFormat property.

Returns:
possible object is XEntityFormat

setXEntityFormat

public void setXEntityFormat(XEntityFormat value)
Sets the value of the xEntityFormat property.

Parameters:
value - allowed object is XEntityFormat

getXEntityPrefix

public XEntityPrefix getXEntityPrefix()
Gets the value of the xEntityPrefix property.

Returns:
possible object is XEntityPrefix

setXEntityPrefix

public void setXEntityPrefix(XEntityPrefix value)
Sets the value of the xEntityPrefix property.

Parameters:
value - allowed object is XEntityPrefix

getXEntityReference

public XEntityReference getXEntityReference()
Gets the value of the xEntityReference property.

Returns:
possible object is XEntityReference

setXEntityReference

public void setXEntityReference(XEntityReference value)
Sets the value of the xEntityReference property.

Parameters:
value - allowed object is XEntityReference

getXEntityUrl

public XEntityUrl getXEntityUrl()
Gets the value of the xEntityUrl property.

Returns:
possible object is XEntityUrl

setXEntityUrl

public void setXEntityUrl(XEntityUrl value)
Sets the value of the xEntityUrl property.

Parameters:
value - allowed object is XEntityUrl

getXSdataHandler

public XSdataHandler getXSdataHandler()
Gets the value of the xSdataHandler property.

Returns:
possible object is XSdataHandler

setXSdataHandler

public void setXSdataHandler(XSdataHandler value)
Sets the value of the xSdataHandler property.

Parameters:
value - allowed object is XSdataHandler

getXSdataUrl

public XSdataUrl getXSdataUrl()
Gets the value of the xSdataUrl property.

Returns:
possible object is XSdataUrl

setXSdataUrl

public void setXSdataUrl(XSdataUrl value)
Sets the value of the xSdataUrl property.

Parameters:
value - allowed object is XSdataUrl

getSize

public BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger

setSize

public void setSize(BigInteger value)
Sets the value of the size property.

Parameters:
value - allowed object is BigInteger

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

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.