public class IOConfigurationType extends Object
Java class for IOConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IOConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}AbstractSetting" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="action-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="provider-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<JAXBElement<?>> |
abstractSetting |
protected String |
actionId |
protected String |
name |
protected String |
providerId |
Constructor and Description |
---|
IOConfigurationType() |
Modifier and Type | Method and Description |
---|---|
List<JAXBElement<?>> |
getAbstractSetting()
Gets the value of the abstractSetting property.
|
String |
getActionId()
Gets the value of the actionId property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProviderId()
Gets the value of the providerId property.
|
void |
setActionId(String value)
Sets the value of the actionId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProviderId(String value)
Sets the value of the providerId property.
|
protected List<JAXBElement<?>> abstractSetting
protected String actionId
protected String providerId
protected String name
public List<JAXBElement<?>> getAbstractSetting()
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 abstractSetting property.
For example, to add a new item, do as follows:
getAbstractSetting().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
PropertyType
>
JAXBElement
<
Object
>
JAXBElement
<
ComplexPropertyType
>
public String getActionId()
String
public void setActionId(String value)
value
- allowed object is
String
public String getProviderId()
String
public void setProviderId(String value)
value
- allowed object is
String
public String getName()
String
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a