Class FormattedName

    • Field Detail

      • type

        @JsonPropertyDescription("The type of the formatted name.")
        private Type__1 type
        Type

        The 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 By

        The 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
        Name

        A formatted name for the constituent. (Required)

    • Constructor Detail

      • FormattedName

        public FormattedName()
    • Method Detail

      • getType

        public Type__1 getType()
        Type

        The type of the formatted name. (Required)

      • setType

        public void setType​(Type__1 type)
        Type

        The type of the formatted name. (Required)

      • getForUseBy

        public ForUseBy getForUseBy()
        For Use By

        The person for which the formatted name is always used when addressing the constituent person.

      • setForUseBy

        public void setForUseBy​(ForUseBy forUseBy)
        For Use By

        The person for which the formatted name is always used when addressing the constituent person.

      • getName

        public String getName()
        Name

        A formatted name for the constituent. (Required)

      • setName

        public void setName​(String name)
        Name

        A formatted name for the constituent. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object