public class AdditionalInformationResponseType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
additionalInformationRequestID |
protected BigInteger |
additionalInformationResponseID |
protected BigInteger |
cropManagerID |
| Constructor and Description |
|---|
AdditionalInformationResponseType() |
| 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) |
BigInteger |
getAdditionalInformationRequestID()
Obtiene el valor de la propiedad additionalInformationRequestID.
|
BigInteger |
getAdditionalInformationResponseID()
Obtiene el valor de la propiedad additionalInformationResponseID.
|
BigInteger |
getCropManagerID()
Obtiene el valor de la propiedad cropManagerID.
|
boolean |
isSetAdditionalInformationRequestID() |
boolean |
isSetAdditionalInformationResponseID() |
boolean |
isSetCropManagerID() |
void |
setAdditionalInformationRequestID(BigInteger value)
Define el valor de la propiedad additionalInformationRequestID.
|
void |
setAdditionalInformationResponseID(BigInteger value)
Define el valor de la propiedad additionalInformationResponseID.
|
void |
setCropManagerID(BigInteger value)
Define el valor de la propiedad cropManagerID.
|
String |
toString() |
AdditionalInformationResponseType |
withAdditionalInformationRequestID(BigInteger value) |
AdditionalInformationResponseType |
withAdditionalInformationResponseID(BigInteger value) |
AdditionalInformationResponseType |
withCropManagerID(BigInteger value) |
protected BigInteger cropManagerID
protected BigInteger additionalInformationRequestID
protected BigInteger additionalInformationResponseID
public BigInteger getCropManagerID()
BigIntegerpublic void setCropManagerID(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetCropManagerID()
public BigInteger getAdditionalInformationRequestID()
BigIntegerpublic void setAdditionalInformationRequestID(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetAdditionalInformationRequestID()
public BigInteger getAdditionalInformationResponseID()
BigIntegerpublic void setAdditionalInformationResponseID(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetAdditionalInformationResponseID()
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 AdditionalInformationResponseType withCropManagerID(BigInteger value)
public AdditionalInformationResponseType withAdditionalInformationRequestID(BigInteger value)
public AdditionalInformationResponseType withAdditionalInformationResponseID(BigInteger value)
Copyright © 2015. All Rights Reserved.