org.uddi.repl_v3
Class NotifyChangeRecordsAvailable

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

public class NotifyChangeRecordsAvailable
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="notifyingNode" type="{urn:uddi-org:repl_v3}operatorNodeID_type"/>
         <element name="changesAvailable" type="{urn:uddi-org:repl_v3}highWaterMarkVector_type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  HighWaterMarkVectorType changesAvailable
           
protected  String notifyingNode
           
 
Constructor Summary
NotifyChangeRecordsAvailable()
           
 
Method Summary
 HighWaterMarkVectorType getChangesAvailable()
          Gets the value of the changesAvailable property.
 String getNotifyingNode()
          Gets the value of the notifyingNode property.
 void setChangesAvailable(HighWaterMarkVectorType value)
          Sets the value of the changesAvailable property.
 void setNotifyingNode(String value)
          Sets the value of the notifyingNode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifyingNode

protected String notifyingNode

changesAvailable

protected HighWaterMarkVectorType changesAvailable
Constructor Detail

NotifyChangeRecordsAvailable

public NotifyChangeRecordsAvailable()
Method Detail

getNotifyingNode

public String getNotifyingNode()
Gets the value of the notifyingNode property.

Returns:
possible object is String

setNotifyingNode

public void setNotifyingNode(String value)
Sets the value of the notifyingNode property.

Parameters:
value - allowed object is String

getChangesAvailable

public HighWaterMarkVectorType getChangesAvailable()
Gets the value of the changesAvailable property.

Returns:
possible object is HighWaterMarkVectorType

setChangesAvailable

public void setChangesAvailable(HighWaterMarkVectorType value)
Sets the value of the changesAvailable property.

Parameters:
value - allowed object is HighWaterMarkVectorType


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