eu.agrosense.api.drmcrop.Fungicide Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.07.06 at 10:13:00 AM CEST
//
package eu.agrosense.api.drmcrop;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
/**
* Definition.
* A PlantProtectionProduct to kill or inhibit fungi or fungal spores.
*
* Java class for Fungicide complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="Fungicide">
* <complexContent>
* <extension base="{http://www.drmCrop.org/schemas/drmCrop}PlantProtectionProduct">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Fungicide")
@XmlSeeAlso({
PhytophthoraFungicide.class
})
public class Fungicide
extends PlantProtectionProduct
implements ToString
{
public String toString() {
final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
super.appendFields(locator, buffer, strategy);
return buffer;
}
@Override
public Fungicide withPPProductFunction(CodeType value) {
setPPProductFunction(value);
return this;
}
@Override
public Fungicide withPPProductOtherFunction(String value) {
setPPProductOtherFunction(value);
return this;
}
@Override
public Fungicide withFormulationCode(String value) {
setFormulationCode(value);
return this;
}
@Override
public Fungicide withFormulationTypeCode(CodeType value) {
setFormulationTypeCode(value);
return this;
}
@Override
public Fungicide withTypeOfUser(TypeOfPPPUserEnumeration value) {
setTypeOfUser(value);
return this;
}
@Override
public Fungicide withProductID(String value) {
setProductID(value);
return this;
}
@Override
public Fungicide withProductCode(CodeType value) {
setProductCode(value);
return this;
}
@Override
public Fungicide withProductDesignator(String value) {
setProductDesignator(value);
return this;
}
@Override
public Fungicide withApplicationRateUnit(RateUnitType value) {
setApplicationRateUnit(value);
return this;
}
@Override
public Fungicide withProductForm(ProductFormEnumeration value) {
setProductForm(value);
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy