public class BASKETType extends Object
Java class for BASKETType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BASKETType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DOCUMENT" type="{}BASKETDOCUMENTType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<BASKETDOCUMENTType> |
document |
| Constructor and Description |
|---|
BASKETType() |
| Modifier and Type | Method and Description |
|---|---|
List<BASKETDOCUMENTType> |
getDOCUMENT()
Gets the value of the document property.
|
protected List<BASKETDOCUMENTType> document
public List<BASKETDOCUMENTType> getDOCUMENT()
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 document property.
For example, to add a new item, do as follows:
getDOCUMENT().add(newItem);
Objects of the following type(s) are allowed in the list
BASKETDOCUMENTType
Copyright © 2019. All rights reserved.