public class SubmitFirstUserNotificationRequest extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<DocType> |
attachedDoc |
protected BaseNotificationType |
baseNotificationInfo |
protected ProcedureRegisterType |
procedureRegister |
| Constructor and Description |
|---|
SubmitFirstUserNotificationRequest() |
| 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.
|
BaseNotificationType |
getBaseNotificationInfo()
Obtiene el valor de la propiedad baseNotificationInfo.
|
ProcedureRegisterType |
getProcedureRegister()
Obtiene el valor de la propiedad procedureRegister.
|
boolean |
isSetAttachedDoc() |
boolean |
isSetBaseNotificationInfo() |
boolean |
isSetProcedureRegister() |
void |
setBaseNotificationInfo(BaseNotificationType value)
Define el valor de la propiedad baseNotificationInfo.
|
void |
setProcedureRegister(ProcedureRegisterType value)
Define el valor de la propiedad procedureRegister.
|
String |
toString() |
void |
unsetAttachedDoc() |
SubmitFirstUserNotificationRequest |
withAttachedDoc(Collection<DocType> values) |
SubmitFirstUserNotificationRequest |
withAttachedDoc(DocType... values) |
SubmitFirstUserNotificationRequest |
withBaseNotificationInfo(BaseNotificationType value) |
SubmitFirstUserNotificationRequest |
withProcedureRegister(ProcedureRegisterType value) |
protected BaseNotificationType baseNotificationInfo
protected ProcedureRegisterType procedureRegister
public BaseNotificationType getBaseNotificationInfo()
BaseNotificationTypepublic void setBaseNotificationInfo(BaseNotificationType value)
value - allowed object is
BaseNotificationTypepublic boolean isSetBaseNotificationInfo()
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.RequestMessagepublic 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.RequestMessagepublic 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.RequestMessagepublic SubmitFirstUserNotificationRequest withBaseNotificationInfo(BaseNotificationType value)
public SubmitFirstUserNotificationRequest withProcedureRegister(ProcedureRegisterType value)
public SubmitFirstUserNotificationRequest withAttachedDoc(DocType... values)
public SubmitFirstUserNotificationRequest withAttachedDoc(Collection<DocType> values)
Copyright © 2016. All Rights Reserved.