public class PhytophthoraAdvice extends CropFieldAdvice implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para PhytophthoraAdvice complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="PhytophthoraAdvice">
<complexContent>
<extension base="{http://www.fispace.eu/domain/ag}CropFieldAdvice">
<sequence>
<element name="protectionCategory" type="{http://www.drmCrop.org/schemas/drmCrop}PhytophthoraProtectionCategory"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.drmcrop.crp.PhytophthoraProtectionCategory |
protectionCategory |
cropfieldID| Constructor and Description |
|---|
PhytophthoraAdvice() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
org.drmcrop.crp.PhytophthoraProtectionCategory |
getProtectionCategory()
Obtiene el valor de la propiedad protectionCategory.
|
boolean |
isSetProtectionCategory() |
void |
setProtectionCategory(org.drmcrop.crp.PhytophthoraProtectionCategory value)
Define el valor de la propiedad protectionCategory.
|
String |
toString() |
PhytophthoraAdvice |
withCropfieldID(String value) |
PhytophthoraAdvice |
withProtectionCategory(org.drmcrop.crp.PhytophthoraProtectionCategory value) |
getCropfieldID, isSetCropfieldID, setCropfieldIDprotected org.drmcrop.crp.PhytophthoraProtectionCategory protectionCategory
public org.drmcrop.crp.PhytophthoraProtectionCategory getProtectionCategory()
PhytophthoraProtectionCategorypublic void setProtectionCategory(org.drmcrop.crp.PhytophthoraProtectionCategory value)
value - allowed object is
PhytophthoraProtectionCategorypublic boolean isSetProtectionCategory()
public String toString()
toString in class CropFieldAdvicepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class CropFieldAdvicepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class CropFieldAdvicepublic PhytophthoraAdvice withProtectionCategory(org.drmcrop.crp.PhytophthoraProtectionCategory value)
public PhytophthoraAdvice withCropfieldID(String value)
withCropfieldID in class CropFieldAdviceCopyright © 2015. All Rights Reserved.