|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.courses.model.xml.Term
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public class Term
Java class for term complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="term">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="year" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="termType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="current" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="registered" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
code
|
protected Boolean |
current
|
protected String |
displayName
|
protected Calendar |
end
|
protected Boolean |
registered
|
protected Calendar |
start
|
protected String |
termType
|
protected BigInteger |
year
|
| Constructor Summary | |
|---|---|
Term()
|
|
| 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)
|
String |
getCode()
Gets the value of the code property. |
String |
getDisplayName()
Gets the value of the displayName property. |
Calendar |
getEnd()
Gets the value of the end property. |
Calendar |
getStart()
Gets the value of the start property. |
String |
getTermType()
Gets the value of the termType property. |
BigInteger |
getYear()
Gets the value of the year property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isCurrent()
Gets the value of the current property. |
boolean |
isRegistered()
Gets the value of the registered property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setCurrent(Boolean value)
Sets the value of the current property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setEnd(Calendar value)
Sets the value of the end property. |
void |
setRegistered(Boolean value)
Sets the value of the registered property. |
void |
setStart(Calendar value)
Sets the value of the start property. |
void |
setTermType(String value)
Sets the value of the termType property. |
void |
setYear(BigInteger value)
Sets the value of the year property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected String displayName
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected String code
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected BigInteger year
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected Calendar start
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected Calendar end
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected String termType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected Boolean current
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
protected Boolean registered
| Constructor Detail |
|---|
public Term()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public String getDisplayName()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setDisplayName(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public String getCode()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setCode(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public BigInteger getYear()
BigInteger
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setYear(BigInteger value)
value - allowed object is
BigInteger
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public Calendar getStart()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setStart(Calendar value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public Calendar getEnd()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setEnd(Calendar value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public String getTermType()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setTermType(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public boolean isCurrent()
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setCurrent(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public boolean isRegistered()
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public void setRegistered(Boolean value)
value - allowed object is
Boolean
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public String toString()
toString in class Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
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="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
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="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
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="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public boolean equals(Object object)
equals in class Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
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.HashCode
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-11-02T11:19:34-07:00",
comments="JAXB RI v2.2.5-b10")
public int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||