|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.GetChangeRecords
public class GetChangeRecords
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>
| 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 |
|---|
protected String requestingNode
protected HighWaterMarkVectorType changesAlreadySeen
protected BigInteger responseLimitCount
protected HighWaterMarkVectorType responseLimitVector
| Constructor Detail |
|---|
public GetChangeRecords()
| Method Detail |
|---|
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
HighWaterMarkVectorType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||