1-Wire Weather Service for Java -- Monitor API

wxservice.ws
Class ObjectFactory

java.lang.Object
  extended by wxservice.ws.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the wxservice.ws package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Field Summary
private static javax.xml.namespace.QName _GetConfiguration_QNAME
           
private static javax.xml.namespace.QName _GetConfigurationResponse_QNAME
           
private static javax.xml.namespace.QName _GetFileData_QNAME
           
private static javax.xml.namespace.QName _GetFileDataResponse_QNAME
           
private static javax.xml.namespace.QName _GetFileNames_QNAME
           
private static javax.xml.namespace.QName _GetFileNamesResponse_QNAME
           
private static javax.xml.namespace.QName _GetSensorData_QNAME
           
private static javax.xml.namespace.QName _GetSensorDataResponse_QNAME
           
private static javax.xml.namespace.QName _ServiceException_QNAME
           
private static javax.xml.namespace.QName _SetConfiguration_QNAME
           
private static javax.xml.namespace.QName _SetConfigurationResponse_QNAME
           
 
Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: wxservice.ws
 
Method Summary
 GetConfiguration createGetConfiguration()
          Create an instance of GetConfiguration
 javax.xml.bind.JAXBElement<GetConfiguration> createGetConfiguration(GetConfiguration value)
          Create an instance of JAXBElement<GetConfiguration>}
 GetConfigurationResponse createGetConfigurationResponse()
          Create an instance of GetConfigurationResponse
 javax.xml.bind.JAXBElement<GetConfigurationResponse> createGetConfigurationResponse(GetConfigurationResponse value)
          Create an instance of JAXBElement<GetConfigurationResponse>}
 GetFileData createGetFileData()
          Create an instance of GetFileData
 javax.xml.bind.JAXBElement<GetFileData> createGetFileData(GetFileData value)
          Create an instance of JAXBElement<GetFileData>}
 GetFileDataResponse createGetFileDataResponse()
          Create an instance of GetFileDataResponse
 javax.xml.bind.JAXBElement<GetFileDataResponse> createGetFileDataResponse(GetFileDataResponse value)
          Create an instance of JAXBElement<GetFileDataResponse>}
 GetFileNames createGetFileNames()
          Create an instance of GetFileNames
 javax.xml.bind.JAXBElement<GetFileNames> createGetFileNames(GetFileNames value)
          Create an instance of JAXBElement<GetFileNames>}
 GetFileNamesResponse createGetFileNamesResponse()
          Create an instance of GetFileNamesResponse
 javax.xml.bind.JAXBElement<GetFileNamesResponse> createGetFileNamesResponse(GetFileNamesResponse value)
          Create an instance of JAXBElement<GetFileNamesResponse>}
 GetSensorData createGetSensorData()
          Create an instance of GetSensorData
 javax.xml.bind.JAXBElement<GetSensorData> createGetSensorData(GetSensorData value)
          Create an instance of JAXBElement<GetSensorData>}
 GetSensorDataResponse createGetSensorDataResponse()
          Create an instance of GetSensorDataResponse
 javax.xml.bind.JAXBElement<GetSensorDataResponse> createGetSensorDataResponse(GetSensorDataResponse value)
          Create an instance of JAXBElement<GetSensorDataResponse>}
 ServiceException createServiceException()
          Create an instance of ServiceException
 javax.xml.bind.JAXBElement<ServiceException> createServiceException(ServiceException value)
          Create an instance of JAXBElement<ServiceException>}
 SetConfiguration createSetConfiguration()
          Create an instance of SetConfiguration
 javax.xml.bind.JAXBElement<SetConfiguration> createSetConfiguration(SetConfiguration value)
          Create an instance of JAXBElement<SetConfiguration>}
 SetConfigurationResponse createSetConfigurationResponse()
          Create an instance of SetConfigurationResponse
 javax.xml.bind.JAXBElement<SetConfigurationResponse> createSetConfigurationResponse(SetConfigurationResponse value)
          Create an instance of JAXBElement<SetConfigurationResponse>}
 WebConfigData createWebConfigData()
          Create an instance of WebConfigData
 WebSensorData createWebSensorData()
          Create an instance of WebSensorData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_GetFileNamesResponse_QNAME

private static final javax.xml.namespace.QName _GetFileNamesResponse_QNAME

_GetFileNames_QNAME

private static final javax.xml.namespace.QName _GetFileNames_QNAME

_GetSensorDataResponse_QNAME

private static final javax.xml.namespace.QName _GetSensorDataResponse_QNAME

_SetConfiguration_QNAME

