public class TimerSchedule extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for timerSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="timerSchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activity" type="{http://fixprotocol.io/2020/orchestra/repository}actionType"/>
</sequence>
<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" />
<attribute name="operation" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}timerOperation" />
<attribute name="interval" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActionType |
activity |
protected String |
actor |
protected Duration |
interval |
protected String |
name |
protected TimerOperation |
operation |
| Constructor and Description |
|---|
TimerSchedule() |
| 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() |
ActionType |
getActivity()
Gets the value of the activity property.
|
String |
getActor()
Gets the value of the actor property.
|
Duration |
getInterval()
Gets the value of the interval property.
|
String |
getName()
Gets the value of the name property.
|
TimerOperation |
getOperation()
Gets the value of the operation property.
|
void |
setActivity(ActionType value)
Sets the value of the activity property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setInterval(Duration value)
Sets the value of the interval property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOperation(TimerOperation value)
Sets the value of the operation property.
|
protected ActionType activity
protected String actor
protected String name
protected TimerOperation operation
protected Duration interval
public ActionType getActivity()
ActionTypepublic void setActivity(ActionType value)
value - allowed object is
ActionTypepublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic TimerOperation getOperation()
TimerOperationpublic void setOperation(TimerOperation value)
value - allowed object is
TimerOperationpublic Duration getInterval()
Durationpublic void setInterval(Duration value)
value - allowed object is
Durationpublic 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.