Class ReciprocalRelationship


  • @Generated("jsonschema2pojo")
    public class ReciprocalRelationship
    extends Object
    Reciprocal Relationship

    The reverse relationship between the persons.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Reciprocal Relationship.")
        private String id
        ID

        The global identifier for the Reciprocal Relationship. (Required)

    • Constructor Detail

      • ReciprocalRelationship

        public ReciprocalRelationship()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Reciprocal Relationship. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Reciprocal Relationship. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object