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