public class RequestTimeout extends Obj
Java class for requestTimeout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requestTimeout">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="entry" type="{http://www.intertrust.ru}entry" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RequestTimeout() |
| Modifier and Type | Method and Description |
|---|---|
List<Entry> |
getEntry()
Gets the value of the entry property.
|
testGeneratedMethodpublic List<Entry> getEntry()
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 entry property.
For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Entry
Copyright © 2012–2014 RedSoft. All rights reserved.