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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Account> |
account |
protected List<Address> |
address |
protected List<Auction> |
auction |
protected List<Bid> |
bid |
protected List<Image> |
image |
| Constructor and Description |
|---|
ESales()
Default no-arg constructor
|
ESales(List<Address> address,
List<Account> account,
List<Auction> auction,
List<Image> image,
List<Bid> bid)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
getAccount()
Gets the value of the account property.
|
List<Address> |
getAddress()
Gets the value of the address property.
|
List<Auction> |
getAuction()
Gets the value of the auction property.
|
List<Bid> |
getBid()
Gets the value of the bid property.
|
List<Image> |
getImage()
Gets the value of the image property.
|
public List<Address> getAddress()
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
public List<Account> getAccount()
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
public List<Auction> getAuction()
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
public List<Image> getImage()
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
public List<Bid> getBid()
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
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.