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