@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public class Course 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="{https://source.jasig.org/schemas/portlet/courseschedule/degree-progress}semester"/>
<element ref="{https://source.jasig.org/schemas/portlet/courseschedule/degree-progress}grade"/>
</sequence>
<attribute name="abbreviation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="credits" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation |
protected double |
credits |
protected Grade |
grade |
protected Semester |
semester |
protected String |
source |
protected String |
title |
| Constructor and Description |
|---|
Course() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getAbbreviation()
Gets the value of the abbreviation property.
|
double |
getCredits()
Gets the value of the credits property.
|
Grade |
getGrade()
Gets the value of the grade property.
|
Semester |
getSemester()
Gets the value of the semester property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getTitle()
Gets the value of the title property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAbbreviation(String value)
Sets the value of the abbreviation property.
|
void |
setCredits(double value)
Sets the value of the credits property.
|
void |
setGrade(Grade value)
Sets the value of the grade property.
|
void |
setSemester(Semester value)
Sets the value of the semester property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected Semester semester
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected Grade grade
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected String abbreviation
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected double credits
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected String source
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") protected String title
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public Semester getSemester()
Semester@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setSemester(Semester value)
value - allowed object is
Semester@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public Grade getGrade()
Grade@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setGrade(Grade value)
value - allowed object is
Grade@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public String getAbbreviation()
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setAbbreviation(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public double getCredits()
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setCredits(double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public String getSource()
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setSource(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public String getTitle()
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public void setTitle(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") 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@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") 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@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") 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.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-30T03:21:10-05:00", comments="JAXB RI v2.2.6") 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.HashCodeCopyright © 2015 Jasig. All Rights Reserved.