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()
Stringpublic void setRequestingNode(String value)
value - allowed object is
     Stringpublic HighWaterMarkVectorType getChangesAlreadySeen()
HighWaterMarkVectorTypepublic void setChangesAlreadySeen(HighWaterMarkVectorType value)
value - allowed object is
     HighWaterMarkVectorTypepublic BigInteger getResponseLimitCount()
BigIntegerpublic void setResponseLimitCount(BigInteger value)
value - allowed object is
     BigIntegerpublic HighWaterMarkVectorType getResponseLimitVector()
HighWaterMarkVectorTypepublic void setResponseLimitVector(HighWaterMarkVectorType value)
value - allowed object is
     HighWaterMarkVectorTypeCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.