Class EBillRecipientSubscriptionStatus

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

public class EBillRecipientSubscriptionStatus extends Object

Java class for EBillRecipientSubscriptionStatus complex type

.

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


 <complexType name="EBillRecipientSubscriptionStatus">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="EbillAccountID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="EmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UIDHR" 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

    • ebillAccountID

      protected jakarta.xml.bind.JAXBElement<String> ebillAccountID
    • emailAddress

      protected jakarta.xml.bind.JAXBElement<String> emailAddress
    • uidhr

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

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

    • EBillRecipientSubscriptionStatus

      public EBillRecipientSubscriptionStatus()
  • Method Details

    • getEbillAccountID

      public jakarta.xml.bind.JAXBElement<String> getEbillAccountID()
      Gets the value of the ebillAccountID property.
      Returns:
      possible object is JAXBElement<String>
    • setEbillAccountID

      public void setEbillAccountID(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the ebillAccountID property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getEmailAddress

      public jakarta.xml.bind.JAXBElement<String> getEmailAddress()
      Gets the value of the emailAddress property.
      Returns:
      possible object is JAXBElement<String>
    • setEmailAddress

      public void setEmailAddress(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the emailAddress property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getUIDHR

      public jakarta.xml.bind.JAXBElement<String> getUIDHR()
      Gets the value of the uidhr property.
      Returns:
      possible object is JAXBElement<String>
    • setUIDHR

      public void setUIDHR(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the uidhr 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>