public class SubmitUserNotificationResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<DocType> |
attachedDoc |
protected ProcedureRegisterType |
procedureRegister |
protected String |
responseDataStream |
protected String |
responseText |
| Constructor and Description |
|---|
SubmitUserNotificationResponse() |
| 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) |
List<DocType> |
getAttachedDoc()
Gets the value of the attachedDoc property.
|
ProcedureRegisterType |
getProcedureRegister()
Obtiene el valor de la propiedad procedureRegister.
|
String |
getResponseDataStream()
Obtiene el valor de la propiedad responseDataStream.
|
String |
getResponseText()
Obtiene el valor de la propiedad responseText.
|
boolean |
isSetAttachedDoc() |
boolean |
isSetProcedureRegister() |
boolean |
isSetResponseDataStream() |
boolean |
isSetResponseText() |
void |
setProcedureRegister(ProcedureRegisterType value)
Define el valor de la propiedad procedureRegister.
|
void |
setResponseDataStream(String value)
Define el valor de la propiedad responseDataStream.
|
void |
setResponseText(String value)
Define el valor de la propiedad responseText.
|
String |
toString() |
void |
unsetAttachedDoc() |
SubmitUserNotificationResponse |
withAttachedDoc(Collection<DocType> values) |
SubmitUserNotificationResponse |
withAttachedDoc(DocType... values) |
SubmitUserNotificationResponse |
withProcedureRegister(ProcedureRegisterType value) |
SubmitUserNotificationResponse |
withResponseDataStream(String value) |
SubmitUserNotificationResponse |
withResponseText(String value) |
protected String responseText
protected String responseDataStream
protected ProcedureRegisterType procedureRegister
public String getResponseText()
Stringpublic void setResponseText(String value)
value - allowed object is
Stringpublic boolean isSetResponseText()
public String getResponseDataStream()
Stringpublic void setResponseDataStream(String value)
value - allowed object is
Stringpublic boolean isSetResponseDataStream()
public ProcedureRegisterType getProcedureRegister()
ProcedureRegisterTypepublic void setProcedureRegister(ProcedureRegisterType value)
value - allowed object is
ProcedureRegisterTypepublic boolean isSetProcedureRegister()
public List<DocType> getAttachedDoc()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attachedDoc property.
For example, to add a new item, do as follows:
getAttachedDoc().add(newItem);
Objects of the following type(s) are allowed in the list
DocType
public boolean isSetAttachedDoc()
public void unsetAttachedDoc()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic 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 eu.limetri.ygg.api.ResponseMessagepublic 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 eu.limetri.ygg.api.ResponseMessagepublic SubmitUserNotificationResponse withResponseText(String value)
public SubmitUserNotificationResponse withResponseDataStream(String value)
public SubmitUserNotificationResponse withProcedureRegister(ProcedureRegisterType value)
public SubmitUserNotificationResponse withAttachedDoc(DocType... values)
public SubmitUserNotificationResponse withAttachedDoc(Collection<DocType> values)
Copyright © 2016. All Rights Reserved.