public class Sections 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">
<sequence>
<element name="section" type="{http://fixprotocol.io/2020/orchestra/repository}sectionType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}containerAttribGrp"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
base |
protected BigInteger |
latestEP |
protected List<SectionType> |
section |
| Constructor and Description |
|---|
Sections() |
| 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 |
getBase()
Gets the value of the base property.
|
BigInteger |
getLatestEP()
Gets the value of the latestEP property.
|
List<SectionType> |
getSection()
Gets the value of the section property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setLatestEP(BigInteger value)
Sets the value of the latestEP property.
|
protected List<SectionType> section
protected String base
protected BigInteger latestEP
public List<SectionType> getSection()
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 section property.
For example, to add a new item, do as follows:
getSection().add(newItem);
Objects of the following type(s) are allowed in the list
SectionType
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic BigInteger getLatestEP()
BigIntegerpublic void setLatestEP(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.