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>
Modifier and Type | Field and Description |
---|---|
protected HighWaterMarkVectorType |
changesAvailable |
protected String |
notifyingNode |
Constructor and Description |
---|
NotifyChangeRecordsAvailable() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String notifyingNode
protected HighWaterMarkVectorType changesAvailable
public String getNotifyingNode()
String
public void setNotifyingNode(String value)
value
- allowed object is
String
public HighWaterMarkVectorType getChangesAvailable()
HighWaterMarkVectorType
public void setChangesAvailable(HighWaterMarkVectorType value)
value
- allowed object is
HighWaterMarkVectorType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.