Package org.cxml

Class Transaction


  • public class Transaction
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> aDtype  
      protected java.util.List<Option> option  
      protected java.lang.String requestName  
      protected URL url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transaction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getADtype()
      Gets the value of the aDtype property.
      java.util.List<Option> getOption()
      Gets the value of the option property.
      java.lang.String getRequestName()
      Gets the value of the requestName property.
      URL getURL()
      Gets the value of the url property.
      void setRequestName​(java.lang.String value)
      Sets the value of the requestName property.
      void setURL​(URL value)
      Sets the value of the url property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • requestName

        protected java.lang.String requestName
      • aDtype

        protected java.util.List<java.lang.String> aDtype
      • url

        protected URL url
      • option

        protected java.util.List<Option> option
    • Constructor Detail

      • Transaction

        public Transaction()
    • Method Detail

      • getRequestName

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

        public void setRequestName​(java.lang.String value)
        Sets the value of the requestName property.
        Parameters:
        value - allowed object is String
      • getADtype

        public java.util.List<java.lang.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 java.util.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