org.uddi.repl_v3
Class ChangeRecord

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

public class ChangeRecord
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="changeID" type="{urn:uddi-org:repl_v3}changeRecordID_type"/>
         <group ref="{urn:uddi-org:repl_v3}changeRecordPayload_type"/>
       </sequence>
       <attribute name="acknowledgementRequested" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean acknowledgementRequested
           
protected  ChangeRecordIDType changeID
           
protected  ChangeRecordAcknowledgement changeRecordAcknowledgement
           
protected  ChangeRecordConditionFailed changeRecordConditionFailed
           
protected  ChangeRecordCorrection changeRecordCorrection
           
protected  ChangeRecordDelete changeRecordDelete
           
protected  ChangeRecordDeleteAssertion changeRecordDeleteAssertion
           
protected  ChangeRecordHide changeRecordHide
           
protected  ChangeRecordNewData changeRecordNewData
           
protected  ChangeRecordNewDataConditional changeRecordNewDataConditional
           
protected  Object changeRecordNull
           
protected  ChangeRecordPublisherAssertion changeRecordPublisherAssertion
           
 
Constructor Summary
ChangeRecord()
           
 
Method Summary
 ChangeRecordIDType getChangeID()
          Gets the value of the changeID property.
 ChangeRecordAcknowledgement getChangeRecordAcknowledgement()
          Gets the value of the changeRecordAcknowledgement property.
 ChangeRecordConditionFailed getChangeRecordConditionFailed()
          Gets the value of the changeRecordConditionFailed property.
 ChangeRecordCorrection getChangeRecordCorrection()
          Gets the value of the changeRecordCorrection property.
 ChangeRecordDelete getChangeRecordDelete()
          Gets the value of the changeRecordDelete property.
 ChangeRecordDeleteAssertion getChangeRecordDeleteAssertion()
          Gets the value of the changeRecordDeleteAssertion property.
 ChangeRecordHide getChangeRecordHide()
          Gets the value of the changeRecordHide property.
 ChangeRecordNewData getChangeRecordNewData()
          Gets the value of the changeRecordNewData property.
 ChangeRecordNewDataConditional getChangeRecordNewDataConditional()
          Gets the value of the changeRecordNewDataConditional property.
 Object getChangeRecordNull()
          Gets the value of the changeRecordNull property.
 ChangeRecordPublisherAssertion getChangeRecordPublisherAssertion()
          Gets the value of the changeRecordPublisherAssertion property.
 boolean isAcknowledgementRequested()
          Gets the value of the acknowledgementRequested property.
 void setAcknowledgementRequested(boolean value)
          Sets the value of the acknowledgementRequested property.
 void setChangeID(ChangeRecordIDType value)
          Sets the value of the changeID property.
 void setChangeRecordAcknowledgement(ChangeRecordAcknowledgement value)
          Sets the value of the changeRecordAcknowledgement property.
 void setChangeRecordConditionFailed(ChangeRecordConditionFailed value)
          Sets the value of the changeRecordConditionFailed property.
 void setChangeRecordCorrection(ChangeRecordCorrection value)
          Sets the value of the changeRecordCorrection property.
 void setChangeRecordDelete(ChangeRecordDelete value)
          Sets the value of the changeRecordDelete property.
 void setChangeRecordDeleteAssertion(ChangeRecordDeleteAssertion value)
          Sets the value of the changeRecordDeleteAssertion property.
 void setChangeRecordHide(ChangeRecordHide value)
          Sets the value of the changeRecordHide property.
 void setChangeRecordNewData(ChangeRecordNewData value)
          Sets the value of the changeRecordNewData property.
 void setChangeRecordNewDataConditional(ChangeRecordNewDataConditional value)
          Sets the value of the changeRecordNewDataConditional property.
 void setChangeRecordNull(Object value)
          Sets the value of the changeRecordNull property.
 void setChangeRecordPublisherAssertion(ChangeRecordPublisherAssertion value)
          Sets the value of the changeRecordPublisherAssertion property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changeID

protected ChangeRecordIDType changeID

changeRecordNull

protected Object changeRecordNull

changeRecordNewData

protected ChangeRecordNewData changeRecordNewData

changeRecordDelete

protected ChangeRecordDelete changeRecordDelete

changeRecordPublisherAssertion

protected ChangeRecordPublisherAssertion changeRecordPublisherAssertion

changeRecordHide

protected ChangeRecordHide changeRecordHide

changeRecordDeleteAssertion

protected ChangeRecordDeleteAssertion changeRecordDeleteAssertion

changeRecordAcknowledgement

protected ChangeRecordAcknowledgement changeRecordAcknowledgement

changeRecordCorrection

protected ChangeRecordCorrection changeRecordCorrection

changeRecordNewDataConditional

protected ChangeRecordNewDataConditional changeRecordNewDataConditional

changeRecordConditionFailed

protected ChangeRecordConditionFailed changeRecordConditionFailed

