public class ActionType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for actionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="actionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="field" type="{http://fixprotocol.io/2020/orchestra/repository}fieldType"/>
<element name="fieldRef" type="{http://fixprotocol.io/2020/orchestra/repository}fieldRefType"/>
<element name="component" type="{http://fixprotocol.io/2020/orchestra/repository}componentType"/>
<element name="componentRef" type="{http://fixprotocol.io/2020/orchestra/repository}componentRefType"/>
<element name="group" type="{http://fixprotocol.io/2020/orchestra/repository}groupType"/>
<element name="groupRef" type="{http://fixprotocol.io/2020/orchestra/repository}groupRefType"/>
</choice>
<choice maxOccurs="unbounded">
<element name="messageRef" type="{http://fixprotocol.io/2020/orchestra/repository}messageRefType"/>
<element name="assign" type="{http://fixprotocol.io/2020/orchestra/repository}expressionType"/>
<element name="trigger" type="{http://fixprotocol.io/2020/orchestra/repository}triggerType"/>
<element name="timerSchedule" type="{http://fixprotocol.io/2020/orchestra/repository}timerSchedule"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
fieldOrFieldRefOrComponent |
protected List<Object> |
messageRefOrAssignOrTrigger |
| Constructor and Description |
|---|
ActionType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
List<Object> |
getFieldOrFieldRefOrComponent()
Gets the value of the fieldOrFieldRefOrComponent property.
|
List<Object> |
getMessageRefOrAssignOrTrigger()
Gets the value of the messageRefOrAssignOrTrigger property.
|
public List<Object> getFieldOrFieldRefOrComponent()
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 fieldOrFieldRefOrComponent property.
For example, to add a new item, do as follows:
getFieldOrFieldRefOrComponent().add(newItem);
Objects of the following type(s) are allowed in the list
FieldType
FieldRefType
ComponentType
ComponentRefType
GroupType
GroupRefType
public List<Object> getMessageRefOrAssignOrTrigger()
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 messageRefOrAssignOrTrigger property.
For example, to add a new item, do as follows:
getMessageRefOrAssignOrTrigger().add(newItem);
Objects of the following type(s) are allowed in the list
MessageRefType
String
TriggerType
TimerSchedule
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2Copyright © 2016–2020 FIX Trading Community. All rights reserved.