@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:59:38+02:00", comments="JAXB RI v2.2.11") public class Confirm extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Origin" type="{urn:be:cin:mycarenet:esb:common:v2}OrigineType"/>
<element name="MsgHashValues" type="{urn:be:cin:types:v1}Base64BinaryList" minOccurs="0"/>
<element name="MsgRefValues" type="{urn:be:cin:types:v1}StringList" minOccurs="0"/>
<element name="TAckContents" type="{urn:be:cin:types:v1}Base64BinaryList" minOccurs="0"/>
<element name="TAckReferences" type="{urn:be:cin:types:v1}StringList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Confirm() |
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getMsgHashValues()
Gets the value of the msgHashValues property.
|
List<String> |
getMsgRefValues()
Gets the value of the msgRefValues property.
|
OrigineType |
getOrigin()
Gets the value of the origin property.
|
List<byte[]> |
getTAckContents()
Gets the value of the tAckContents property.
|
List<String> |
getTAckReferences()
Gets the value of the tAckReferences property.
|
void |
setOrigin(OrigineType value)
Sets the value of the origin property.
|
public OrigineType getOrigin()
OrigineTypepublic void setOrigin(OrigineType value)
value - allowed object is
OrigineTypepublic List<byte[]> getMsgHashValues()
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 msgHashValues property.
For example, to add a new item, do as follows:
getMsgHashValues().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public List<String> getMsgRefValues()
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 msgRefValues property.
For example, to add a new item, do as follows:
getMsgRefValues().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<byte[]> getTAckContents()
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 tAckContents property.
For example, to add a new item, do as follows:
getTAckContents().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
public List<String> getTAckReferences()
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 tAckReferences property.
For example, to add a new item, do as follows:
getTAckReferences().add(newItem);
Objects of the following type(s) are allowed in the list
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.