|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.courses.model.sakai.xml.Headers
public class Headers
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>
| 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 |
|---|
protected CacheControl cacheControl
protected Date date
protected ETag eTag
protected Expires expires
protected LastModified lastModified
protected XEntityFormat xEntityFormat
protected XEntityPrefix xEntityPrefix
protected XEntityReference xEntityReference
protected XEntityUrl xEntityUrl
protected XSdataHandler xSdataHandler
protected XSdataUrl xSdataUrl
protected BigInteger size
protected String type
| Constructor Detail |
|---|
public Headers()
| Method Detail |
|---|
public CacheControl getCacheControl()
CacheControlpublic void setCacheControl(CacheControl value)
value - allowed object is
CacheControlpublic Date getDate()
Datepublic void setDate(Date value)
value - allowed object is
Datepublic ETag getETag()
ETagpublic void setETag(ETag value)
value - allowed object is
ETagpublic Expires getExpires()
Expirespublic void setExpires(Expires value)
value - allowed object is
Expirespublic LastModified getLastModified()
LastModifiedpublic void setLastModified(LastModified value)
value - allowed object is
LastModifiedpublic XEntityFormat getXEntityFormat()
XEntityFormatpublic void setXEntityFormat(XEntityFormat value)
value - allowed object is
XEntityFormatpublic XEntityPrefix getXEntityPrefix()
XEntityPrefixpublic void setXEntityPrefix(XEntityPrefix value)
value - allowed object is
XEntityPrefixpublic XEntityReference getXEntityReference()
XEntityReferencepublic void setXEntityReference(XEntityReference value)
value - allowed object is
XEntityReferencepublic XEntityUrl getXEntityUrl()
XEntityUrlpublic void setXEntityUrl(XEntityUrl value)
value - allowed object is
XEntityUrlpublic XSdataHandler getXSdataHandler()
XSdataHandlerpublic void setXSdataHandler(XSdataHandler value)
value - allowed object is
XSdataHandlerpublic XSdataUrl getXSdataUrl()
XSdataUrlpublic void setXSdataUrl(XSdataUrl value)
value - allowed object is
XSdataUrlpublic BigInteger getSize()
BigIntegerpublic void setSize(BigInteger value)
value - allowed object is
BigIntegerpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic 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 | |||||||||