public class SignalMessage extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for SignalMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageInfo"/>
<element name="PullRequest" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PullRequest" minOccurs="0"/>
<element name="Receipt" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Receipt" minOccurs="0"/>
<element name="Error" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Error" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
anies |
protected List<Error> |
errors |
protected MessageInfo |
messageInfo |
protected PullRequest |
pullRequest |
protected Receipt |
receipt |
| Constructor and Description |
|---|
SignalMessage()
Default no-arg constructor
|
SignalMessage(MessageInfo messageInfo,
PullRequest pullRequest,
Receipt receipt,
List<Error> errors,
List<Object> anies)
Fully-initialising value constructor
|
| 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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Object> |
getAnies()
Gets the value of the anies property.
|
List<Error> |
getErrors()
Gets the value of the errors property.
|
MessageInfo |
getMessageInfo()
Gets the value of the messageInfo property.
|
PullRequest |
getPullRequest()
Gets the value of the pullRequest property.
|
Receipt |
getReceipt()
Gets the value of the receipt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAnies(List<Object> value) |
void |
setErrors(List<Error> value) |
void |
setMessageInfo(MessageInfo value)
Sets the value of the messageInfo property.
|
void |
setPullRequest(PullRequest value)
Sets the value of the pullRequest property.
|
void |
setReceipt(Receipt value)
Sets the value of the receipt property.
|
String |
toString() |
SignalMessage |
withAnies(Collection<Object> values) |
SignalMessage |
withAnies(List<Object> value) |
SignalMessage |
withAnies(Object... values) |
SignalMessage |
withErrors(Collection<Error> values) |
SignalMessage |
withErrors(Error... values) |
SignalMessage |
withErrors(List<Error> value) |
SignalMessage |
withMessageInfo(MessageInfo value) |
SignalMessage |
withPullRequest(PullRequest value) |
SignalMessage |
withReceipt(Receipt value) |
protected MessageInfo messageInfo
protected PullRequest pullRequest
protected Receipt receipt
public SignalMessage()
public SignalMessage(MessageInfo messageInfo, PullRequest pullRequest, Receipt receipt, List<Error> errors, List<Object> anies)
public MessageInfo getMessageInfo()
MessageInfopublic void setMessageInfo(MessageInfo value)
value - allowed object is
MessageInfopublic PullRequest getPullRequest()
PullRequestpublic void setPullRequest(PullRequest value)
value - allowed object is
PullRequestpublic Receipt getReceipt()
Receiptpublic void setReceipt(Receipt value)
value - allowed object is
Receiptpublic List<Error> getErrors()
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 errors property.
For example, to add a new item, do as follows:
getErrors().add(newItem);
Objects of the following type(s) are allowed in the list
Error
public List<Object> getAnies()
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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic SignalMessage withMessageInfo(MessageInfo value)
public SignalMessage withPullRequest(PullRequest value)
public SignalMessage withReceipt(Receipt value)
public SignalMessage withErrors(Error... values)
public SignalMessage withErrors(Collection<Error> values)
public SignalMessage withAnies(Object... values)
public SignalMessage withAnies(Collection<Object> values)
public SignalMessage withErrors(List<Error> value)
public SignalMessage withAnies(List<Object> value)
Copyright © 2017 Digipost. All Rights Reserved.