Uses of Class
com.aonaware.services.webservices.ArrayOfDictionary

Packages that use ArrayOfDictionary
com.aonaware.services.webservices   
 

Uses of ArrayOfDictionary in com.aonaware.services.webservices
 

Fields in com.aonaware.services.webservices declared as ArrayOfDictionary
protected  ArrayOfDictionary DictionaryListExtendedResponse.dictionaryListExtendedResult
           
protected  ArrayOfDictionary DictionaryListResponse.dictionaryListResult
           
 

Methods in com.aonaware.services.webservices that return ArrayOfDictionary
 ArrayOfDictionary ObjectFactory.createArrayOfDictionary()
          Create an instance of ArrayOfDictionary
 ArrayOfDictionary DictServiceHttpGet.dictionaryList()
           
 ArrayOfDictionary DictServiceHttpPost.dictionaryList()
           
 ArrayOfDictionary DictServiceSoap.dictionaryList()
           
 ArrayOfDictionary DictServiceHttpGet.dictionaryListExtended()
           
 ArrayOfDictionary DictServiceHttpPost.dictionaryListExtended()
           
 ArrayOfDictionary DictServiceSoap.dictionaryListExtended()
           
 ArrayOfDictionary DictionaryListExtendedResponse.getDictionaryListExtendedResult()
          Gets the value of the dictionaryListExtendedResult property.
 ArrayOfDictionary DictionaryListResponse.getDictionaryListResult()
          Gets the value of the dictionaryListResult property.
 

Methods in com.aonaware.services.webservices that return types with arguments of type ArrayOfDictionary
 javax.xml.bind.JAXBElement<ArrayOfDictionary> ObjectFactory.createArrayOfDictionary(ArrayOfDictionary value)
          Create an instance of JAXBElement<ArrayOfDictionary>}
 

Methods in com.aonaware.services.webservices with parameters of type ArrayOfDictionary
 javax.xml.bind.JAXBElement<ArrayOfDictionary> ObjectFactory.createArrayOfDictionary(ArrayOfDictionary value)
          Create an instance of JAXBElement<ArrayOfDictionary>}
 void DictionaryListExtendedResponse.setDictionaryListExtendedResult(ArrayOfDictionary value)
          Sets the value of the dictionaryListExtendedResult property.
 void DictionaryListResponse.setDictionaryListResult(ArrayOfDictionary value)
          Sets the value of the dictionaryListResult property.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.