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 boolean
equals(Object other)
ForUseBy
getForUseBy()
For Use ByString
getName()
NameType__1
getType()
Typeint
hashCode()
void
setForUseBy(ForUseBy forUseBy)
For Use Byvoid
setName(String name)
Namevoid
setType(Type__1 type)
TypeString
toString()
FormattedName
withForUseBy(ForUseBy forUseBy)
FormattedName
withName(String name)
FormattedName
withType(Type__1 type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of the formatted name.") private Type__1 type
TypeThe 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 forUseBy
For 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 name
NameA 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)
-
-