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

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

public class Ref0
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="{}entityURL"/>
         <element ref="{}reference"/>
         <element ref="{}status"/>
         <element ref="{}content"/>
         <element ref="{}data"/>
         <element ref="{}headers"/>
       </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  Content content
           
protected  Data data
           
protected  String entityURL
           
protected  Headers headers
           
protected  String reference
           
protected  BigInteger size
           
protected  Status status
           
protected  String type
           
 
Constructor Summary
Ref0()
           
 
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)
           
 Content getContent()
          Gets the value of the content property.
 Data getData()
          Gets the value of the data property.
 String getEntityURL()
          Gets the value of the entityURL property.
 Headers getHeaders()
          Gets the value of the headers property.
 String getReference()
          Gets the value of the reference property.
 BigInteger getSize()
          Gets the value of the size property.
 Status getStatus()
          Gets the value of the status property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setContent(Content value)
          Sets the value of the content property.
 void setData(Data value)
          Sets the value of the data property.
 void setEntityURL(String value)
          Sets the value of the entityURL property.
 void setHeaders(Headers value)
          Sets the value of the headers property.
 void setReference(String value)
          Sets the value of the reference property.
 void setSize(BigInteger value)
          Sets the value of the size property.
 void setStatus(Status value)
          Sets the value of the status property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

entityURL

protected String entityURL

reference

protected String reference

status

protected Status status

content

protected Content content

data

protected Data data

headers

protected Headers headers

size

protected BigInteger size

type

protected String type
Constructor Detail

Ref0

public Ref0()
Method Detail

getEntityURL

public String getEntityURL()
Gets the value of the entityURL property.

Returns:
possible object is String

setEntityURL

public void setEntityURL(String value)
Sets the value of the entityURL property.

Parameters:
value - allowed object is String

getReference

public String getReference()
Gets the value of the reference property.

Returns:
possible object is String

setReference

public void setReference(String value)
Sets the value of the reference property.

Parameters:
value - allowed object is String

getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

getContent

public Content getContent()
Gets the value of the content property.

Returns:
possible object is Content

setContent

public void setContent(Content value)
Sets the value of the content property.

Parameters:
value - allowed object is Content

getData

public Data getData()
Gets the value of the data property.

Returns:
possible object is Data

setData

public void setData(Data value)
Sets the value of the data property.

Parameters:
value - allowed object is Data

getHeaders

public Headers getHeaders()
Gets the value of the headers property.

Returns:
possible object is Headers

setHeaders

public void setHeaders(Headers value)
Sets the value of the headers property.

Parameters:
value - allowed object is Headers

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.