public class GetTotalsRequestType extends Object
Java class for GetTotalsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetTotalsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalDetails" type="{}TotalDetailsType" minOccurs="0"/>
<element name="TotalFilter" type="{}TotalFilterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
totalDetails |
protected TotalFilterType |
totalFilter |
| Constructor and Description |
|---|
GetTotalsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getTotalDetails()
Gets the value of the totalDetails property.
|
TotalFilterType |
getTotalFilter()
Gets the value of the totalFilter property.
|
void |
setTotalFilter(TotalFilterType value)
Sets the value of the totalFilter property.
|
protected TotalFilterType totalFilter
public List<String> 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
String
public TotalFilterType getTotalFilter()
TotalFilterTypepublic void setTotalFilter(TotalFilterType value)
value - allowed object is
TotalFilterTypeCopyright © 2018. All rights reserved.