Package org.cxml
Class Transaction
java.lang.Object
org.cxml.Transaction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aDtype property.Gets the value of the option property.Gets the value of the requestName property.getURL()Gets the value of the url property.voidsetRequestName(String value) Sets the value of the requestName property.voidSets the value of the url property.
-
Field Details
-
requestName
-
aDtype
-
url
-
option
-
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
getRequestName
Gets the value of the requestName property.- Returns:
- possible object is
String
-
setRequestName
Sets the value of the requestName 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 -
getURL
Gets the value of the url property.- Returns:
- possible object is
URL
-
setURL
Sets the value of the url property.- Parameters:
value- allowed object isURL
-
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
-