Class Address

    • Field Detail

      • address

        @JsonPropertyDescription("The associated physical address.")
        private Object address
        Address

        The associated physical address. (Required)

      • type

        @JsonPropertyDescription("A type of address for a person. Includes a standard type (e.g. \'home\', \'school\') and an optional, custom type to further identify the type of address.")
        private Type__1 type
        Type

        A type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)

      • startOn

        @JsonPropertyDescription("The earliest date that this address was valid for the person.")
        private Object startOn
        Start On

        The earliest date that this address was valid for the person.

      • endOn

        @JsonPropertyDescription("The latest date when this address was valid for the person.")
        private Object endOn
        End On

        The latest date when this address was valid for the person.

      • preference

        @JsonPropertyDescription("Specifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.")
        private Object preference
        Preferred Address

        Specifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.

      • seasonalOccupancies

        @JsonPropertyDescription("Seasons during the year when the location is typically occupied, expressed as repeating time periods.")
        private List<SeasonalOccupancy> seasonalOccupancies
        Seasonal Occupancies

        Seasons during the year when the location is typically occupied, expressed as repeating time periods.

    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getAddress

        public Object getAddress()
        Address

        The associated physical address. (Required)

      • setAddress

        public void setAddress​(Object address)
        Address

        The associated physical address. (Required)

      • getType

        public Type__1 getType()
        Type

        A type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)

      • setType

        public void setType​(Type__1 type)
        Type

        A type of address for a person. Includes a standard type (e.g. 'home', 'school') and an optional, custom type to further identify the type of address. (Required)

      • getStartOn

        public Object getStartOn()
        Start On

        The earliest date that this address was valid for the person.

      • setStartOn

        public void setStartOn​(Object startOn)
        Start On

        The earliest date that this address was valid for the person.

      • getEndOn

        public Object getEndOn()
        End On

        The latest date when this address was valid for the person.

      • setEndOn

        public void setEndOn​(Object endOn)
        End On

        The latest date when this address was valid for the person.

      • getPreference

        public Object getPreference()
        Preferred Address

        Specifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.

      • setPreference

        public void setPreference​(Object preference)
        Preferred Address

        Specifies if the address is preferred over others of the same type. Only one address should be set to primary for a person.

      • withPreference

        public Address withPreference​(Object preference)
      • getSeasonalOccupancies

        public List<SeasonalOccupancy> getSeasonalOccupancies()
        Seasonal Occupancies

        Seasons during the year when the location is typically occupied, expressed as repeating time periods.

      • setSeasonalOccupancies

        public void setSeasonalOccupancies​(List<SeasonalOccupancy> seasonalOccupancies)
        Seasonal Occupancies

        Seasons during the year when the location is typically occupied, expressed as repeating time periods.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object