|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.nip.async.generic.Responses
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:46:40+02:00",
comments="JAXB RI v2.3.6")
public class Responses
Java class for Responses complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Responses">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MsgResponse" type="{urn:be:cin:nip:async:generic}MsgResponse" maxOccurs="unbounded" minOccurs="0"/>
<element name="TAckResponse" type="{urn:be:cin:nip:async:generic}TAckResponse" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="MsgCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="TAckCount" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Responses()
|
|
| Method Summary | |
|---|---|
int |
getMsgCount()
Gets the value of the msgCount property. |
List<MsgResponse> |
getMsgResponses()
Gets the value of the msgResponses property. |
int |
getTAckCount()
Gets the value of the tAckCount property. |
List<TAckResponse> |
getTAckResponses()
Gets the value of the tAckResponses property. |
void |
setMsgCount(int value)
Sets the value of the msgCount property. |
void |
setTAckCount(int value)
Sets the value of the tAckCount property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Responses()
| Method Detail |
|---|
public List<MsgResponse> getMsgResponses()
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 msgResponses property.
For example, to add a new item, do as follows:
getMsgResponses().add(newItem);
Objects of the following type(s) are allowed in the list
MsgResponse
public List<TAckResponse> getTAckResponses()
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 tAckResponses property.
For example, to add a new item, do as follows:
getTAckResponses().add(newItem);
Objects of the following type(s) are allowed in the list
TAckResponse
public int getMsgCount()
public void setMsgCount(int value)
public int getTAckCount()
public void setTAckCount(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||