Class ConfirmEBillRecipientSubscriptionResponse
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.ConfirmEBillRecipientSubscriptionResponse
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="ConfirmEBillRecipientSubscriptionResult" type="{http://swisspost_ch.ebs.ebill.b2bservice}EBillRecipientSubscriptionConfirmation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<EBillRecipientSubscriptionConfirmation> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<EBillRecipientSubscriptionConfirmation> Gets the value of the confirmEBillRecipientSubscriptionResult property.void
setConfirmEBillRecipientSubscriptionResult
(jakarta.xml.bind.JAXBElement<EBillRecipientSubscriptionConfirmation> value) Sets the value of the confirmEBillRecipientSubscriptionResult property.
-
Field Details
-
confirmEBillRecipientSubscriptionResult
protected jakarta.xml.bind.JAXBElement<EBillRecipientSubscriptionConfirmation> confirmEBillRecipientSubscriptionResult
-
-
Constructor Details
-
ConfirmEBillRecipientSubscriptionResponse
public ConfirmEBillRecipientSubscriptionResponse()
-
-
Method Details
-
getConfirmEBillRecipientSubscriptionResult
public jakarta.xml.bind.JAXBElement<EBillRecipientSubscriptionConfirmation> getConfirmEBillRecipientSubscriptionResult()Gets the value of the confirmEBillRecipientSubscriptionResult property.- Returns:
- possible object is
JAXBElement
<
EBillRecipientSubscriptionConfirmation
>
-
setConfirmEBillRecipientSubscriptionResult
public void setConfirmEBillRecipientSubscriptionResult(jakarta.xml.bind.JAXBElement<EBillRecipientSubscriptionConfirmation> value) Sets the value of the confirmEBillRecipientSubscriptionResult property.- Parameters:
value
- allowed object isJAXBElement
<
EBillRecipientSubscriptionConfirmation
>
-