public class ChangeRecordConditionFailed 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="failedChangeID" type="{urn:uddi-org:repl_v3}changeRecordID_type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChangeRecordIDType |
failedChangeID |
| Constructor and Description |
|---|
ChangeRecordConditionFailed() |
| Modifier and Type | Method and Description |
|---|---|
ChangeRecordIDType |
getFailedChangeID()
Gets the value of the failedChangeID property.
|
void |
setFailedChangeID(ChangeRecordIDType value)
Sets the value of the failedChangeID property.
|
protected ChangeRecordIDType failedChangeID
public ChangeRecordIDType getFailedChangeID()
ChangeRecordIDTypepublic void setFailedChangeID(ChangeRecordIDType value)
value - allowed object is
ChangeRecordIDTypeCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.