Uses of Class
com.ibm.wpc.WpcChildType

Packages that use WpcChildType
com.ibm.wpc   
 

Uses of WpcChildType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcChildType
 WpcChildType[] WpcCatalogQueryChildrenResultType.getWpcChildren()
          Gets the wpcChildren value for this WpcCatalogQueryChildrenResultType.
 

Methods in com.ibm.wpc with parameters of type WpcChildType
 void WpcCatalogQueryChildrenResultType.setWpcChildren(WpcChildType[] wpcChildren)
          Sets the wpcChildren value for this WpcCatalogQueryChildrenResultType.
 

Constructors in com.ibm.wpc with parameters of type WpcChildType
WpcCatalogQueryChildrenResultType(java.lang.String wpcCatalogName, WpcHierarchyNameType wpcHierarchyName, java.lang.String wpcParentPath, WpcChildType[] wpcChildren)