Class EBillRecipientSubscriptionStatus
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.EBillRecipientSubscriptionStatus
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 Summary
Fields -
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 message 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
setMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the message property.void
Sets the value of the uidhr property.
-
Field Details
-
ebillAccountID
-
emailAddress
-
uidhr
-
message
-
-
Constructor Details
-
EBillRecipientSubscriptionStatus
public EBillRecipientSubscriptionStatus()
-
-
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
>
-
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
>
-