Uses of Class
com.ibm.wpc.WpcValuesType

Packages that use WpcValuesType
com.ibm.wpc   
 

Uses of WpcValuesType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcValuesType
 WpcValuesType[] WpcTradeItemType.getValues()
          Gets the values value for this WpcTradeItemType.
 WpcValuesType[] WpcGroupValueType.getValues()
          Gets the values value for this WpcGroupValueType.
 WpcValuesType[] WpcAttributeType.getValues()
          Gets the values value for this WpcAttributeType.
 WpcValuesType[] WpcAttributeListType.getValues()
          Gets the values value for this WpcAttributeListType.
 WpcValuesType[] WpcAttachmentsDataContainerType.getValues()
          Gets the values value for this WpcAttachmentsDataContainerType.
 WpcValuesType WpcTradeItemType.getValues(int i)
           
 WpcValuesType WpcGroupValueType.getValues(int i)
           
 WpcValuesType WpcAttributeType.getValues(int i)
           
 WpcValuesType WpcAttributeListType.getValues(int i)
           
 WpcValuesType WpcAttachmentsDataContainerType.getValues(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcValuesType
 void WpcTradeItemType.setValues(int i, WpcValuesType _value)
           
 void WpcGroupValueType.setValues(int i, WpcValuesType _value)
           
 void WpcAttributeType.setValues(int i, WpcValuesType _value)
           
 void WpcAttributeListType.setValues(int i, WpcValuesType _value)
           
 void WpcAttachmentsDataContainerType.setValues(int i, WpcValuesType _value)
           
 void WpcTradeItemType.setValues(WpcValuesType[] values)
          Sets the values value for this WpcTradeItemType.
 void WpcGroupValueType.setValues(WpcValuesType[] values)
          Sets the values value for this WpcGroupValueType.
 void WpcAttributeType.setValues(WpcValuesType[] values)
          Sets the values value for this WpcAttributeType.
 void WpcAttributeListType.setValues(WpcValuesType[] values)
          Sets the values value for this WpcAttributeListType.
 void WpcAttachmentsDataContainerType.setValues(WpcValuesType[] values)
          Sets the values value for this WpcAttachmentsDataContainerType.
 

Constructors in com.ibm.wpc with parameters of type WpcValuesType
WpcAttachmentsDataContainerType(java.lang.String[] fileName, WpcValuesType[] values, java.lang.String fileType)
           
WpcAttributeListType(WpcAttributeType[] attribute, WpcValuesType[] values, java.lang.String specName, java.lang.Boolean isCategorySpecific)
           
WpcAttributeType(WpcValuesType[] values, WpcEnumValueType[] enum1, java.lang.String min_occurrence, java.lang.String max_occurrence, java.lang.String isLocalized, java.lang.String min_length, java.lang.String max_length, java.lang.String editable, java.lang.String def_val, java.math.BigInteger precision, WpcEnumValueType[] enum2, java.lang.String lookupTableName, WpcEntryValueType[] entries, java.lang.String helpURL, WpcAttributeType[] attribute, java.lang.String name, java.lang.String locale, java.lang.String displayName, java.lang.String type, java.lang.String editable2, java.math.BigInteger occurrence, java.lang.Boolean isPrimaryKey)
           
WpcGroupValueType(WpcAttributeType[] attribute, WpcValuesType[] values, java.math.BigInteger occurrence)
           
WpcTradeItemType(java.lang.String[] wpcParentCategory, java.lang.String wpcCatalogName, WpcCategoryDetailType[] wpcCategoryDetailsList, WpcAttributeListType[] attributeList, WpcValuesType[] values, java.lang.String ID)