Package org.cxml

Class Transaction

java.lang.Object
org.cxml.Transaction

public class Transaction extends Object
  • Field Details

    • requestName

      protected String requestName
    • aDtype

      protected List<String> aDtype
    • url

      protected URL url
    • option

      protected List<Option> option
  • Constructor Details

    • Transaction

      public Transaction()
  • Method Details

    • getRequestName

      public String getRequestName()
      Gets the value of the requestName property.
      Returns:
      possible object is String
    • setRequestName

      public void setRequestName(String value)
      Sets the value of the requestName 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

    • getURL

      public URL getURL()
      Gets the value of the url property.
      Returns:
      possible object is URL
    • setURL

      public void setURL(URL value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is URL
    • 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