Class InstructionalEvent
- java.lang.Object
-
- com.ellucian.generated.eedm.sections_maximum.v8_0.InstructionalEvent
-
@Generated("jsonschema2pojo") public class InstructionalEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Detail__10detailInstructional Eventprivate InstructionalMethodinstructionalMethodInstructional Methodprivate List<InstructorRoster>instructorRosterInstructor Rosterprivate List<Location>locationsLocationprivate ObjectrecurrenceRecurrenceprivate StringtitleTitleprivate ObjectworkLoadWork Load
-
Constructor Summary
Constructors Constructor Description InstructionalEvent()
-
Method Summary
-
-
-
Field Detail
-
title
@JsonPropertyDescription("The full name of an instructional activity that takes place during a Section.") private String titleTitleThe full name of an instructional activity that takes place during a Section.
-
instructionalMethod
@JsonPropertyDescription("") private InstructionalMethod instructionalMethodInstructional Method
-
recurrence
@JsonPropertyDescription("") private Object recurrenceRecurrence
-
workLoad
@JsonPropertyDescription("The amount of work involved in teaching a section.") private Object workLoadWork LoadThe amount of work involved in teaching a section.
-
locations
@JsonPropertyDescription("Locations where the instructional event will take place.") private List<Location> locationsLocationLocations where the instructional event will take place.
-
instructorRoster
@JsonPropertyDescription("") private List<InstructorRoster> instructorRosterInstructor Roster
-
detail
@JsonPropertyDescription("The instructional event associated to this section.") private Detail__10 detailInstructional EventThe instructional event associated to this section. (Required)
-
-
Method Detail
-
getTitle
public String getTitle()
TitleThe full name of an instructional activity that takes place during a Section.
-
setTitle
public void setTitle(String title)
TitleThe full name of an instructional activity that takes place during a Section.
-
withTitle
public InstructionalEvent withTitle(String title)
-
getInstructionalMethod
public InstructionalMethod getInstructionalMethod()
Instructional Method
-
setInstructionalMethod
public void setInstructionalMethod(InstructionalMethod instructionalMethod)
Instructional Method
-
withInstructionalMethod
public InstructionalEvent withInstructionalMethod(InstructionalMethod instructionalMethod)
-
getRecurrence
public Object getRecurrence()
Recurrence
-
setRecurrence
public void setRecurrence(Object recurrence)
Recurrence
-
withRecurrence
public InstructionalEvent withRecurrence(Object recurrence)
-
getWorkLoad
public Object getWorkLoad()
Work LoadThe amount of work involved in teaching a section.
-
setWorkLoad
public void setWorkLoad(Object workLoad)
Work LoadThe amount of work involved in teaching a section.
-
withWorkLoad
public InstructionalEvent withWorkLoad(Object workLoad)
-
getLocations
public List<Location> getLocations()
LocationLocations where the instructional event will take place.
-
setLocations
public void setLocations(List<Location> locations)
LocationLocations where the instructional event will take place.
-
withLocations
public InstructionalEvent withLocations(List<Location> locations)
-
getInstructorRoster
public List<InstructorRoster> getInstructorRoster()
Instructor Roster
-
setInstructorRoster
public void setInstructorRoster(List<InstructorRoster> instructorRoster)
Instructor Roster
-
withInstructorRoster
public InstructionalEvent withInstructorRoster(List<InstructorRoster> instructorRoster)
-
getDetail
public Detail__10 getDetail()
Instructional EventThe instructional event associated to this section. (Required)
-
setDetail
public void setDetail(Detail__10 detail)
Instructional EventThe instructional event associated to this section. (Required)
-
withDetail
public InstructionalEvent withDetail(Detail__10 detail)
-
-