Class EducationalInstitutionUnits


  • @Generated("jsonschema2pojo")
    public class EducationalInstitutionUnits
    extends Object
    Educational Institution Units

    Operational units of an educational institution, such as a department

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the educational institution unit")
        private String id
        ID

        The global identifier of the educational institution unit (Required)

      • title

        @JsonPropertyDescription("The full name of the unit")
        private String title
        Title

        The full name of the unit (Required)

      • description

        @JsonPropertyDescription("The description of the unit")
        private String description
        Description

        The description of the unit

      • code

        @JsonPropertyDescription("The code of the educational institution unit.")
        private String code
        Code

        The code of the educational institution unit.

      • type

        @JsonPropertyDescription("The type of the unit (e.g., school, division, department, etc.)")
        private EducationalInstitutionUnits.Type type
        Type

        The type of the unit (e.g., school, division, department, etc.) (Required)

      • parents

        @JsonPropertyDescription("The parent institution and upper-level unit of the institution")
        private Parents parents
        Parents

        The parent institution and upper-level unit of the institution (Required)

      • addresses

        @JsonPropertyDescription("The physical locations where the unit resides or may be contacted by mail")
        private List<Address> addresses
        Addresses

        The physical locations where the unit resides or may be contacted by mail

      • phones

        @JsonPropertyDescription("The phones and phone-connected devices at which the unit can be contacted")
        private List<Phone> phones
        Phone

        The phones and phone-connected devices at which the unit can be contacted

      • emails

        @JsonPropertyDescription("The email addresses at which the unit can be contacted")
        private List<Email> emails
        Email

        The email addresses at which the unit can be contacted

      • socialMedia

        @JsonPropertyDescription("The social media account at which the unit can be contacted.")
        private List<SocialMedium> socialMedia
        Social Media

        The social media account at which the unit can be contacted.

    • Constructor Detail

      • EducationalInstitutionUnits

        public EducationalInstitutionUnits()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the educational institution unit (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the educational institution unit (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the unit (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the unit (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the unit

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the unit

      • getCode

        public String getCode()
        Code

        The code of the educational institution unit.

      • setCode

        public void setCode​(String code)
        Code

        The code of the educational institution unit.

      • getParents

        public Parents getParents()
        Parents

        The parent institution and upper-level unit of the institution (Required)

      • setParents

        public void setParents​(Parents parents)
        Parents

        The parent institution and upper-level unit of the institution (Required)

      • getAddresses

        public List<Address> getAddresses()
        Addresses

        The physical locations where the unit resides or may be contacted by mail

      • setAddresses

        public void setAddresses​(List<Address> addresses)
        Addresses

        The physical locations where the unit resides or may be contacted by mail

      • getPhones

        public List<Phone> getPhones()
        Phone

        The phones and phone-connected devices at which the unit can be contacted

      • setPhones

        public void setPhones​(List<Phone> phones)
        Phone

        The phones and phone-connected devices at which the unit can be contacted

      • getEmails

        public List<Email> getEmails()
        Email

        The email addresses at which the unit can be contacted

      • setEmails

        public void setEmails​(List<Email> emails)
        Email

        The email addresses at which the unit can be contacted

      • getSocialMedia

        public List<SocialMedium> getSocialMedia()
        Social Media

        The social media account at which the unit can be contacted.

      • setSocialMedia

        public void setSocialMedia​(List<SocialMedium> socialMedia)
        Social Media

        The social media account at which the unit can be contacted.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object