Class EBillRecipientSubscriptionConfirmation
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.EBillRecipientSubscriptionConfirmation
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 Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<Party> protected EPartyType
protected jakarta.xml.bind.JAXBElement
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> Gets the value of the ebillAccountID property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the emailAddress property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the language property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the message property.jakarta.xml.bind.JAXBElement
<Party> getParty()
Gets the value of the party property.getType()
Gets the value of the type property.jakarta.xml.bind.JAXBElement
<String> getUIDHR()
Gets the value of the uidhr property.void
setEbillAccountID
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the ebillAccountID property.void
setEmailAddress
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the emailAddress property.void
setLanguage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the language property.void
setMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the message property.void
Sets the value of the party property.void
setType
(EPartyType value) Sets the value of the type property.void
Sets the value of the uidhr property.
-
Field Details
-
ebillAccountID
-
emailAddress
-
uidhr
-
type
-
language
-
party
-
message
-
-
Constructor Details
-
EBillRecipientSubscriptionConfirmation
public EBillRecipientSubscriptionConfirmation()
-
-
Method Details
-
getEbillAccountID
Gets the value of the ebillAccountID property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setEbillAccountID
Sets the value of the ebillAccountID property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getEmailAddress
Gets the value of the emailAddress property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setEmailAddress
Sets the value of the emailAddress property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getUIDHR
Gets the value of the uidhr property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setUIDHR
Sets the value of the uidhr property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getType
Gets the value of the type property.- Returns:
- possible object is
EPartyType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isEPartyType
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setLanguage
Sets the value of the language property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getParty
Gets the value of the party property.- Returns:
- possible object is
JAXBElement
<
Party
>
-
setParty
Sets the value of the party property.- Parameters:
value
- allowed object isJAXBElement
<
Party
>
-
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
>
-