| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | The name of the element. | |
| Credits | NullableFloat64 | The credits of the element. | |
| ElementType | string | The type of the element. | |
| Elements | []ProgramEditionBlockElementItem | The elements of the block element. | |
| CourseId | int32 | The identifier of the associated course. | |
| PlannedCourseId | NullableInt32 | The identifier of the associated planned course. |
func NewProgramEditionElement(name string, credits NullableFloat64, elementType string, elements []ProgramEditionBlockElementItem, courseId int32, plannedCourseId NullableInt32, ) *ProgramEditionElement
NewProgramEditionElement instantiates a new ProgramEditionElement object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProgramEditionElementWithDefaults() *ProgramEditionElement
NewProgramEditionElementWithDefaults instantiates a new ProgramEditionElement object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ProgramEditionElement) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetName(v string)
SetName sets Name field to given value.
func (o *ProgramEditionElement) GetCredits() float64
GetCredits returns the Credits field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetCreditsOk() (*float64, bool)
GetCreditsOk returns a tuple with the Credits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetCredits(v float64)
SetCredits sets Credits field to given value.
func (o *ProgramEditionElement) SetCreditsNil(b bool)
SetCreditsNil sets the value for Credits to be an explicit nil
func (o *ProgramEditionElement) UnsetCredits()
UnsetCredits ensures that no value is present for Credits, not even an explicit nil
func (o *ProgramEditionElement) GetElementType() string
GetElementType returns the ElementType field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetElementTypeOk() (*string, bool)
GetElementTypeOk returns a tuple with the ElementType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetElementType(v string)
SetElementType sets ElementType field to given value.
func (o *ProgramEditionElement) GetElements() []ProgramEditionBlockElementItem
GetElements returns the Elements field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetElementsOk() (*[]ProgramEditionBlockElementItem, bool)
GetElementsOk returns a tuple with the Elements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetElements(v []ProgramEditionBlockElementItem)
SetElements sets Elements field to given value.
func (o *ProgramEditionElement) GetCourseId() int32
GetCourseId returns the CourseId field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetCourseIdOk() (*int32, bool)
GetCourseIdOk returns a tuple with the CourseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetCourseId(v int32)
SetCourseId sets CourseId field to given value.
func (o *ProgramEditionElement) GetPlannedCourseId() int32
GetPlannedCourseId returns the PlannedCourseId field if non-nil, zero value otherwise.
func (o *ProgramEditionElement) GetPlannedCourseIdOk() (*int32, bool)
GetPlannedCourseIdOk returns a tuple with the PlannedCourseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProgramEditionElement) SetPlannedCourseId(v int32)
SetPlannedCourseId sets PlannedCourseId field to given value.
func (o *ProgramEditionElement) SetPlannedCourseIdNil(b bool)
SetPlannedCourseIdNil sets the value for PlannedCourseId to be an explicit nil
func (o *ProgramEditionElement) UnsetPlannedCourseId()
UnsetPlannedCourseId ensures that no value is present for PlannedCourseId, not even an explicit nil