|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.NotifyChangeRecordsAvailable
public class NotifyChangeRecordsAvailable
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>
| 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 |
|---|
protected String notifyingNode
protected HighWaterMarkVectorType changesAvailable
| Constructor Detail |
|---|
public NotifyChangeRecordsAvailable()
| Method Detail |
|---|
public String getNotifyingNode()
Stringpublic void setNotifyingNode(String value)
value - allowed object is
Stringpublic HighWaterMarkVectorType getChangesAvailable()
HighWaterMarkVectorTypepublic void setChangesAvailable(HighWaterMarkVectorType value)
value - allowed object is
HighWaterMarkVectorType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||