1-Wire Weather Service for Java -- Monitor API

Uses of Class
wxservice.ws.WebConfigData

Packages that use WebConfigData
wxservice.ws   
 

Uses of WebConfigData in wxservice.ws
 

Fields in wxservice.ws with type parameters of type WebConfigData
protected  java.util.List<WebConfigData> GetConfigurationResponse.config
           
protected  java.util.List<WebConfigData> SetConfiguration.config
           
 

Methods in wxservice.ws that return WebConfigData
 WebConfigData ObjectFactory.createWebConfigData()
          Create an instance of WebConfigData
 

Methods in wxservice.ws that return types with arguments of type WebConfigData
 java.util.List<WebConfigData> GetConfigurationResponse.getConfig()
          Gets the value of the config property.
 java.util.List<WebConfigData> SetConfiguration.getConfig()
          Gets the value of the config property.
 java.util.List<WebConfigData> WxService.getConfiguration()
           
 

Method parameters in wxservice.ws with type arguments of type WebConfigData
 void WxService.setConfiguration(java.util.List<WebConfigData> config)
           
 


Copyright © 2005-2009 Karl Uppiano