public class ComponentRuleType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for componentRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentRuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="when" type="{http://fixprotocol.io/2020/orchestra/repository}expressionType"/>
</sequence>
<attribute name="name" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="presence" type="{http://fixprotocol.io/2020/orchestra/repository}presence_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected PresenceT |
presence |
protected String |
when |
| Constructor and Description |
|---|
ComponentRuleType() |
| 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 |
getName()
Gets the value of the name property.
|
PresenceT |
getPresence()
Gets the value of the presence property.
|
String |
getWhen()
Gets the value of the when property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPresence(PresenceT value)
Sets the value of the presence property.
|
void |
setWhen(String value)
Sets the value of the when property.
|
protected String when
protected String name
protected PresenceT presence
public String getWhen()
Stringpublic void setWhen(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PresenceT getPresence()
PresenceTpublic void setPresence(PresenceT value)
value - allowed object is
PresenceTpublic 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.