|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.xml.UpdateMode
public class UpdateMode
Update mode on an attribute or an association.
Describes how a relationship should be updated.
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 |
---|
public UpdateMode()
Method Detail |
---|
public UpdateModeType getUpdateModeDefault()
Gets the update mode that should be assumed if no updateMode is specified.
public void setUpdateModeDefault(UpdateModeType updateModeDefault)
Sets the update mode that should be assumed if no updateMode is specified.
updateModeDefault
- public List<UpdateModeType> getUpdateModesAllowed()
Gets the list of update modes that may be used for this element.
public void setUpdateModesAllowed(List<UpdateModeType> updateModes)
Set the list of update modes that may be used for this element.
updateModesAllowed
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |