org.uddi.repl_v3
Class ChangeRecordConditionFailed

java.lang.Object
  extended by org.uddi.repl_v3.ChangeRecordConditionFailed
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
protected  ChangeRecordIDType failedChangeID
           
 
Constructor Summary
ChangeRecordConditionFailed()
           
 
Method Summary
 ChangeRecordIDType getFailedChangeID()
          Gets the value of the failedChangeID property.
 void setFailedChangeID(ChangeRecordIDType value)
          Sets the value of the failedChangeID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failedChangeID

protected ChangeRecordIDType failedChangeID
Constructor Detail

ChangeRecordConditionFailed

public ChangeRecordConditionFailed()
Method Detail

getFailedChangeID

public ChangeRecordIDType getFailedChangeID()
Gets the value of the failedChangeID property.

Returns:
possible object is ChangeRecordIDType

setFailedChangeID

public void setFailedChangeID(ChangeRecordIDType value)
Sets the value of the failedChangeID property.

Parameters:
value - allowed object is ChangeRecordIDType


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.