public class ResponseType extends ActionType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for responseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="responseType">
<complexContent>
<extension base="{http://fixprotocol.io/2020/orchestra/repository}actionType">
<sequence>
<element name="when" type="{http://fixprotocol.io/2020/orchestra/repository}expressionType" minOccurs="0"/>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="sync" type="{http://fixprotocol.io/2020/orchestra/repository}synchronization" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected String |
name |
protected Synchronization |
sync |
protected String |
when |
fieldOrFieldRefOrComponent, messageRefOrAssignOrTrigger| Constructor and Description |
|---|
ResponseType() |
| 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() |
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getName()
Gets the value of the name property.
|
Synchronization |
getSync()
Gets the value of the sync property.
|
String |
getWhen()
Gets the value of the when property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSync(Synchronization value)
Sets the value of the sync property.
|
void |
setWhen(String value)
Sets the value of the when property.
|
getFieldOrFieldRefOrComponent, getMessageRefOrAssignOrTriggerprotected String when
protected Annotation annotation
protected String name
protected Synchronization sync
public String getWhen()
Stringpublic void setWhen(String value)
value - allowed object is
Stringpublic Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Synchronization getSync()
Synchronizationpublic void setSync(Synchronization value)
value - allowed object is
Synchronizationpublic Object clone()
clone in class ActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ActionTypepublic 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.CopyTo2copyTo in class ActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in class ActionTypeCopyright © 2016–2020 FIX Trading Community. All rights reserved.