@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public class CoursesByTerm extends CoursesByTermWrapper implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for courses-by-term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="courses-by-term">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="term_code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gpa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="credits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="overallGpa" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="overallCredits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="course" type="{https://source.jasig.org/schemas/portlet/courses/courses-by-term}course" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Course> |
courses |
protected Double |
credits |
protected Double |
gpa |
protected Double |
overallCredits |
protected Double |
overallGpa |
protected String |
termCode |
| Constructor and Description |
|---|
CoursesByTerm() |
| 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) |
List<Course> |
getCourses()
Gets the value of the courses property.
|
Double |
getCredits()
Gets the value of the credits property.
|
Double |
getGpa()
Gets the value of the gpa property.
|
Double |
getOverallCredits()
Gets the value of the overallCredits property.
|
Double |
getOverallGpa()
Gets the value of the overallGpa property.
|
String |
getTermCode()
Gets the value of the termCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCredits(Double value)
Sets the value of the credits property.
|
void |
setGpa(Double value)
Sets the value of the gpa property.
|
void |
setOverallCredits(Double value)
Sets the value of the overallCredits property.
|
void |
setOverallGpa(Double value)
Sets the value of the overallGpa property.
|
void |
setTermCode(String value)
Sets the value of the termCode property.
|
String |
toString() |
getCourse, getNewUpdateCount@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected String termCode
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected Double gpa
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected Double credits
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected Double overallGpa
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") protected Double overallCredits
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String getTermCode()
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setTermCode(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public Double getGpa()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setGpa(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public Double getCredits()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setCredits(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public Double getOverallGpa()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setOverallGpa(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public Double getOverallCredits()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public void setOverallCredits(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public List<Course> getCourses()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the courses property.
For example, to add a new item, do as follows:
getCourses().add(newItem);
Objects of the following type(s) are allowed in the list
Course
getCourses in class CoursesByTermWrapper@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public String toString()
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") 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="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") 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="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") 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="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2023-01-19T05:19:05-08:00", comments="JAXB RI v2.3.0") 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 © 2023 Jasig. All rights reserved.