public class MessageRefType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for messageRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="messageRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identifiers" type="{http://fixprotocol.io/2020/orchestra/repository}identifiersType" minOccurs="0"/>
</sequence>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}refidGrp"/>
<attribute name="name" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="msgType" type="{http://fixprotocol.io/2020/orchestra/repository}MsgType_t" />
<attribute name="implMinOccurs" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
<attribute name="implMaxOccurs" type="{http://fixprotocol.io/2020/orchestra/repository}unboundedIntType" default="unbounded" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
id |
protected IdentifiersType |
identifiers |
protected String |
implMaxOccurs |
protected BigInteger |
implMinOccurs |
protected String |
msgType |
protected String |
name |
protected String |
scenario |
| Constructor and Description |
|---|
MessageRefType() |
| 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() |
BigInteger |
getId()
Gets the value of the id property.
|
IdentifiersType |
getIdentifiers()
Gets the value of the identifiers property.
|
String |
getImplMaxOccurs()
Gets the value of the implMaxOccurs property.
|
BigInteger |
getImplMinOccurs()
Gets the value of the implMinOccurs property.
|
String |
getMsgType()
Gets the value of the msgType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getScenario()
Gets the value of the scenario property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setIdentifiers(IdentifiersType value)
Sets the value of the identifiers property.
|
void |
setImplMaxOccurs(String value)
Sets the value of the implMaxOccurs property.
|
void |
setImplMinOccurs(BigInteger value)
Sets the value of the implMinOccurs property.
|
void |
setMsgType(String value)
Sets the value of the msgType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setScenario(String value)
Sets the value of the scenario property.
|
protected IdentifiersType identifiers
protected String name
protected String msgType
protected BigInteger implMinOccurs
protected String implMaxOccurs
protected BigInteger id
protected String scenario
public IdentifiersType getIdentifiers()
IdentifiersTypepublic void setIdentifiers(IdentifiersType value)
value - allowed object is
IdentifiersTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getMsgType()
Stringpublic void setMsgType(String value)
value - allowed object is
Stringpublic BigInteger getImplMinOccurs()
BigIntegerpublic void setImplMinOccurs(BigInteger value)
value - allowed object is
BigIntegerpublic String getImplMaxOccurs()
Stringpublic void setImplMaxOccurs(String value)
value - allowed object is
Stringpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic String getScenario()
Stringpublic void setScenario(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.