public class TokenConfigItem extends Obj
Java class for tokenConfigItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tokenConfigItem">
<complexContent>
<extension base="{http://www.intertrust.ru}obj">
<sequence>
<element name="componentFormConfig" type="{http://www.intertrust.ru}componentFormConfig" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.intertrust.ru}token.type" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentFormConfig> |
componentFormConfig |
protected TokenType |
type |
| Constructor and Description |
|---|
TokenConfigItem() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentFormConfig> |
getComponentFormConfig()
Gets the value of the componentFormConfig property.
|
TokenType |
getType()
Gets the value of the type property.
|
void |
setType(TokenType value)
Sets the value of the type property.
|
testGeneratedMethodprotected List<ComponentFormConfig> componentFormConfig
protected TokenType type
public List<ComponentFormConfig> getComponentFormConfig()
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 componentFormConfig property.
For example, to add a new item, do as follows:
getComponentFormConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentFormConfig
public TokenType getType()
TokenTypeCopyright © 2012–2014 RedSoft. All rights reserved.