public class ChangeRecordCorrection 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 ref="{urn:uddi-org:repl_v3}changeRecord"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ChangeRecord |
changeRecord |
Constructor and Description |
---|
ChangeRecordCorrection() |
Modifier and Type | Method and Description |
---|---|
ChangeRecord |
getChangeRecord()
Gets the value of the changeRecord property.
|
void |
setChangeRecord(ChangeRecord value)
Sets the value of the changeRecord property.
|
protected ChangeRecord changeRecord
public ChangeRecord getChangeRecord()
ChangeRecord
public void setChangeRecord(ChangeRecord value)
value
- allowed object is
ChangeRecord
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.