public static class Advice.CropStage extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="sown" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="growth" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="maturation" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="harvest" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
growth |
protected Object |
harvest |
protected Object |
maturation |
protected Object |
sown |
| Constructor and Description |
|---|
CropStage() |
| 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) |
Object |
getGrowth()
Obtiene el valor de la propiedad growth.
|
Object |
getHarvest()
Obtiene el valor de la propiedad harvest.
|
Object |
getMaturation()
Obtiene el valor de la propiedad maturation.
|
Object |
getSown()
Obtiene el valor de la propiedad sown.
|
boolean |
isSetGrowth() |
boolean |
isSetHarvest() |
boolean |
isSetMaturation() |
boolean |
isSetSown() |
void |
setGrowth(Object value)
Define el valor de la propiedad growth.
|
void |
setHarvest(Object value)
Define el valor de la propiedad harvest.
|
void |
setMaturation(Object value)
Define el valor de la propiedad maturation.
|
void |
setSown(Object value)
Define el valor de la propiedad sown.
|
String |
toString() |
Advice.CropStage |
withGrowth(Object value) |
Advice.CropStage |
withHarvest(Object value) |
Advice.CropStage |
withMaturation(Object value) |
Advice.CropStage |
withSown(Object value) |
protected Object sown
protected Object growth
protected Object maturation
protected Object harvest
public Object getSown()
Objectpublic void setSown(Object value)
value - allowed object is
Objectpublic boolean isSetSown()
public Object getGrowth()
Objectpublic void setGrowth(Object value)
value - allowed object is
Objectpublic boolean isSetGrowth()
public Object getMaturation()
Objectpublic void setMaturation(Object value)
value - allowed object is
Objectpublic boolean isSetMaturation()
public Object getHarvest()
Objectpublic void setHarvest(Object value)
value - allowed object is
Objectpublic boolean isSetHarvest()
public 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.ToStringpublic 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.ToStringpublic Advice.CropStage withSown(Object value)
public Advice.CropStage withGrowth(Object value)
public Advice.CropStage withMaturation(Object value)
public Advice.CropStage withHarvest(Object value)
Copyright © 2015. All Rights Reserved.