public abstract class ASynchResponseMessage extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ASynchResponseMessage complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ASynchResponseMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="correlationId" type="{http://www.w3.org/2001/XMLSchema}ID" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="moreInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
correlationId |
protected String |
message |
protected String |
moreInfo |
protected Integer |
status |
| Constructor and Description |
|---|
ASynchResponseMessage() |
| 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 |
getCorrelationId()
Obtiene el valor de la propiedad correlationId.
|
String |
getMessage()
Obtiene el valor de la propiedad message.
|
String |
getMoreInfo()
Obtiene el valor de la propiedad moreInfo.
|
Integer |
getStatus()
Obtiene el valor de la propiedad status.
|
boolean |
isSetCorrelationId() |
boolean |
isSetMessage() |
boolean |
isSetMoreInfo() |
boolean |
isSetStatus() |
void |
setCorrelationId(String value)
Define el valor de la propiedad correlationId.
|
void |
setMessage(String value)
Define el valor de la propiedad message.
|
void |
setMoreInfo(String value)
Define el valor de la propiedad moreInfo.
|
void |
setStatus(Integer value)
Define el valor de la propiedad status.
|
String |
toString() |
ASynchResponseMessage |
withCorrelationId(String value) |
ASynchResponseMessage |
withMessage(String value) |
ASynchResponseMessage |
withMoreInfo(String value) |
ASynchResponseMessage |
withStatus(Integer value) |
@Pattern(regexp="[[_:A-Za-z]-[:]][[-._:A-Za-z0-9]-[:]]*") protected String correlationId
protected Integer status
protected String message
protected String moreInfo
public String getCorrelationId()
Stringpublic void setCorrelationId(String value)
value - allowed object is
Stringpublic boolean isSetCorrelationId()
public Integer getStatus()
Integerpublic void setStatus(Integer value)
value - allowed object is
Integerpublic boolean isSetStatus()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public String getMoreInfo()
Stringpublic void setMoreInfo(String value)
value - allowed object is
Stringpublic boolean isSetMoreInfo()
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 ASynchResponseMessage withCorrelationId(String value)
public ASynchResponseMessage withStatus(Integer value)
public ASynchResponseMessage withMessage(String value)
public ASynchResponseMessage withMoreInfo(String value)
Copyright © 2015. All Rights Reserved.