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 boolean
equals(Object other)
Type
getType()
TypeString
getValue()
Valueint
hashCode()
void
setType(Type type)
Typevoid
setValue(String value)
ValueString
toString()
Title
withType(Type type)
Title
withValue(String value)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of course title (e.g. short title, long title).") private Type type
TypeThe type of course title (e.g. short title, long title). (Required)
-
value
@JsonPropertyDescription("The title for the section associated with the type.") private String value
ValueThe 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)
-
-