public class EnableServiceRequest extends Object
Java class for EnableServiceRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnableServiceRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServicesEnabled" type="{}ServicesEnabled" minOccurs="0"/>
<element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
</sequence>
<attribute name="TransactionAction" use="required" type="{}TransactionActionType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutput |
displayOutput
The Display output.
|
protected List<ServicesEnabledType> |
servicesEnabled
The Services enabled.
|
protected TransactionActionType |
transactionAction
The Transaction action.
|
| Constructor and Description |
|---|
EnableServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
List<ServicesEnabledType> |
getServicesEnabled()
Gets the value of the servicesEnabled property.
|
TransactionActionType |
getTransactionAction()
Gets the value of the transactionAction property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setTransactionAction(TransactionActionType value)
Sets the value of the transactionAction property.
|
protected List<ServicesEnabledType> servicesEnabled
protected DisplayOutput displayOutput
protected TransactionActionType transactionAction
public List<ServicesEnabledType> getServicesEnabled()
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 servicesEnabled property.
For example, to add a new item, do as follows:
getServicesEnabled().add(newItem);
Objects of the following type(s) are allowed in the list
ServicesEnabledType
public DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputpublic TransactionActionType getTransactionAction()
TransactionActionTypepublic void setTransactionAction(TransactionActionType value)
value - allowed object is TransactionActionTypeCopyright © 2022. All rights reserved.