private static final javax.xml.namespace.QName _SetConfiguration_QNAME

_GetConfigurationResponse_QNAME

private static final javax.xml.namespace.QName _GetConfigurationResponse_QNAME

_GetSensorData_QNAME

private static final javax.xml.namespace.QName _GetSensorData_QNAME

_ServiceException_QNAME

private static final javax.xml.namespace.QName _ServiceException_QNAME

_GetFileData_QNAME

private static final javax.xml.namespace.QName _GetFileData_QNAME

_GetConfiguration_QNAME

private static final javax.xml.namespace.QName _GetConfiguration_QNAME

_GetFileDataResponse_QNAME

private static final javax.xml.namespace.QName _GetFileDataResponse_QNAME

_SetConfigurationResponse_QNAME

private static final javax.xml.namespace.QName _SetConfigurationResponse_QNAME
Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: wxservice.ws

Method Detail

createGetConfigurationResponse

public GetConfigurationResponse createGetConfigurationResponse()
Create an instance of GetConfigurationResponse


createGetFileNamesResponse

public GetFileNamesResponse createGetFileNamesResponse()
Create an instance of GetFileNamesResponse


createGetConfiguration

public GetConfiguration createGetConfiguration()
Create an instance of GetConfiguration


createSetConfigurationResponse

public SetConfigurationResponse createSetConfigurationResponse()
Create an instance of SetConfigurationResponse


createGetSensorData

public GetSensorData createGetSensorData()
Create an instance of GetSensorData


createServiceException

public ServiceException createServiceException()
Create an instance of ServiceException


createWebSensorData

public WebSensorData createWebSensorData()
Create an instance of WebSensorData


createSetConfiguration

public SetConfiguration createSetConfiguration()
Create an instance of SetConfiguration


createGetFileNames

public GetFileNames createGetFileNames()
Create an instance of GetFileNames


createGetFileData

public GetFileData createGetFileData()
Create an instance of GetFileData


createWebConfigData

public WebConfigData createWebConfigData()
Create an instance of WebConfigData


createGetFileDataResponse

public GetFileDataResponse createGetFileDataResponse()
Create an instance of GetFileDataResponse


createGetSensorDataResponse

public GetSensorDataResponse createGetSensorDataResponse()
Create an instance of GetSensorDataResponse


createGetFileNamesResponse

public javax.xml.bind.JAXBElement<GetFileNamesResponse> createGetFileNamesResponse(GetFileNamesResponse value)
Create an instance of JAXBElement<GetFileNamesResponse>}


createGetFileNames

public javax.xml.bind.JAXBElement<GetFileNames> createGetFileNames(GetFileNames value)
Create an instance of JAXBElement<GetFileNames>}


createGetSensorDataResponse

public javax.xml.bind.JAXBElement<GetSensorDataResponse> createGetSensorDataResponse(GetSensorDataResponse value)
Create an instance of JAXBElement<GetSensorDataResponse>}


createSetConfiguration

public javax.xml.bind.JAXBElement<SetConfiguration> createSetConfiguration(SetConfiguration value)
Create an instance of JAXBElement<SetConfiguration>}


createGetConfigurationResponse

public javax.xml.bind.JAXBElement<GetConfigurationResponse> createGetConfigurationResponse(GetConfigurationResponse value)
Create an instance of JAXBElement<GetConfigurationResponse>}


createGetSensorData

public javax.xml.bind.JAXBElement<GetSensorData> createGetSensorData(GetSensorData value)
Create an instance of JAXBElement<GetSensorData>}


createServiceException

public javax.xml.bind.JAXBElement<ServiceException> createServiceException(ServiceException value)
Create an instance of JAXBElement<ServiceException>}


createGetFileData

public javax.xml.bind.JAXBElement<GetFileData> createGetFileData(GetFileData value)
Create an instance of JAXBElement<GetFileData>}


createGetConfiguration

public javax.xml.bind.JAXBElement<GetConfiguration> createGetConfiguration(GetConfiguration value)
Create an instance of JAXBElement<GetConfiguration>}


createGetFileDataResponse

public javax.xml.bind.JAXBElement<GetFileDataResponse> createGetFileDataResponse(GetFileDataResponse value)
Create an instance of JAXBElement<GetFileDataResponse>}


createSetConfigurationResponse

public javax.xml.bind.JAXBElement<SetConfigurationResponse> createSetConfigurationResponse(SetConfigurationResponse value)
Create an instance of JAXBElement<SetConfigurationResponse>}


Copyright © 2005-2009 Karl Uppiano