Class DomibusConnectorMessageConfirmationType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.DomibusConnectorMessageConfirmationType
-
public class DomibusConnectorMessageConfirmationType extends Object
<p>Java class for DomibusConnectorMessageConfirmationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="DomibusConnectorMessageConfirmationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="confirmation" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="confirmationType" type="{transition.domain.connector.domibus.eu}DomibusConnectorConfirmationType"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Source
confirmation
protected DomibusConnectorConfirmationType
confirmationType
-
Constructor Summary
Constructors Constructor Description DomibusConnectorMessageConfirmationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Source
getConfirmation()
Gets the value of the confirmation property.DomibusConnectorConfirmationType
getConfirmationType()
Gets the value of the confirmationType property.void
setConfirmation(Source value)
Sets the value of the confirmation property.void
setConfirmationType(DomibusConnectorConfirmationType value)
Sets the value of the confirmationType property.
-
-
-
Field Detail
-
confirmation
protected Source confirmation
-
confirmationType
protected DomibusConnectorConfirmationType confirmationType
-
-
Method Detail
-
getConfirmation
public Source getConfirmation()
Gets the value of the confirmation property.- Returns:
- possible object is
Source
-
setConfirmation
public void setConfirmation(Source value)
Sets the value of the confirmation property.- Parameters:
value
- allowed object isSource
-
getConfirmationType
public DomibusConnectorConfirmationType getConfirmationType()
Gets the value of the confirmationType property.- Returns:
- possible object is
DomibusConnectorConfirmationType
-
setConfirmationType
public void setConfirmationType(DomibusConnectorConfirmationType value)
Sets the value of the confirmationType property.- Parameters:
value
- allowed object isDomibusConnectorConfirmationType
-
-