Uses of Class
org.cxml.ItemDetail
-
Packages that use ItemDetail Package Description org.cxml -
-
Uses of ItemDetail in org.cxml
Fields in org.cxml declared as ItemDetail Modifier and Type Field Description protected ItemDetailIndexItemAdd. itemDetailprotected ItemDetailItemIn. itemDetailprotected ItemDetailQuoteItemIn. itemDetailprotected ItemDetailQuoteItemOut. itemDetailMethods in org.cxml that return ItemDetail Modifier and Type Method Description ItemDetailObjectFactory. createItemDetail()Create an instance ofItemDetailItemDetailIndexItemAdd. getItemDetail()Gets the value of the itemDetail property.ItemDetailItemIn. getItemDetail()Gets the value of the itemDetail property.ItemDetailQuoteItemIn. getItemDetail()Gets the value of the itemDetail property.ItemDetailQuoteItemOut. getItemDetail()Gets the value of the itemDetail property.Methods in org.cxml with parameters of type ItemDetail Modifier and Type Method Description voidIndexItemAdd. setItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidItemIn. setItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidQuoteItemIn. setItemDetail(ItemDetail value)Sets the value of the itemDetail property.voidQuoteItemOut. setItemDetail(ItemDetail value)Sets the value of the itemDetail property.
-