org.uddi.repl_v3
Class ChangeRecordCorrection

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

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>
 

See Also:
Serialized Form

Field Summary
protected  ChangeRecord changeRecord
           
 
Constructor Summary
ChangeRecordCorrection()
           
 
Method Summary
 ChangeRecord getChangeRecord()
          Gets the value of the changeRecord property.
 void setChangeRecord(ChangeRecord value)
          Sets the value of the changeRecord property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeRecord

protected ChangeRecord changeRecord
Constructor Detail

ChangeRecordCorrection

public ChangeRecordCorrection()
Method Detail

getChangeRecord

public ChangeRecord getChangeRecord()
Gets the value of the changeRecord property.

Returns:
possible object is ChangeRecord

setChangeRecord

public void setChangeRecord(ChangeRecord value)
Sets the value of the changeRecord property.

Parameters:
value - allowed object is ChangeRecord


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