Uses of Class
com.ibm.wpc.WpcExternalDataContainerType

Packages that use WpcExternalDataContainerType
com.ibm.wpc   
 

Uses of WpcExternalDataContainerType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcExternalDataContainerType
 WpcExternalDataContainerType[] WpcDataContainerType.getWpcExternalDataContainer()
          Gets the wpcExternalDataContainer value for this WpcDataContainerType.
 WpcExternalDataContainerType WpcDataContainerType.getWpcExternalDataContainer(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcExternalDataContainerType
 void WpcDataContainerType.setWpcExternalDataContainer(int i, WpcExternalDataContainerType _value)
           
 void WpcDataContainerType.setWpcExternalDataContainer(WpcExternalDataContainerType[] wpcExternalDataContainer)
          Sets the wpcExternalDataContainer value for this WpcDataContainerType.
 

Constructors in com.ibm.wpc with parameters of type WpcExternalDataContainerType
WpcDataContainerType(WpcExternalDataContainerType[] wpcExternalDataContainer, WpcAttachmentsDataContainerType[] wpcAttachmentsDataContainer)