public class CropFieldAdviceRequest extends AdviceRequest implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para CropFieldAdviceRequest complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="CropFieldAdviceRequest">
<complexContent>
<extension base="{http://www.fispace.eu/domain/ag}AdviceRequest">
<sequence>
<element name="cropfieldID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropfieldID |
description, type| Constructor and Description |
|---|
CropFieldAdviceRequest() |
| 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) |
String |
getCropfieldID()
Obtiene el valor de la propiedad cropfieldID.
|
boolean |
isSetCropfieldID() |
void |
setCropfieldID(String value)
Define el valor de la propiedad cropfieldID.
|
String |
toString() |
CropFieldAdviceRequest |
withCropfieldID(String value) |
CropFieldAdviceRequest |
withDescription(String value) |
CropFieldAdviceRequest |
withType(String value) |
getDescription, getType, isSetDescription, isSetType, setDescription, setTypeprotected String cropfieldID
public String getCropfieldID()
Stringpublic void setCropfieldID(String value)
value - allowed object is
Stringpublic boolean isSetCropfieldID()
public String toString()
toString in class AdviceRequestpublic 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 AdviceRequestpublic 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 AdviceRequestpublic CropFieldAdviceRequest withCropfieldID(String value)
public CropFieldAdviceRequest withType(String value)
withType in class AdviceRequestpublic CropFieldAdviceRequest withDescription(String value)
withDescription in class AdviceRequestCopyright © 2015. All Rights Reserved.