Package org.cxml

Class ProfileResponse

java.lang.Object
org.cxml.ProfileResponse

public class ProfileResponse extends Object
  • Field Details

  • Constructor Details

    • ProfileResponse

      public ProfileResponse()
  • Method Details

    • getEffectiveDate

      public String getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is String
    • setEffectiveDate

      public void setEffectiveDate(String value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is String
    • getLastRefresh

      public String getLastRefresh()
      Gets the value of the lastRefresh property.
      Returns:
      possible object is String
    • setLastRefresh

      public void setLastRefresh(String value)
      Sets the value of the lastRefresh property.
      Parameters:
      value - allowed object is String
    • getADtype

      public List<String> 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 set method 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

      public List<Option> 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 set method 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

      public List<Transaction> 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 set method 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