
public class ArrayOfTransactionLog extends Object implements Serializable
Java class for ArrayOfTransactionLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfTransactionLog">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransactionLog" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}TransactionLog" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TransactionLog> |
transactionLog |
| Constructor and Description |
|---|
ArrayOfTransactionLog() |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionLog> |
getTransactionLog()
Gets the value of the transactionLog property.
|
boolean |
isSetTransactionLog() |
void |
unsetTransactionLog() |
protected List<TransactionLog> transactionLog
public List<TransactionLog> getTransactionLog()
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 transactionLog property.
For example, to add a new item, do as follows:
getTransactionLog().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLog
public boolean isSetTransactionLog()
public void unsetTransactionLog()
Copyright © 2008–2017 MIL-OSS. All rights reserved.