public class Entry extends Setting
Java class for entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.intertrust.ru}request.timeout.enum"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RequestTimeoutEnum |
key |
protected int |
value |
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
RequestTimeoutEnum |
getKey()
Gets the value of the key property.
|
int |
getValue()
Gets the value of the value property.
|
void |
setKey(RequestTimeoutEnum value)
Sets the value of the key property.
|
void |
setValue(int value)
Sets the value of the value property.
|
protected RequestTimeoutEnum key
protected int value
public RequestTimeoutEnum getKey()
RequestTimeoutEnumpublic void setKey(RequestTimeoutEnum value)
value - allowed object is
RequestTimeoutEnumpublic int getValue()
public void setValue(int value)
Copyright © 2012–2014 RedSoft. All rights reserved.