Class ScheduleOverride100GetResponse
- java.lang.Object
-
- com.ellucian.generated.bpapi.ban.schedule_override.v1_0_0.ScheduleOverride100GetResponse
-
@Generated("jsonschema2pojo") public class ScheduleOverride100GetResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String,Object>
additionalProperties
private String
collCode
Collegeprivate String
collDescription
private String
deptCode
Departmentprivate String
deptDescription
private String
divsCode
Divisionprivate String
divsDescription
private String
topsCode
Taxonomy of Programprivate String
topsDescription
-
Constructor Summary
Constructors Constructor Description ScheduleOverride100GetResponse()
-
Method Summary
-
-
-
Field Detail
-
deptDescription
private String deptDescription
-
divsDescription
private String divsDescription
-
topsCode
@JsonPropertyDescription("Lineage reference object : SSBOVRR_TOPS_CODE, Lookup lineage reference object : stvtops") private String topsCode
Taxonomy of ProgramLineage reference object : SSBOVRR_TOPS_CODE, Lookup lineage reference object : stvtops
-
divsCode
@JsonPropertyDescription("Lineage reference object : SSBOVRR_DIVS_CODE, Lookup lineage reference object : stvdivs") private String divsCode
DivisionLineage reference object : SSBOVRR_DIVS_CODE, Lookup lineage reference object : stvdivs
-
topsDescription
private String topsDescription
-
collDescription
private String collDescription
-
collCode
@JsonPropertyDescription("Lineage reference object : SSBOVRR_COLL_CODE, Lookup lineage reference object : stvcoll") private String collCode
CollegeLineage reference object : SSBOVRR_COLL_CODE, Lookup lineage reference object : stvcoll
-
deptCode
@JsonPropertyDescription("Lineage reference object : SSBOVRR_DEPT_CODE, Lookup lineage reference object : stvdept") private String deptCode
DepartmentLineage reference object : SSBOVRR_DEPT_CODE, Lookup lineage reference object : stvdept
-
-
Method Detail
-
getDeptDescription
public String getDeptDescription()
-
setDeptDescription
public void setDeptDescription(String deptDescription)
-
withDeptDescription
public ScheduleOverride100GetResponse withDeptDescription(String deptDescription)
-
getDivsDescription
public String getDivsDescription()
-
setDivsDescription
public void setDivsDescription(String divsDescription)
-
withDivsDescription
public ScheduleOverride100GetResponse withDivsDescription(String divsDescription)
-
getTopsCode
public String getTopsCode()
Taxonomy of ProgramLineage reference object : SSBOVRR_TOPS_CODE, Lookup lineage reference object : stvtops
-
setTopsCode
public void setTopsCode(String topsCode)
Taxonomy of ProgramLineage reference object : SSBOVRR_TOPS_CODE, Lookup lineage reference object : stvtops
-
withTopsCode
public ScheduleOverride100GetResponse withTopsCode(String topsCode)
-
getDivsCode
public String getDivsCode()
DivisionLineage reference object : SSBOVRR_DIVS_CODE, Lookup lineage reference object : stvdivs
-
setDivsCode
public void setDivsCode(String divsCode)
DivisionLineage reference object : SSBOVRR_DIVS_CODE, Lookup lineage reference object : stvdivs
-
withDivsCode
public ScheduleOverride100GetResponse withDivsCode(String divsCode)
-
getTopsDescription
public String getTopsDescription()
-
setTopsDescription
public void setTopsDescription(String topsDescription)
-
withTopsDescription
public ScheduleOverride100GetResponse withTopsDescription(String topsDescription)
-
getCollDescription
public String getCollDescription()
-
setCollDescription
public void setCollDescription(String collDescription)
-
withCollDescription
public ScheduleOverride100GetResponse withCollDescription(String collDescription)
-
getCollCode
public String getCollCode()
CollegeLineage reference object : SSBOVRR_COLL_CODE, Lookup lineage reference object : stvcoll
-
setCollCode
public void setCollCode(String collCode)
CollegeLineage reference object : SSBOVRR_COLL_CODE, Lookup lineage reference object : stvcoll
-
withCollCode
public ScheduleOverride100GetResponse withCollCode(String collCode)
-
getDeptCode
public String getDeptCode()
DepartmentLineage reference object : SSBOVRR_DEPT_CODE, Lookup lineage reference object : stvdept
-
setDeptCode
public void setDeptCode(String deptCode)
DepartmentLineage reference object : SSBOVRR_DEPT_CODE, Lookup lineage reference object : stvdept
-
withDeptCode
public ScheduleOverride100GetResponse withDeptCode(String deptCode)
-
withAdditionalProperty
public ScheduleOverride100GetResponse withAdditionalProperty(String name, Object value)
-
-