Class HolderOfPaymentMethods
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.HolderOfPaymentMethods
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension">
<sequence>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/>
<element name="wallet" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}payinfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="singlePaymentType" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}typeForSinglePayment"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID.protected PaymentTypeBaseprotected List<PaymentTypeBase> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()The ID.Gets the value of the singlePaymentType property.Gets the value of the wallet property.voidSets the value of the id property.voidSets the value of the singlePaymentType property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
id
The ID. -
wallet
-
singlePaymentType
-
-
Constructor Details
-
HolderOfPaymentMethods
public HolderOfPaymentMethods()
-
-
Method Details
-
getId
The ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getWallet
Gets the value of the wallet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the wallet property.For example, to add a new item, do as follows:
getWallet().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentTypeBase- Returns:
- The value of the wallet property.
-
getSinglePaymentType
Gets the value of the singlePaymentType property.- Returns:
- possible object is
PaymentTypeBase
-
setSinglePaymentType
Sets the value of the singlePaymentType property.- Parameters:
value- allowed object isPaymentTypeBase
-