Uses of Class
com.ibm.wpc.WpcAttachmentsDataContainerType

Packages that use WpcAttachmentsDataContainerType
com.ibm.wpc   
 

Uses of WpcAttachmentsDataContainerType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcAttachmentsDataContainerType
 WpcAttachmentsDataContainerType[] WpcDataContainerType.getWpcAttachmentsDataContainer()
          Gets the wpcAttachmentsDataContainer value for this WpcDataContainerType.
 WpcAttachmentsDataContainerType WpcDataContainerType.getWpcAttachmentsDataContainer(int i)
           
 

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

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