org.uddi.repl_v3
Class GetChangeRecords

java.lang.Object
  extended by org.uddi.repl_v3.GetChangeRecords
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  HighWaterMarkVectorType changesAlreadySeen
           
protected  String requestingNode
           
protected  BigInteger responseLimitCount
           
protected  HighWaterMarkVectorType responseLimitVector
           
 
Constructor Summary
GetChangeRecords()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestingNode

protected String requestingNode

changesAlreadySeen

protected HighWaterMarkVectorType changesAlreadySeen

responseLimitCount

protected BigInteger responseLimitCount

responseLimitVector

protected HighWaterMarkVectorType responseLimitVector
Constructor Detail

GetChangeRecords

public GetChangeRecords()
Method Detail

getRequestingNode

public String getRequestingNode()
Gets the value of the requestingNode property.

Returns:
possible object is String

setRequestingNode

public void setRequestingNode(String value)
Sets the value of the requestingNode property.

Parameters:
value - allowed object is String

getChangesAlreadySeen

public HighWaterMarkVectorType getChangesAlreadySeen()
Gets the value of the changesAlreadySeen property.

Returns:
possible object is HighWaterMarkVectorType

setChangesAlreadySeen

public void setChangesAlreadySeen(HighWaterMarkVectorType value)
Sets the value of the changesAlreadySeen property.

Parameters:
value - allowed object is HighWaterMarkVectorType

getResponseLimitCount

public BigInteger getResponseLimitCount()
Gets the value of the responseLimitCount property.

Returns:
possible object is BigInteger

setResponseLimitCount

public void setResponseLimitCount(BigInteger value)
Sets the value of the responseLimitCount property.

Parameters:
value - allowed object is BigInteger

getResponseLimitVector

public HighWaterMarkVectorType getResponseLimitVector()
Gets the value of the responseLimitVector property.

Returns:
possible object is HighWaterMarkVectorType

setResponseLimitVector

public void setResponseLimitVector(HighWaterMarkVectorType value)
Sets the value of the responseLimitVector property.

Parameters:
value - allowed object is HighWaterMarkVectorType


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.