public class ChangeRecordAcknowledgement extends Object implements Serializable
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="acknowledgedChange" type="{urn:uddi-org:repl_v3}changeRecordID_type"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ChangeRecordIDType |
acknowledgedChange |
Constructor and Description |
---|
ChangeRecordAcknowledgement() |
Modifier and Type | Method and Description |
---|---|
ChangeRecordIDType |
getAcknowledgedChange()
Gets the value of the acknowledgedChange property.
|
void |
setAcknowledgedChange(ChangeRecordIDType value)
Sets the value of the acknowledgedChange property.
|
protected ChangeRecordIDType acknowledgedChange
public ChangeRecordIDType getAcknowledgedChange()
ChangeRecordIDType
public void setAcknowledgedChange(ChangeRecordIDType value)
value
- allowed object is
ChangeRecordIDType
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.