Class ContactEntity

    • Constructor Detail

      • ContactEntity

        public ContactEntity()
    • Method Detail

      • setPhone

        public void setPhone​(TelephoneEntity phone)
        Parameters:
        phone - the phone to set
      • isSetPhone

        public boolean isSetPhone()
      • getAddress

        public AddressEntity getAddress()
        Returns:
        the address
      • setAddress

        public void setAddress​(AddressEntity address)
        Parameters:
        address - the address to set
      • isSetAddress

        public boolean isSetAddress()
      • setOnlineResource

        public void setOnlineResource​(OnlineResourceEntity onlineResource)
        Parameters:
        onlineResource - the onlineResource to set
      • isSetOnlineResource

        public boolean isSetOnlineResource()
      • getHoursOfService

        public String getHoursOfService()
        Returns:
        the hoursOfService
      • setHoursOfService

        public void setHoursOfService​(String hoursOfService)
        Parameters:
        hoursOfService - the hoursOfService to set
      • isSetHoursOfService

        public boolean isSetHoursOfService()
      • getContactInstructions

        public String getContactInstructions()
        Returns:
        the contactInstructions
      • setContactInstructions

        public void setContactInstructions​(String contactInstructions)
        Parameters:
        contactInstructions - the contactInstructions to set
      • isSetContactInstructions

        public boolean isSetContactInstructions()