public class CropFieldAdvice extends Advice implements org.jvnet.jaxb2_commons.lang.ToString
Java class for CropFieldAdvice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CropFieldAdvice">
<complexContent>
<extension base="{http://www.fispace.eu/domain/ag}Advice">
<element name="cropfieldID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cropfieldID |
| Constructor and Description |
|---|
CropFieldAdvice() |
| 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()
Gets the value of the cropfieldID property.
|
void |
setCropfieldID(String value)
Sets the value of the cropfieldID property.
|
String |
toString() |
CropFieldAdvice |
withCropfieldID(String value) |
protected String cropfieldID
public String getCropfieldID()
Stringpublic void setCropfieldID(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public 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 Advicepublic CropFieldAdvice withCropfieldID(String value)
Copyright © 2014. All Rights Reserved.