public class GetTotalsRequest extends Object
Java class for GetTotalsRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTotalsRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalDetails" type="{}TotalDetails" minOccurs="0"/>
<element name="TotalFilter" type="{}TotalFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TotalDetailsType> |
totalDetails
The Total details.
|
protected TotalFilter |
totalFilter
The Total filter.
|
| Constructor and Description |
|---|
GetTotalsRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<TotalDetailsType> |
getTotalDetails()
Gets the value of the totalDetails property.
|
TotalFilter |
getTotalFilter()
Gets the value of the totalFilter property.
|
void |
setTotalFilter(TotalFilter value)
Sets the value of the totalFilter property.
|
protected List<TotalDetailsType> totalDetails
protected TotalFilter totalFilter
public List<TotalDetailsType> getTotalDetails()
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 totalDetails property.
For example, to add a new item, do as follows:
getTotalDetails().add(newItem);
Objects of the following type(s) are allowed in the list
TotalDetailsType
public TotalFilter getTotalFilter()
TotalFilterpublic void setTotalFilter(TotalFilter value)
value - allowed object is TotalFilterCopyright © 2022. All rights reserved.