Class SeasonalOccupancy
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_persons.v7_0.SeasonalOccupancy
-
@Generated("jsonschema2pojo") public class SeasonalOccupancy extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private Object
recurrence
Recurrence
-
Constructor Summary
Constructors Constructor Description SeasonalOccupancy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getRecurrence()
Recurrenceint
hashCode()
void
setRecurrence(Object recurrence)
RecurrenceString
toString()
SeasonalOccupancy
withRecurrence(Object recurrence)
-
-
-
Field Detail
-
recurrence
@JsonPropertyDescription("The recurrence of the seasonal occupancy.") private Object recurrence
RecurrenceThe recurrence of the seasonal occupancy.
-
-
Method Detail
-
getRecurrence
public Object getRecurrence()
RecurrenceThe recurrence of the seasonal occupancy.
-
setRecurrence
public void setRecurrence(Object recurrence)
RecurrenceThe recurrence of the seasonal occupancy.
-
withRecurrence
public SeasonalOccupancy withRecurrence(Object recurrence)
-
-