@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:27:12+02:00", comments="JAXB RI v2.2.11") public class Responses extends Object implements Serializable
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 and Description |
---|
Responses() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.