public class IdentifierType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for identifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identifierType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://fixprotocol.io/2020/orchestra/repository}id_t" />
<attribute name="sourceId" type="{http://fixprotocol.io/2020/orchestra/repository}id_t" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
id |
protected BigInteger |
sourceId |
| Constructor and Description |
|---|
IdentifierType() |
| 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.
|
BigInteger |
getSourceId()
Gets the value of the sourceId property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setSourceId(BigInteger value)
Sets the value of the sourceId property.
|
protected BigInteger id
protected BigInteger sourceId
public BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSourceId()
BigIntegerpublic void setSourceId(BigInteger value)
value - allowed object is
BigIntegerpublic 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.