Class AssociationSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.AssociationSoapList
-
public class AssociationSoapList extends Object
AssociationSoapList represents a list of associations between objects.Change HistoryRelease: 4.2- Field 'originVersion' type changed from 'Integer' to 'int'.
- Field 'targetVersion' type changed from 'Integer' to 'int'.
- Since:
- 4.1-SP3
-
-
Constructor Summary
Constructors Constructor Description AssociationSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(AssociationSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public AssociationSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(AssociationSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-