public class ReceivePgsNotificationRequest 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 LastNotificationType |
lastNotification |
protected ProcedureRegisterType |
procedureRegister |
| Constructor and Description |
|---|
ReceivePgsNotificationRequest() |
| 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.
|
LastNotificationType |
getLastNotification()
Obtiene el valor de la propiedad lastNotification.
|
ProcedureRegisterType |
getProcedureRegister()
Obtiene el valor de la propiedad procedureRegister.
|
boolean |
isSetAttachedDoc() |
boolean |
isSetBaseNotificationInfo() |
boolean |
isSetLastNotification() |
boolean |
isSetProcedureRegister() |
void |
setBaseNotificationInfo(BaseNotificationType value)
Define el valor de la propiedad baseNotificationInfo.
|
void |
setLastNotification(LastNotificationType value)
Define el valor de la propiedad lastNotification.
|
void |
setProcedureRegister(ProcedureRegisterType value)
Define el valor de la propiedad procedureRegister.
|
String |
toString() |
void |
unsetAttachedDoc() |
ReceivePgsNotificationRequest |
withAttachedDoc(Collection<DocType> values) |
ReceivePgsNotificationRequest |
withAttachedDoc(DocType... values) |
ReceivePgsNotificationRequest |
withBaseNotificationInfo(BaseNotificationType value) |
ReceivePgsNotificationRequest |
withLastNotification(LastNotificationType value) |
ReceivePgsNotificationRequest |
withProcedureRegister(ProcedureRegisterType value) |
protected BaseNotificationType baseNotificationInfo
protected LastNotificationType lastNotification
protected ProcedureRegisterType procedureRegister
public BaseNotificationType getBaseNotificationInfo()
BaseNotificationTypepublic void setBaseNotificationInfo(BaseNotificationType value)
value - allowed object is
BaseNotificationTypepublic boolean isSetBaseNotificationInfo()
public LastNotificationType getLastNotification()
LastNotificationTypepublic void setLastNotification(LastNotificationType value)
value - allowed object is
LastNotificationTypepublic boolean isSetLastNotification()
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 ReceivePgsNotificationRequest withBaseNotificationInfo(BaseNotificationType value)
public ReceivePgsNotificationRequest withLastNotification(LastNotificationType value)
public ReceivePgsNotificationRequest withProcedureRegister(ProcedureRegisterType value)
public ReceivePgsNotificationRequest withAttachedDoc(DocType... values)
public ReceivePgsNotificationRequest withAttachedDoc(Collection<DocType> values)
Copyright © 2016. All Rights Reserved.