public class ListOfAUDetailsType extends Object
Java class for ListOfAUDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListOfAUDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="auUpdate" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}auUpdateType" minOccurs="0"/>
<element name="auDelete" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}auDeleteType" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AuDetailsType> |
auUpdateOrAuDelete |
| Constructor and Description |
|---|
ListOfAUDetailsType() |
protected List<AuDetailsType> auUpdateOrAuDelete
public List<AuDetailsType> getAuUpdateOrAuDelete()
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 auUpdateOrAuDelete property.
For example, to add a new item, do as follows:
getAuUpdateOrAuDelete().add(newItem);
Objects of the following type(s) are allowed in the list
AuUpdateType
AuDeleteType
Copyright © 2016. All Rights Reserved.