Class LinkPluggableComponentSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.pluggable.LinkPluggableComponentSoapList
-
public class LinkPluggableComponentSoapList extends Object
LinkPluggableComponentSoapList class represents a list of pluggable applications in a project.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description LinkPluggableComponentSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkPluggableComponentSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(LinkPluggableComponentSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public LinkPluggableComponentSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(LinkPluggableComponentSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-