public class GetEntityHistoryMessageResponse extends Object
Java class for getEntityHistoryMessageResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityHistoryMessageResponse"> <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 |
---|
GetEntityHistoryMessageResponse() |
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 ChangeRecords getChangeRecords()
ChangeRecords
public void setChangeRecords(ChangeRecords value)
value
- allowed object is
ChangeRecords
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.