Package nl.b3p.csw.jaxb.csw
Class DistributedSearchType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.DistributedSearchType
-
public class DistributedSearchType extends Object
Governs the behaviour of a distributed search. hopCount - the maximum number of message hops before the search is terminated. Each catalogue node decrements this value when the request is received, and must not forward the request if hopCount=0.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegerhopCount
-
Constructor Summary
Constructors Constructor Description DistributedSearchType()Default no-arg constructorDistributedSearchType(BigInteger hopCount)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetHopCount()Gets the value of the hopCount property.voidsetHopCount(BigInteger value)Sets the value of the hopCount property.
-
-
-
Field Detail
-
hopCount
protected BigInteger hopCount
-
-
Constructor Detail
-
DistributedSearchType
public DistributedSearchType()
Default no-arg constructor
-
DistributedSearchType
public DistributedSearchType(BigInteger hopCount)
Fully-initialising value constructor
-
-
Method Detail
-
getHopCount
public BigInteger getHopCount()
Gets the value of the hopCount property.- Returns:
- possible object is
BigInteger
-
setHopCount
public void setHopCount(BigInteger value)
Sets the value of the hopCount property.- Parameters:
value- allowed object isBigInteger
-
-