public class ObjectFactory
extends java.lang.Object
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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.fispace.api.ag
|
public ObjectFactory()
public ComplaintAnalysis createComplaintAnalysis()
ComplaintAnalysispublic CropFieldAdviceRequest createCropFieldAdviceRequest()
CropFieldAdviceRequestpublic ProductComplaint createProductComplaint()
ProductComplaintpublic PhytophthoraAdvice createPhytophthoraAdvice()
PhytophthoraAdvicepublic ProductType createProductType()
ProductTypepublic CompanyType createCompanyType()
CompanyTypepublic ExternalSystemType createExternalSystemType()
ExternalSystemTypepublic GreenhouseType createGreenhouseType()
GreenhouseTypepublic CropFieldAdvice createCropFieldAdvice()
CropFieldAdvicepublic ComplaintType createComplaintType()
ComplaintTypepublic SensorValueType createSensorValueType()
SensorValueTypepublic GreenhouseSensorValues createGreenhouseSensorValues()
GreenhouseSensorValuespublic ExpertAdviceType createExpertAdviceType()
ExpertAdviceTypepublic AdviceRequest createAdviceRequest()
AdviceRequestpublic NotifyFarmer createNotifyFarmer()
NotifyFarmerpublic ProvideAdviceResponseMessage createProvideAdviceResponseMessage()
ProvideAdviceResponseMessagepublic ReceiveCreateAdviceCommandRequestMessage createReceiveCreateAdviceCommandRequestMessage()
ReceiveCreateAdviceCommandRequestMessagepublic ReceiveSensorValuesRequestMessage createReceiveSensorValuesRequestMessage()
ReceiveSensorValuesRequestMessagepublic ComplaintAnalysisResult createComplaintAnalysisResult()
ComplaintAnalysisResultpublic ProvideSensorValuesResponseMessage createProvideSensorValuesResponseMessage()
ProvideSensorValuesResponseMessagepublic ProvideSensorValuesRequestMessage createProvideSensorValuesRequestMessage()
ProvideSensorValuesRequestMessagepublic ProductRegistration createProductRegistration()
ProductRegistrationpublic ProvideAdviceRequestMessage createProvideAdviceRequestMessage()
ProvideAdviceRequestMessagepublic CropFieldAdviceRequestMessage createCropFieldAdviceRequestMessage()
CropFieldAdviceRequestMessagepublic CropFieldDetailMessage createCropFieldDetailMessage()
CropFieldDetailMessagepublic PhythophthoraAdviceMessage createPhythophthoraAdviceMessage()
PhythophthoraAdviceMessagepublic javax.xml.bind.JAXBElement<ProductType> createCompanyTypeProducts(ProductType value)
public javax.xml.bind.JAXBElement<java.lang.String> createCompanyTypeCompanyId(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<java.lang.String> createCompanyTypeName(java.lang.String value)
JAXBElement<String>}Copyright © 2014. All Rights Reserved.