Class EBillRecipientSubscriptionInitiation

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

public class EBillRecipientSubscriptionInitiation extends Object

Java class for EBillRecipientSubscriptionInitiation complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="EBillRecipientSubscriptionInitiation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SubscriptionInitiationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • subscriptionInitiationToken

      protected jakarta.xml.bind.JAXBElement<String> subscriptionInitiationToken
    • message

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

    • EBillRecipientSubscriptionInitiation

      public EBillRecipientSubscriptionInitiation()
  • Method Details

    • getSubscriptionInitiationToken

      public jakarta.xml.bind.JAXBElement<String> getSubscriptionInitiationToken()
      Gets the value of the subscriptionInitiationToken property.
      Returns:
      possible object is JAXBElement<String>
    • setSubscriptionInitiationToken

      public void setSubscriptionInitiationToken(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the subscriptionInitiationToken property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • 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>