|
1-Wire Weather Service for Java -- Monitor API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwxservice.ws.ObjectFactory
public class ObjectFactory
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final javax.xml.namespace.QName _GetFileNamesResponse_QNAME
private static final javax.xml.namespace.QName _GetFileNames_QNAME
private static final javax.xml.namespace.QName _GetSensorDataResponse_QNAME
private static final javax.xml.namespace.QName _SetConfiguration_QNAME
private static final javax.xml.namespace.QName _GetConfigurationResponse_QNAME
private static final javax.xml.namespace.QName _GetSensorData_QNAME
private static final javax.xml.namespace.QName _ServiceException_QNAME
private static final javax.xml.namespace.QName _GetFileData_QNAME
private static final javax.xml.namespace.QName _GetConfiguration_QNAME
private static final javax.xml.namespace.QName _GetFileDataResponse_QNAME
private static final javax.xml.namespace.QName _SetConfigurationResponse_QNAME
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public GetConfigurationResponse createGetConfigurationResponse()
GetConfigurationResponse
public GetFileNamesResponse createGetFileNamesResponse()
GetFileNamesResponse
public GetConfiguration createGetConfiguration()
GetConfiguration
public SetConfigurationResponse createSetConfigurationResponse()
SetConfigurationResponse
public GetSensorData createGetSensorData()
GetSensorData
public ServiceException createServiceException()
ServiceException
public WebSensorData createWebSensorData()
WebSensorData
public SetConfiguration createSetConfiguration()
SetConfiguration
public GetFileNames createGetFileNames()
GetFileNames
public GetFileData createGetFileData()
GetFileData
public WebConfigData createWebConfigData()
WebConfigData
public GetFileDataResponse createGetFileDataResponse()
GetFileDataResponse
public GetSensorDataResponse createGetSensorDataResponse()
GetSensorDataResponse
public javax.xml.bind.JAXBElement<GetFileNamesResponse> createGetFileNamesResponse(GetFileNamesResponse value)
JAXBElement
<
GetFileNamesResponse
>
}
public javax.xml.bind.JAXBElement<GetFileNames> createGetFileNames(GetFileNames value)
JAXBElement
<
GetFileNames
>
}
public javax.xml.bind.JAXBElement<GetSensorDataResponse> createGetSensorDataResponse(GetSensorDataResponse value)
JAXBElement
<
GetSensorDataResponse
>
}
public javax.xml.bind.JAXBElement<SetConfiguration> createSetConfiguration(SetConfiguration value)
JAXBElement
<
SetConfiguration
>
}
public javax.xml.bind.JAXBElement<GetConfigurationResponse> createGetConfigurationResponse(GetConfigurationResponse value)
JAXBElement
<
GetConfigurationResponse
>
}
public javax.xml.bind.JAXBElement<GetSensorData> createGetSensorData(GetSensorData value)
JAXBElement
<
GetSensorData
>
}
public javax.xml.bind.JAXBElement<ServiceException> createServiceException(ServiceException value)
JAXBElement
<
ServiceException
>
}
public javax.xml.bind.JAXBElement<GetFileData> createGetFileData(GetFileData value)
JAXBElement
<
GetFileData
>
}
public javax.xml.bind.JAXBElement<GetConfiguration> createGetConfiguration(GetConfiguration value)
JAXBElement
<
GetConfiguration
>
}
public javax.xml.bind.JAXBElement<GetFileDataResponse> createGetFileDataResponse(GetFileDataResponse value)
JAXBElement
<
GetFileDataResponse
>
}
public javax.xml.bind.JAXBElement<SetConfigurationResponse> createSetConfigurationResponse(SetConfigurationResponse value)
JAXBElement
<
SetConfigurationResponse
>
}
|
Copyright © 2005-2009 Karl Uppiano | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |