Class EMail


  • public class EMail
    extends java.lang.Object

    Java class for EMail complex type.

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

     <complexType name="EMail">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="senderAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String senderAddress  
    • Constructor Summary

      Constructors 
      Constructor Description
      EMail()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSenderAddress()
      Gets the value of the senderAddress property.
      void setSenderAddress​(java.lang.String value)
      Sets the value of the senderAddress property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • senderAddress

        protected java.lang.String senderAddress
    • Constructor Detail

      • EMail

        public EMail()
    • Method Detail

      • getSenderAddress

        public java.lang.String getSenderAddress()
        Gets the value of the senderAddress property.
        Returns:
        possible object is String
      • setSenderAddress

        public void setSenderAddress​(java.lang.String value)
        Sets the value of the senderAddress property.
        Parameters:
        value - allowed object is String