Class ContactInformation


  • public class ContactInformation
    extends Object
    • Field Detail

      • contact

        protected String contact
      • emailAddress

        protected String emailAddress
      • faxNumber

        protected String faxNumber
      • telephoneNumber

        protected String telephoneNumber
      • contactTypeIdentifier

        protected String contactTypeIdentifier
    • Constructor Detail

      • ContactInformation

        public ContactInformation()
    • Method Detail

      • getContact

        public String getContact()
      • getEmailAddress

        public String getEmailAddress()
      • getFaxNumber

        public String getFaxNumber()
      • getTelephoneNumber

        public String getTelephoneNumber()
      • getContactTypeIdentifier

        public String getContactTypeIdentifier()
      • setContact

        public void setContact​(String contact)
      • setEmailAddress

        public void setEmailAddress​(String emailAddress)
      • setFaxNumber

        public void setFaxNumber​(String faxNumber)
      • setTelephoneNumber

        public void setTelephoneNumber​(String telephoneNumber)
      • setContactTypeIdentifier

        public void setContactTypeIdentifier​(String contactTypeIdentifier)