|
||||||||||
| 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 java.lang.String |
requestingNode
|
protected java.math.BigInteger |
responseLimitCount
|
protected HighWaterMarkVectorType |
responseLimitVector
|
| Constructor Summary | |
|---|---|
GetChangeRecords()
|
|
| Method Summary | |
|---|---|
HighWaterMarkVectorType |
getChangesAlreadySeen()
Gets the value of the changesAlreadySeen property. |
java.lang.String |
getRequestingNode()
Gets the value of the requestingNode property. |
java.math.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(java.lang.String value)
Sets the value of the requestingNode property. |
void |
setResponseLimitCount(java.math.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 java.lang.String requestingNode
protected HighWaterMarkVectorType changesAlreadySeen
protected java.math.BigInteger responseLimitCount
protected HighWaterMarkVectorType responseLimitVector
| Constructor Detail |
|---|
public GetChangeRecords()
| Method Detail |
|---|
public java.lang.String getRequestingNode()
Stringpublic void setRequestingNode(java.lang.String value)
value - allowed object is
Stringpublic HighWaterMarkVectorType getChangesAlreadySeen()
HighWaterMarkVectorTypepublic void setChangesAlreadySeen(HighWaterMarkVectorType value)
value - allowed object is
HighWaterMarkVectorTypepublic java.math.BigInteger getResponseLimitCount()
BigIntegerpublic void setResponseLimitCount(java.math.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 | |||||||||