Class Contact


  • public class Contact
    extends Object
    Since:
    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • getContactInstructions

        public Nillable<PT_FreeText> getContactInstructions()
        Returns:
        the contactInstructions
      • setContactInstructions

        public Contact setContactInstructions​(PT_FreeText contactInstructions)
        Parameters:
        contactInstructions - the contactInstructions to set
      • setContactInstructions

        public Contact setContactInstructions​(Nillable<PT_FreeText> contactInstructions)
        Parameters:
        contactInstructions - the contactInstructions to set
      • getElectronicMailAddress

        public Nillable<String> getElectronicMailAddress()
        Returns:
        the electronicMailAddress
      • setElectronicMailAddress

        public Contact setElectronicMailAddress​(String electronicMailAddress)
        Parameters:
        electronicMailAddress - the electronicMailAddress to set
      • setElectronicMailAddress

        public Contact setElectronicMailAddress​(Nillable<String> electronicMailAddress)
        Parameters:
        electronicMailAddress - the electronicMailAddress to set
      • getHoursOfService

        public Nillable<PT_FreeText> getHoursOfService()
        Returns:
        the hoursOfService
      • setHoursOfService

        public Contact setHoursOfService​(Nillable<PT_FreeText> hoursOfService)
        Parameters:
        hoursOfService - the hoursOfService to set
      • setHoursOfService

        public Contact setHoursOfService​(PT_FreeText hoursOfService)
        Parameters:
        hoursOfService - the hoursOfService to set
      • setTelephoneFacsimile

        public Contact setTelephoneFacsimile​(List<Nillable<String>> telephoneFacsimile)
        Parameters:
        telephoneFacsimile - the telephoneFacsimile to set
      • setTelephoneFacsimile

        public Contact setTelephoneFacsimile​(Nillable<List<Nillable<String>>> telephoneFacsimile)
        Parameters:
        telephoneFacsimile - the telephoneFacsimile to set
      • addTelephoneFacsimile

        public Contact addTelephoneFacsimile​(String telephoneFacsimile)
        Parameters:
        telephoneFacsimile - the telephoneFacsimile to add
      • setTelephoneVoice

        public Contact setTelephoneVoice​(List<Nillable<String>> telephoneVoice)
        Parameters:
        telephoneVoice - the telephoneVoice to set
      • addTelephoneVoice

        public Contact addTelephoneVoice​(String telephoneVoice)
        Parameters:
        telephoneVoice - the telephoneVoice to add
      • getWebsite

        public Nillable<String> getWebsite()
        Returns:
        the website
      • setWebsite

        public Contact setWebsite​(String website)
        Parameters:
        website - the website to set
      • setWebsite

        public Contact setWebsite​(Nillable<String> website)
        Parameters:
        website - the website to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object