public class FlowType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for flowType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="flowType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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" />
<attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="destination" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="reliability" type="{http://fixprotocol.io/2020/orchestra/repository}reliability_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected String |
destination |
protected String |
name |
protected ReliabilityT |
reliability |
protected String |
source |
| Constructor and Description |
|---|
FlowType() |
| 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 |
getDestination()
Gets the value of the destination property.
|
String |
getName()
Gets the value of the name property.
|
ReliabilityT |
getReliability()
Gets the value of the reliability property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReliability(ReliabilityT value)
Sets the value of the reliability property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected Annotation annotation
protected String name
protected String source
protected String destination
protected ReliabilityT reliability
public Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic ReliabilityT getReliability()
ReliabilityTpublic void setReliability(ReliabilityT value)
value - allowed object is
ReliabilityTpublic 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.