Uses of Class
org.cxml.SearchGroupData
-
Packages that use SearchGroupData Package Description org.cxml -
-
Uses of SearchGroupData in org.cxml
Fields in org.cxml with type parameters of type SearchGroupData Modifier and Type Field Description protected java.util.List<SearchGroupData>IndexItemDetail. searchGroupDataprotected java.util.List<SearchGroupData>PunchoutDetail. searchGroupDataMethods in org.cxml that return SearchGroupData Modifier and Type Method Description SearchGroupDataObjectFactory. createSearchGroupData()Create an instance ofSearchGroupDataMethods in org.cxml that return types with arguments of type SearchGroupData Modifier and Type Method Description java.util.List<SearchGroupData>IndexItemDetail. getSearchGroupData()Gets the value of the searchGroupData property.java.util.List<SearchGroupData>PunchoutDetail. getSearchGroupData()Gets the value of the searchGroupData property.
-