public class CsLogData extends Object
Java class for cs_logData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cs_logData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mnemonicList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="unitList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CsLogData() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getData()
Gets the value of the data property.
|
String |
getMnemonicList()
Gets the value of the mnemonicList property.
|
String |
getUnitList()
Gets the value of the unitList property.
|
void |
setMnemonicList(String value)
Sets the value of the mnemonicList property.
|
void |
setUnitList(String value)
Sets the value of the unitList property.
|
public String getMnemonicList()
Stringpublic void setMnemonicList(String value)
value - allowed object is
Stringpublic String getUnitList()
Stringpublic void setUnitList(String value)
value - allowed object is
Stringpublic List<String> getData()
set method for the data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
StringCopyright © 2017. All rights reserved.