ca.infoway.messagebuilder.xml
Class UpdateMode

Package class diagram package UpdateMode
java.lang.Object
  extended by ca.infoway.messagebuilder.xml.UpdateMode

public class UpdateMode
extends Object

Update mode on an attribute or an association.

Describes how a relationship should be updated.

Author:
Intelliware Development

Constructor Summary
UpdateMode()
           
 
Method Summary
 UpdateModeType getUpdateModeDefault()
          Gets the update mode that should be assumed if no updateMode is specified.
 List<UpdateModeType> getUpdateModesAllowed()
          Gets the list of update modes that may be used for this element.
 void setUpdateModeDefault(UpdateModeType updateModeDefault)
          Sets the update mode that should be assumed if no updateMode is specified.
 void setUpdateModesAllowed(List<UpdateModeType> updateModes)
          Set the list of update modes that may be used for this element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateMode

public UpdateMode()
Method Detail

getUpdateModeDefault

public UpdateModeType getUpdateModeDefault()

Gets the update mode that should be assumed if no updateMode is specified.

Returns:
updateModeDefault

setUpdateModeDefault

public void setUpdateModeDefault(UpdateModeType updateModeDefault)

Sets the update mode that should be assumed if no updateMode is specified.

Parameters:
updateModeDefault -

getUpdateModesAllowed

public List<UpdateModeType> getUpdateModesAllowed()

Gets the list of update modes that may be used for this element.

Returns:
updateModesAllowed

setUpdateModesAllowed

public void setUpdateModesAllowed(List<UpdateModeType> updateModes)

Set the list of update modes that may be used for this element.

Parameters:
updateModesAllowed -


Copyright © 2013. All Rights Reserved.