public class ResultLookupType extends Object implements Serializable
Java class for ResultLookupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultLookupType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>int">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected int |
value |
| Constructor and Description |
|---|
ResultLookupType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
int |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetValue() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(int value)
Sets the value of the value property.
|
protected int value
protected String name
public int getValue()
public void setValue(int value)
public boolean isSetValue()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
Copyright © 2016. All rights reserved.