acknowledgementRequested

protected boolean acknowledgementRequested
Constructor Detail

ChangeRecord

public ChangeRecord()
Method Detail

getChangeID

public ChangeRecordIDType getChangeID()
Gets the value of the changeID property.

Returns:
possible object is ChangeRecordIDType

setChangeID

public void setChangeID(ChangeRecordIDType value)
Sets the value of the changeID property.

Parameters:
value - allowed object is ChangeRecordIDType

getChangeRecordNull

public Object getChangeRecordNull()
Gets the value of the changeRecordNull property.

Returns:
possible object is Object

setChangeRecordNull

public void setChangeRecordNull(Object value)
Sets the value of the changeRecordNull property.

Parameters:
value - allowed object is Object

getChangeRecordNewData

public ChangeRecordNewData getChangeRecordNewData()
Gets the value of the changeRecordNewData property.

Returns:
possible object is ChangeRecordNewData

setChangeRecordNewData

public void setChangeRecordNewData(ChangeRecordNewData value)
Sets the value of the changeRecordNewData property.

Parameters:
value - allowed object is ChangeRecordNewData

getChangeRecordDelete

public ChangeRecordDelete getChangeRecordDelete()
Gets the value of the changeRecordDelete property.

Returns:
possible object is ChangeRecordDelete

setChangeRecordDelete

public void setChangeRecordDelete(ChangeRecordDelete value)
Sets the value of the changeRecordDelete property.

Parameters:
value - allowed object is ChangeRecordDelete

getChangeRecordPublisherAssertion

public ChangeRecordPublisherAssertion getChangeRecordPublisherAssertion()
Gets the value of the changeRecordPublisherAssertion property.

Returns:
possible object is ChangeRecordPublisherAssertion

setChangeRecordPublisherAssertion

public void setChangeRecordPublisherAssertion(ChangeRecordPublisherAssertion value)
Sets the value of the changeRecordPublisherAssertion property.

Parameters:
value - allowed object is ChangeRecordPublisherAssertion

getChangeRecordHide

public ChangeRecordHide getChangeRecordHide()
Gets the value of the changeRecordHide property.

Returns:
possible object is ChangeRecordHide

setChangeRecordHide

public void setChangeRecordHide(ChangeRecordHide value)
Sets the value of the changeRecordHide property.

Parameters:
value - allowed object is ChangeRecordHide

getChangeRecordDeleteAssertion

public ChangeRecordDeleteAssertion getChangeRecordDeleteAssertion()
Gets the value of the changeRecordDeleteAssertion property.

Returns:
possible object is ChangeRecordDeleteAssertion

setChangeRecordDeleteAssertion

public void setChangeRecordDeleteAssertion(ChangeRecordDeleteAssertion value)
Sets the value of the changeRecordDeleteAssertion property.

Parameters:
value - allowed object is ChangeRecordDeleteAssertion

getChangeRecordAcknowledgement

public ChangeRecordAcknowledgement getChangeRecordAcknowledgement()
Gets the value of the changeRecordAcknowledgement property.

Returns:
possible object is ChangeRecordAcknowledgement

setChangeRecordAcknowledgement

public void setChangeRecordAcknowledgement(ChangeRecordAcknowledgement value)
Sets the value of the changeRecordAcknowledgement property.

Parameters:
value - allowed object is ChangeRecordAcknowledgement

getChangeRecordCorrection

public ChangeRecordCorrection getChangeRecordCorrection()
Gets the value of the changeRecordCorrection property.

Returns:
possible object is ChangeRecordCorrection

setChangeRecordCorrection

public void setChangeRecordCorrection(ChangeRecordCorrection value)
Sets the value of the changeRecordCorrection property.

Parameters:
value - allowed object is ChangeRecordCorrection

getChangeRecordNewDataConditional

public ChangeRecordNewDataConditional getChangeRecordNewDataConditional()
Gets the value of the changeRecordNewDataConditional property.

Returns:
possible object is ChangeRecordNewDataConditional

setChangeRecordNewDataConditional

public void setChangeRecordNewDataConditional(ChangeRecordNewDataConditional value)
Sets the value of the changeRecordNewDataConditional property.

Parameters:
value - allowed object is ChangeRecordNewDataConditional

getChangeRecordConditionFailed

public ChangeRecordConditionFailed getChangeRecordConditionFailed()
Gets the value of the changeRecordConditionFailed property.

Returns:
possible object is ChangeRecordConditionFailed

setChangeRecordConditionFailed

public void setChangeRecordConditionFailed(ChangeRecordConditionFailed value)
Sets the value of the changeRecordConditionFailed property.

Parameters:
value - allowed object is ChangeRecordConditionFailed

isAcknowledgementRequested

public boolean isAcknowledgementRequested()
Gets the value of the acknowledgementRequested property.


setAcknowledgementRequested

public void setAcknowledgementRequested(boolean value)
Sets the value of the acknowledgementRequested property.



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