public static class MessageType.Structure extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="componentRef" type="{http://fixprotocol.io/2020/orchestra/repository}componentRefType"/>
<element name="groupRef" type="{http://fixprotocol.io/2020/orchestra/repository}groupRefType"/>
<element name="fieldRef" type="{http://fixprotocol.io/2020/orchestra/repository}fieldRefType"/>
</choice>
<attribute name="which" type="{http://fixprotocol.io/2020/orchestra/repository}memberType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
componentRefOrGroupRefOrFieldRef |
protected MemberType |
which |
| Constructor and Description |
|---|
Structure() |
| 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() |
List<Object> |
getComponentRefOrGroupRefOrFieldRef()
Gets the value of the componentRefOrGroupRefOrFieldRef property.
|
MemberType |
getWhich()
Gets the value of the which property.
|
void |
setWhich(MemberType value)
Sets the value of the which property.
|
protected MemberType which
public List<Object> getComponentRefOrGroupRefOrFieldRef()
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 componentRefOrGroupRefOrFieldRef property.
For example, to add a new item, do as follows:
getComponentRefOrGroupRefOrFieldRef().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentRefType
GroupRefType
FieldRefType
public MemberType getWhich()
MemberTypepublic void setWhich(MemberType value)
value - allowed object is
MemberTypepublic 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.