public class EnableServiceRequestType extends Object
Java class for EnableServiceRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnableServiceRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServicesEnabled" type="{}ServicesEnabledType" minOccurs="0"/>
<element name="DisplayOutput" type="{}DisplayOutputType" minOccurs="0"/>
</sequence>
<attribute name="TransactionAction" use="required" type="{}TransactionActionTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DisplayOutputType |
displayOutput |
protected List<String> |
servicesEnabled |
protected String |
transactionAction |
| Constructor and Description |
|---|
EnableServiceRequestType() |
| Modifier and Type | Method and Description |
|---|---|
DisplayOutputType |
getDisplayOutput()
Gets the value of the displayOutput property.
|
List<String> |
getServicesEnabled()
Gets the value of the servicesEnabled property.
|
String |
getTransactionAction()
Gets the value of the transactionAction property.
|
void |
setDisplayOutput(DisplayOutputType value)
Sets the value of the displayOutput property.
|
void |
setTransactionAction(String value)
Sets the value of the transactionAction property.
|
protected DisplayOutputType displayOutput
protected String transactionAction
public List<String> 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
String
public DisplayOutputType getDisplayOutput()
DisplayOutputTypepublic void setDisplayOutput(DisplayOutputType value)
value - allowed object is
DisplayOutputTypepublic String getTransactionAction()
StringCopyright © 2018. All rights reserved.