Class EBillRecipientSubscriptionStatusBulk

java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.EBillRecipientSubscriptionStatusBulk

public class EBillRecipientSubscriptionStatusBulk extends Object

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 Details

    • billRecipients

      protected jakarta.xml.bind.JAXBElement<ArrayOfBillRecipient> billRecipients
    • message

      protected jakarta.xml.bind.JAXBElement<String> message
  • Constructor Details

    • EBillRecipientSubscriptionStatusBulk

      public EBillRecipientSubscriptionStatusBulk()
  • Method Details

    • getBillRecipients

      public jakarta.xml.bind.JAXBElement<ArrayOfBillRecipient> getBillRecipients()
      Gets the value of the billRecipients property.
      Returns:
      possible object is JAXBElement<ArrayOfBillRecipient>
    • setBillRecipients

      public void setBillRecipients(jakarta.xml.bind.JAXBElement<ArrayOfBillRecipient> value)
      Sets the value of the billRecipients property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfBillRecipient>
    • getMessage

      public jakarta.xml.bind.JAXBElement<String> getMessage()
      Gets the value of the message property.
      Returns:
      possible object is JAXBElement<String>
    • setMessage

      public void setMessage(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is JAXBElement<String>