PXMOCourseVersionMismatchError.java
01 //
02 // This file is generated by MetaBoss Ver 1.4.0001 at Thu Dec 15 22:36:26 EST 2005
03 // MetaBoss is Copyright 2000-2005 © Softaris Pty.Ltd. All Rights Reserved.
04 // Content of this file is Copyright 2000-2005 © Softaris Pty. Ltd. All Rights Reserved.
05 // This content is licensed under Open Source Gnu Public License (GPL)
06 // Full terms and conditions of GPL can be found found at www.gnu.org
07 //
08 // The generator class is com.metaboss.sdlctools.services.codegeneration.servicemoduleadaptergenerator.generic.stringstructures.BSAdapterGeneratorImpl
09 package com.almamater.crs.adapters.generic.stringstructures.services.coursesdomainsupport;
10 
11 /** This error indicates that operation has failed because value of submitted Course VersionId was not the same as the one stored.
12   *<P>This class represents the Enterprise/systems[CRS]/servicemodules[CoursesDomainSupport]/messages[CourseVersionMismatchError] message.
13   * It is a simple value carrier class, which may be thought of as a composite data type.
14   * Every field of this structure is just plain public (directly accessible) field.</p>
15   *<P><I><U>Field values note</U> If field is null - it is interpreted as "not specified by client" or "not retrieved from the storage"
16   * Compare this to the empty string or zero length array - they are interpreted as specified or retrieved empty data value
17   * For example if null field is submitted for update operation - it will be ignored and value in storage will not be changed
18   * On the other hand if empty string or zero-length array is submitted for update operation - the values in storage will be updated accordingly</I>
19   */
20 public final class PXMOCourseVersionMismatchError
21 {
22     /** The Course VersionId submitted to the service call. */
23     public String ExpectedVersionId;
24     /** The stored Course VersionId. */
25     public String StoredVersionId;
26 }