org.uddi.repl_v3
Class ChangeRecordAcknowledgement

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

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>
 

See Also:
Serialized Form

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

Field Detail

acknowledgedChange

protected ChangeRecordIDType acknowledgedChange
Constructor Detail

ChangeRecordAcknowledgement

public ChangeRecordAcknowledgement()
Method Detail

getAcknowledgedChange

public ChangeRecordIDType getAcknowledgedChange()
Gets the value of the acknowledgedChange property.

Returns:
possible object is ChangeRecordIDType

setAcknowledgedChange

public void setAcknowledgedChange(ChangeRecordIDType value)
Sets the value of the acknowledgedChange property.

Parameters:
value - allowed object is ChangeRecordIDType


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