public class StateType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for stateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="transition" type="{http://fixprotocol.io/2020/orchestra/repository}transitionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="onentry" type="{http://fixprotocol.io/2020/orchestra/repository}actionType" minOccurs="0"/>
<element name="activity" type="{http://fixprotocol.io/2020/orchestra/repository}actionType" minOccurs="0"/>
<element name="onexit" type="{http://fixprotocol.io/2020/orchestra/repository}actionType" minOccurs="0"/>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActionType |
activity |
protected Annotation |
annotation |
protected String |
name |
protected ActionType |
onentry |
protected ActionType |
onexit |
protected List<TransitionType> |
transition |
| Constructor and Description |
|---|
StateType() |
| 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.
|
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getName()
Gets the value of the name property.
|
ActionType |
getOnentry()
Gets the value of the onentry property.
|
ActionType |
getOnexit()
Gets the value of the onexit property.
|
List<TransitionType> |
getTransition()
Gets the value of the transition property.
|
void |
setActivity(ActionType value)
Sets the value of the activity property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOnentry(ActionType value)
Sets the value of the onentry property.
|
void |
setOnexit(ActionType value)
Sets the value of the onexit property.
|
protected List<TransitionType> transition
protected ActionType onentry
protected ActionType activity
protected ActionType onexit
protected Annotation annotation
protected String name
public List<TransitionType> getTransition()
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 transition property.
For example, to add a new item, do as follows:
getTransition().add(newItem);
Objects of the following type(s) are allowed in the list
TransitionType
public ActionType getOnentry()
ActionTypepublic void setOnentry(ActionType value)
value - allowed object is
ActionTypepublic ActionType getActivity()
ActionTypepublic void setActivity(ActionType value)
value - allowed object is
ActionTypepublic ActionType getOnexit()
ActionTypepublic void setOnexit(ActionType value)
value - allowed object is
ActionTypepublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic 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.