public class ConfigOptions 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 ConfigOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ApprovedStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CanceledStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="CrossListedStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ConflictStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="PrimaryContact" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TreatCrossListedAsOne" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="UDFTerm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="UDFCourseID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="SkipHolidayDates" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
approvedStatus |
protected String |
canceledStatus |
protected String |
conflictStatus |
protected String |
crossListedStatus |
protected String |
primaryContact |
protected boolean |
skipHolidayDates |
protected boolean |
treatCrossListedAsOne |
protected String |
udfCourseID |
protected String |
udfTerm |
Constructor and Description |
---|
ConfigOptions() |
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 |
getApprovedStatus()
Gets the value of the approvedStatus property.
|
String |
getCanceledStatus()
Gets the value of the canceledStatus property.
|
String |
getConflictStatus()
Gets the value of the conflictStatus property.
|
String |
getCrossListedStatus()
Gets the value of the crossListedStatus property.
|
String |
getPrimaryContact()
Gets the value of the primaryContact property.
|
String |
getUDFCourseID()
Gets the value of the udfCourseID property.
|
String |
getUDFTerm()
Gets the value of the udfTerm property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isSkipHolidayDates()
Gets the value of the skipHolidayDates property.
|
boolean |
isTreatCrossListedAsOne()
Gets the value of the treatCrossListedAsOne property.
|
void |
setApprovedStatus(String value)
Sets the value of the approvedStatus property.
|
void |
setCanceledStatus(String value)
Sets the value of the canceledStatus property.
|
void |
setConflictStatus(String value)
Sets the value of the conflictStatus property.
|
void |
setCrossListedStatus(String value)
Sets the value of the crossListedStatus property.
|
void |
setPrimaryContact(String value)
Sets the value of the primaryContact property.
|
void |
setSkipHolidayDates(boolean value)
Sets the value of the skipHolidayDates property.
|
void |
setTreatCrossListedAsOne(boolean value)
Sets the value of the treatCrossListedAsOne property.
|
void |
setUDFCourseID(String value)
Sets the value of the udfCourseID property.
|
void |
setUDFTerm(String value)
Sets the value of the udfTerm property.
|
String |
toString() |
protected String approvedStatus
protected String canceledStatus
protected String crossListedStatus
protected String conflictStatus
protected String primaryContact
protected boolean treatCrossListedAsOne
protected String udfTerm
protected String udfCourseID
protected boolean skipHolidayDates
public String getApprovedStatus()
String
public void setApprovedStatus(String value)
value
- allowed object is
String
public String getCanceledStatus()
String
public void setCanceledStatus(String value)
value
- allowed object is
String
public String getCrossListedStatus()
String
public void setCrossListedStatus(String value)
value
- allowed object is
String
public String getConflictStatus()
String
public void setConflictStatus(String value)
value
- allowed object is
String
public String getPrimaryContact()
String
public void setPrimaryContact(String value)
value
- allowed object is
String
public boolean isTreatCrossListedAsOne()
public void setTreatCrossListedAsOne(boolean value)
public String getUDFTerm()
String
public void setUDFTerm(String value)
value
- allowed object is
String
public String getUDFCourseID()
String
public void setUDFCourseID(String value)
value
- allowed object is
String
public boolean isSkipHolidayDates()
public void setSkipHolidayDates(boolean value)
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.Equals
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
Copyright © 2018 University of Wisconsin-Madison, Computer-Aided Engineering Center. All Rights Reserved.