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