public class GetFailedReplicationChangeRecordsMessageResponse extends Object
Java class for getFailedReplicationChangeRecordsMessageResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getFailedReplicationChangeRecordsMessageResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:repl_v3}changeRecords"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeRecords |
changeRecords |
| Constructor and Description |
|---|
GetFailedReplicationChangeRecordsMessageResponse() |
| Modifier and Type | Method and Description |
|---|---|
ChangeRecords |
getChangeRecords()
Gets the value of the changeRecords property.
|
void |
setChangeRecords(ChangeRecords value)
Sets the value of the changeRecords property.
|
protected ChangeRecords changeRecords
public GetFailedReplicationChangeRecordsMessageResponse()
public ChangeRecords getChangeRecords()
ChangeRecordspublic void setChangeRecords(ChangeRecords value)
value - allowed object is
ChangeRecordsCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.