Class EBillRecipientSubscriptionConfirmation

java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.EBillRecipientSubscriptionConfirmation

public class EBillRecipientSubscriptionConfirmation extends Object

Java class for EBillRecipientSubscriptionConfirmation complex type

.

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


 <complexType name="EBillRecipientSubscriptionConfirmation">
   <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="Type" type="{http://schemas.datacontract.org/2004/07/eBill.B2BServiceLib.Logic}EPartyType" minOccurs="0"/>
         <element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Party" type="{http://swisspost_ch.ebs.ebill.b2bservice}Party" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details Link icon

    • ebillAccountID Link icon

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

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

      protected jakarta.xml.bind.JAXBElement<String> uidhr
    • type Link icon

      protected EPartyType type
    • language Link icon

      protected jakarta.xml.bind.JAXBElement<String> language
    • party Link icon

      protected jakarta.xml.bind.JAXBElement<Party> party
    • message Link icon

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

    • EBillRecipientSubscriptionConfirmation Link icon

      public EBillRecipientSubscriptionConfirmation()
  • Method Details Link icon

    • getEbillAccountID Link icon

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

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

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

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

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

      public void setUIDHR(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the uidhr property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getType Link icon

      public EPartyType getType()
      Gets the value of the type property.
      Returns:
      possible object is EPartyType
    • setType Link icon

      public void setType(EPartyType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is EPartyType
    • getLanguage Link icon

      public jakarta.xml.bind.JAXBElement<String> getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is JAXBElement<String>
    • setLanguage Link icon

      public void setLanguage(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getParty Link icon

      public jakarta.xml.bind.JAXBElement<Party> getParty()
      Gets the value of the party property.
      Returns:
      possible object is JAXBElement<Party>
    • setParty Link icon

      public void setParty(jakarta.xml.bind.JAXBElement<Party> value)
      Sets the value of the party property.
      Parameters:
      value - allowed object is JAXBElement<Party>
    • getMessage Link icon

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

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