public class TriggerType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for triggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="triggerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="stateMachine" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="actor" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="name" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected String |
name |
protected String |
stateMachine |
| Constructor and Description |
|---|
TriggerType() |
| 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() |
String |
getActor()
Gets the value of the actor property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStateMachine()
Gets the value of the stateMachine property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStateMachine(String value)
Sets the value of the stateMachine property.
|
protected String stateMachine
protected String actor
protected String name
public String getStateMachine()
Stringpublic void setStateMachine(String value)
value - allowed object is
Stringpublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic 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.