public class IdentifiersType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for identifiersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identifiersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element name="correlate" type="{http://fixprotocol.io/2020/orchestra/repository}identifierType"/>
<element name="assign" type="{http://fixprotocol.io/2020/orchestra/repository}identifierType"/>
</choice>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotation |
annotation |
protected List<JAXBElement<IdentifierType>> |
correlateOrAssign |
| Constructor and Description |
|---|
IdentifiersType() |
| 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.
|
List<JAXBElement<IdentifierType>> |
getCorrelateOrAssign()
Gets the value of the correlateOrAssign property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
protected List<JAXBElement<IdentifierType>> correlateOrAssign
protected Annotation annotation
public List<JAXBElement<IdentifierType>> getCorrelateOrAssign()
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 correlateOrAssign property.
For example, to add a new item, do as follows:
getCorrelateOrAssign().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<IdentifierType>
JAXBElement<IdentifierType>
public Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic 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.