Class GetEBillRecipientSubscriptionStatusBulk
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.GetEBillRecipientSubscriptionStatusBulk
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RecipientID" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billerID property.Gets the value of the recipientID property.void
setBillerID
(String value) Sets the value of the billerID property.void
setRecipientID
(ArrayOfstring value) Sets the value of the recipientID property.
-
Field Details
-
billerID
-
recipientID
-
-
Constructor Details
-
GetEBillRecipientSubscriptionStatusBulk
public GetEBillRecipientSubscriptionStatusBulk()
-
-
Method Details
-
getBillerID
Gets the value of the billerID property.- Returns:
- possible object is
String
-
setBillerID
Sets the value of the billerID property.- Parameters:
value
- allowed object isString
-
getRecipientID
Gets the value of the recipientID property.- Returns:
- possible object is
ArrayOfstring
-
setRecipientID
Sets the value of the recipientID property.- Parameters:
value
- allowed object isArrayOfstring
-