Class ESales


  • public class ESales
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://ejava.info/eSales/1.0.2007.2}address" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://ejava.info/eSales/1.0.2007.2}account" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://ejava.info/eSales/1.0.2007.2}auction" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://ejava.info/eSales/1.0.2007.2}image" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://ejava.info/eSales/1.0.2007.2}bid" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getAddress

        public List<Address> 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 Address

      • getAccount

        public List<Account> getAccount()
        Gets the value of the account 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 account property.

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

            getAccount().add(newItem);
         

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

      • getAuction

        public List<Auction> getAuction()
        Gets the value of the auction 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 auction property.

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

            getAuction().add(newItem);
         

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

      • getImage

        public List<Image> getImage()
        Gets the value of the image 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 image property.

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

            getImage().add(newItem);
         

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

      • getBid

        public List<Bid> getBid()
        Gets the value of the bid 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 bid property.

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

            getBid().add(newItem);
         

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