class: SuccessorROListWrapper

public class: SuccessorROListWrapper
Author: Michael Franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2125 $ $LastChangedDate: 2009-06-23 09:; Complexity: 1
Dates: Created: 16.07.2009 15:14:30; Modified: 16.07.2009 15:14:30;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B800E2BF-295E-4801-B041-21C0DFAFA17E}
This class is used by the XML transforming classes to wrap a list of AffiliationROs. The reason for this is that JiBX cannot bind directly to ArrayLists.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
SuccessorROListWrapper Attributes
Attribute Details
private List
  affiliationROList
Notes: The wrapped list of AffiliationROs.
public static const long
  serialVersionUID
Initial: 1L
 
SuccessorROListWrapper Methods
Operation Details
public
getAffiliationROList():List
Sequential
Notes: Unwraps the list of AffiliationROs.
@return The list of AffiliationROs
public
setAffiliationROList(
   List AffiliationROList):void
Sequential
Notes: Wraps a list of AffiliationROs.