Class BillRecipient
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.BillRecipient
Java class for BillRecipient complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="BillRecipient">
<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="SubmissionStatus" type="{http://schemas.datacontract.org/2004/07/eBill.B2BServiceLib.Logic}SubmissionStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected SubmissionStatus
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.Gets the value of the submissionStatus 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
Sets the value of the submissionStatus property.void
Sets the value of the uidhr property.
-
Field Details
-
ebillAccountID
-
emailAddress
-
uidhr
-
submissionStatus
-
-
Constructor Details
-
BillRecipient
public BillRecipient()
-
-
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
>
-
getSubmissionStatus
Gets the value of the submissionStatus property.- Returns:
- possible object is
SubmissionStatus
-
setSubmissionStatus
Sets the value of the submissionStatus property.- Parameters:
value
- allowed object isSubmissionStatus
-