Class Contact


  • public class Contact
    extends ReferencedType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://ejava.info/eLeague/1.0.2009.1}ReferencedType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
             <element name="e-mail" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
             <element name="login" type="{http://www.w3.org/2001/XMLSchema}NCName" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • eMail

        protected String eMail
      • login

        protected String login
      • id

        protected long id
    • Constructor Detail

      • Contact

        public Contact()
        Default no-arg constructor
      • Contact

        public Contact​(String refid,
                       String name,
                       String eMail,
                       String login,
                       long id)
        Fully-initialising value constructor
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getEMail

        public String getEMail()
        Gets the value of the eMail property.
        Returns:
        possible object is String
      • setEMail

        public void setEMail​(String value)
        Sets the value of the eMail property.
        Parameters:
        value - allowed object is String
      • getLogin

        public String getLogin()
        Gets the value of the login property.
        Returns:
        possible object is String
      • setLogin

        public void setLogin​(String value)
        Sets the value of the login property.
        Parameters:
        value - allowed object is String
      • getId

        public long getId()
        Gets the value of the id property.
      • setId

        public void setId​(long value)
        Sets the value of the id property.