public class GetChangeRecords extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requestingNode" type="{urn:uddi-org:repl_v3}operatorNodeID_type"/> <element name="changesAlreadySeen" type="{urn:uddi-org:repl_v3}highWaterMarkVector_type" minOccurs="0"/> <choice minOccurs="0"> <element name="responseLimitCount" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="responseLimitVector" type="{urn:uddi-org:repl_v3}highWaterMarkVector_type"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected HighWaterMarkVectorType |
changesAlreadySeen |
protected String |
requestingNode |
protected BigInteger |
responseLimitCount |
protected HighWaterMarkVectorType |
responseLimitVector |
Constructor and Description |
---|
GetChangeRecords() |
Modifier and Type | Method and Description |
---|---|
HighWaterMarkVectorType |
getChangesAlreadySeen()
Gets the value of the changesAlreadySeen property.
|
String |
getRequestingNode()
Gets the value of the requestingNode property.
|
BigInteger |
getResponseLimitCount()
Gets the value of the responseLimitCount property.
|
HighWaterMarkVectorType |
getResponseLimitVector()
Gets the value of the responseLimitVector property.
|
void |
setChangesAlreadySeen(HighWaterMarkVectorType value)
Sets the value of the changesAlreadySeen property.
|
void |
setRequestingNode(String value)
Sets the value of the requestingNode property.
|
void |
setResponseLimitCount(BigInteger value)
Sets the value of the responseLimitCount property.
|
void |
setResponseLimitVector(HighWaterMarkVectorType value)
Sets the value of the responseLimitVector property.
|
protected String requestingNode
protected HighWaterMarkVectorType changesAlreadySeen
protected BigInteger responseLimitCount
protected HighWaterMarkVectorType responseLimitVector
public String getRequestingNode()
String
public void setRequestingNode(String value)
value
- allowed object is
String
public HighWaterMarkVectorType getChangesAlreadySeen()
HighWaterMarkVectorType
public void setChangesAlreadySeen(HighWaterMarkVectorType value)
value
- allowed object is
HighWaterMarkVectorType
public BigInteger getResponseLimitCount()
BigInteger
public void setResponseLimitCount(BigInteger value)
value
- allowed object is
BigInteger
public HighWaterMarkVectorType getResponseLimitVector()
HighWaterMarkVectorType
public void setResponseLimitVector(HighWaterMarkVectorType value)
value
- allowed object is
HighWaterMarkVectorType
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.