public class TRecordsArray extends Object
Java class for tRecordsArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tRecordsArray">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="dmRecord" type="{http://isds.czechpoint.cz/v20}tRecord"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TRecordsArray() |
| Modifier and Type | Method and Description |
|---|---|
List<TRecord> |
getDmRecord()
Gets the value of the dmRecord property.
|
public List<TRecord> getDmRecord()
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 dmRecord property.
For example, to add a new item, do as follows:
getDmRecord().add(newItem);
Objects of the following type(s) are allowed in the list
TRecord
Copyright © 2016. All rights reserved.