public class DistributedSearchType extends Object
Java class for DistributedSearchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DistributedSearchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="hopCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="2" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
hopCount |
| Constructor and Description |
|---|
DistributedSearchType()
Default no-arg constructor
|
DistributedSearchType(BigInteger hopCount)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getHopCount()
Gets the value of the hopCount property.
|
void |
setHopCount(BigInteger value)
Sets the value of the hopCount property.
|
protected BigInteger hopCount
public DistributedSearchType()
public DistributedSearchType(BigInteger hopCount)
public BigInteger getHopCount()
BigIntegerpublic void setHopCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2020 B3Partners B.V.. All rights reserved.