Class Title
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v16_1_0.Title
-
@Generated("jsonschema2pojo") public class Title extends Object
-
-
Constructor Summary
Constructors Constructor Description Title()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)TypegetType()TypeStringgetValue()ValueinthashCode()voidsetType(Type type)TypevoidsetValue(String value)ValueStringtoString()TitlewithType(Type type)TitlewithValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of course title (e.g. short title, long title).") private Type typeTypeThe type of course title (e.g. short title, long title). (Required)
-
value
@JsonPropertyDescription("The title for the section associated with the type.") private String valueValueThe title for the section associated with the type. (Required)
-
-
Method Detail
-
getType
public Type getType()
TypeThe type of course title (e.g. short title, long title). (Required)
-
setType
public void setType(Type type)
TypeThe type of course title (e.g. short title, long title). (Required)
-
getValue
public String getValue()
ValueThe title for the section associated with the type. (Required)
-
setValue
public void setValue(String value)
ValueThe title for the section associated with the type. (Required)
-
-