Class ProfileResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aDtype property.Gets the value of the effectiveDate property.Gets the value of the lastRefresh property.Gets the value of the option property.Gets the value of the transaction property.voidsetEffectiveDate(String value) Sets the value of the effectiveDate property.voidsetLastRefresh(String value) Sets the value of the lastRefresh property.
-
Field Details
-
effectiveDate
-
lastRefresh
-
aDtype
-
option
-
transaction
-
-
Constructor Details
-
ProfileResponse
public ProfileResponse()
-
-
Method Details
-
getEffectiveDate
Gets the value of the effectiveDate property.- Returns:
- possible object is
String
-
setEffectiveDate
Sets the value of the effectiveDate property.- Parameters:
value- allowed object isString
-
getLastRefresh
Gets the value of the lastRefresh property.- Returns:
- possible object is
String
-
setLastRefresh
Sets the value of the lastRefresh property.- Parameters:
value- allowed object isString
-
getADtype
Gets the value of the aDtype 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 aDtype property.For example, to add a new item, do as follows:
getADtype().add(newItem);Objects of the following type(s) are allowed in the list
String -
getOption
Gets the value of the option 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 option property.For example, to add a new item, do as follows:
getOption().add(newItem);Objects of the following type(s) are allowed in the list
Option -
getTransaction
Gets the value of the transaction 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 transaction property.For example, to add a new item, do as follows:
getTransaction().add(newItem);Objects of the following type(s) are allowed in the list
Transaction
-