Class EBillRecipientSubscriptionStatusBulk
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.EBillRecipientSubscriptionStatusBulk
Java class for EBillRecipientSubscriptionStatusBulk complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EBillRecipientSubscriptionStatusBulk">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillRecipients" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfBillRecipient" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<ArrayOfBillRecipient> protected jakarta.xml.bind.JAXBElement
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<ArrayOfBillRecipient> Gets the value of the billRecipients property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the message property.void
setBillRecipients
(jakarta.xml.bind.JAXBElement<ArrayOfBillRecipient> value) Sets the value of the billRecipients property.void
setMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the message property.
-
Field Details
-
billRecipients
-
message
-
-
Constructor Details
-
EBillRecipientSubscriptionStatusBulk
public EBillRecipientSubscriptionStatusBulk()
-
-
Method Details
-
getBillRecipients
Gets the value of the billRecipients property.- Returns:
- possible object is
JAXBElement
<
ArrayOfBillRecipient
>
-
setBillRecipients
Sets the value of the billRecipients property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfBillRecipient
>
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-