Class FormattedName
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_persons.v12_1_0.FormattedName
-
@Generated("jsonschema2pojo") public class FormattedName extends Object
-
-
Constructor Summary
Constructors Constructor Description FormattedName()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ForUseBygetForUseBy()For Use ByStringgetName()NameType__1getType()TypeinthashCode()voidsetForUseBy(ForUseBy forUseBy)For Use ByvoidsetName(String name)NamevoidsetType(Type__1 type)TypeStringtoString()FormattedNamewithForUseBy(ForUseBy forUseBy)FormattedNamewithName(String name)FormattedNamewithType(Type__1 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of the formatted name.") private Type__1 typeTypeThe type of the formatted name. (Required)
-
forUseBy
@JsonPropertyDescription("The person for which the formatted name is always used when addressing the constituent person.") private ForUseBy forUseByFor Use ByThe person for which the formatted name is always used when addressing the constituent person.
-
name
@JsonPropertyDescription("A formatted name for the constituent.") private String nameNameA formatted name for the constituent. (Required)
-
-
Method Detail
-
getType
public Type__1 getType()
TypeThe type of the formatted name. (Required)
-
setType
public void setType(Type__1 type)
TypeThe type of the formatted name. (Required)
-
withType
public FormattedName withType(Type__1 type)
-
getForUseBy
public ForUseBy getForUseBy()
For Use ByThe person for which the formatted name is always used when addressing the constituent person.
-
setForUseBy
public void setForUseBy(ForUseBy forUseBy)
For Use ByThe person for which the formatted name is always used when addressing the constituent person.
-
withForUseBy
public FormattedName withForUseBy(ForUseBy forUseBy)
-
getName
public String getName()
NameA formatted name for the constituent. (Required)
-
setName
public void setName(String name)
NameA formatted name for the constituent. (Required)
-
withName
public FormattedName withName(String name)
-
-