public class ConfigureJointReportsType extends MiddleCommandType
Java class for ConfigureJointReportsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigureJointReportsType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="ResetAll" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ConfigureJointReport" type="{}ConfigureJointReportType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConfigureJointReportType> |
configureJointReport |
protected boolean |
resetAll |
commandIDname| Constructor and Description |
|---|
ConfigureJointReportsType() |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigureJointReportType> |
getConfigureJointReport()
Gets the value of the configureJointReport property.
|
boolean |
isResetAll()
Gets the value of the resetAll property.
|
void |
setResetAll(boolean value)
Sets the value of the resetAll property.
|
getCommandID, setCommandIDgetName, setNameprotected boolean resetAll
protected List<ConfigureJointReportType> configureJointReport
public boolean isResetAll()
public void setResetAll(boolean value)
public List<ConfigureJointReportType> getConfigureJointReport()
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 configureJointReport property.
For example, to add a new item, do as follows:
getConfigureJointReport().add(newItem);
Objects of the following type(s) are allowed in the list
ConfigureJointReportType
Copyright © 2017. All rights reserved.