class: AffiliationROListWrapper

public class: AffiliationROListWrapper
Author: Michael Franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:26; Modified: 16.07.2009 15:14:26;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B0CA6570-EA15-4550-9113-4E930509A88C}
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
 
AffiliationROListWrapper Attributes
Attribute Details
private List
  affiliationROList
Notes: The wrapped list of AffiliationROs.
public static const long
  serialVersionUID
Initial: 1L
 
AffiliationROListWrapper 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.