Class ContactDetails


  • public class ContactDetails
    extends Object

    Java class for ContactDetails complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ContactDetails">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • emailAddress

        protected String emailAddress
      • telephoneNumber

        protected String telephoneNumber
    • Constructor Detail

      • ContactDetails

        public ContactDetails()
    • Method Detail

      • getEmailAddress

        public String getEmailAddress()
        Gets the value of the emailAddress property.
        Returns:
        possible object is String
      • setEmailAddress

        public void setEmailAddress​(String value)
        Sets the value of the emailAddress property.
        Parameters:
        value - allowed object is String
      • getTelephoneNumber

        public String getTelephoneNumber()
        Gets the value of the telephoneNumber property.
        Returns:
        possible object is String
      • setTelephoneNumber

        public void setTelephoneNumber​(String value)
        Sets the value of the telephoneNumber property.
        Parameters:
        value - allowed object is String
      • setContactPreference

        public void setContactPreference​(ContactPreference value)
        Sets the value of the contactPreference property.
        Parameters:
        value - allowed object is ContactPreference