Class Account


  • public class Account
    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/eSales/1.0.2007.2}ReferencedType">
           <sequence>
             <element name="login" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="middleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
             <element name="address" type="{http://www.w3.org/2001/XMLSchema}IDREFS" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • login

        protected String login
      • firstName

        protected String firstName
      • middleName

        protected String middleName
      • lastName

        protected String lastName
      • email

        protected String email
      • startDate

        protected Date startDate
      • endDate

        protected Date endDate
    • Constructor Detail

      • Account

        public Account()
        Default no-arg constructor
    • Method Detail

      • 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
      • getFirstName

        public String getFirstName()
        Gets the value of the firstName property.
        Returns:
        possible object is String
      • setFirstName

        public void setFirstName​(String value)
        Sets the value of the firstName property.
        Parameters:
        value - allowed object is String
      • getMiddleName

        public String getMiddleName()
        Gets the value of the middleName property.
        Returns:
        possible object is String
      • setMiddleName

        public void setMiddleName​(String value)
        Sets the value of the middleName property.
        Parameters:
        value - allowed object is String
      • getLastName

        public String getLastName()
        Gets the value of the lastName property.
        Returns:
        possible object is String
      • setLastName

        public void setLastName​(String value)
        Sets the value of the lastName 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
      • getStartDate

        public Date getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is String
      • setStartDate

        public void setStartDate​(Date value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is String
      • getEndDate

        public Date getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is String
      • setEndDate

        public void setEndDate​(Date value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is String
      • getAddress

        public List<Object> getAddress()
        Gets the value of the address property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the address property.

        For example, to add a new item, do as follows:

            getAddress().add(newItem);
         

        Objects of the following type(s) are allowed in the list Object