public class GroupType extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for groupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numInGroup" type="{http://fixprotocol.io/2020/orchestra/repository}fieldRefType" minOccurs="0"/>
<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>
<element name="annotation" type="{http://fixprotocol.io/2020/orchestra/repository}annotation" minOccurs="0"/>
</sequence>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}entityAttribGrp"/>
<attGroup ref="{http://fixprotocol.io/2020/orchestra/repository}oidGrp"/>
<attribute name="category" type="{http://fixprotocol.io/2020/orchestra/repository}Name_t" />
<attribute name="rendering" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="implMinOccurs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="implMaxOccurs" type="{http://fixprotocol.io/2020/orchestra/repository}unboundedIntType" default="unbounded" />
<attribute name="which" type="{http://fixprotocol.io/2020/orchestra/repository}memberType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbrName |
protected String |
added |
protected BigInteger |
addedEP |
protected Annotation |
annotation |
protected String |
category |
protected ChangeTypeT |
changeType |
protected List<Object> |
componentRefOrGroupRefOrFieldRef |
protected String |
deprecated |
protected BigInteger |
deprecatedEP |
protected BigInteger |
id |
protected String |
implMaxOccurs |
protected BigInteger |
implMinOccurs |
protected String |
issue |
protected String |
lastModified |
protected String |
name |
protected FieldRefType |
numInGroup |
protected String |
rendering |
protected String |
replaced |
protected BigInteger |
replacedByField |
protected BigInteger |
replacedEP |
protected String |
scenario |
protected SupportType |
supported |
protected String |
updated |
protected BigInteger |
updatedEP |
protected MemberType |
which |
| Constructor and Description |
|---|
GroupType() |
| 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 |
getAbbrName()
Gets the value of the abbrName property.
|
String |
getAdded()
Gets the value of the added property.
|
BigInteger |
getAddedEP()
Gets the value of the addedEP property.
|
Annotation |
getAnnotation()
Gets the value of the annotation property.
|
String |
getCategory()
Gets the value of the category property.
|
ChangeTypeT |
getChangeType()
Gets the value of the changeType property.
|
List<Object> |
getComponentRefOrGroupRefOrFieldRef()
Gets the value of the componentRefOrGroupRefOrFieldRef property.
|
String |
getDeprecated()
Gets the value of the deprecated property.
|
BigInteger |
getDeprecatedEP()
Gets the value of the deprecatedEP property.
|
BigInteger |
getId()
Gets the value of the id property.
|
String |
getImplMaxOccurs()
Gets the value of the implMaxOccurs property.
|
BigInteger |
getImplMinOccurs()
Gets the value of the implMinOccurs property.
|
String |
getIssue()
Gets the value of the issue property.
|
String |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
FieldRefType |
getNumInGroup()
Gets the value of the numInGroup property.
|
String |
getRendering()
Gets the value of the rendering property.
|
String |
getReplaced()
Gets the value of the replaced property.
|
BigInteger |
getReplacedByField()
Gets the value of the replacedByField property.
|
BigInteger |
getReplacedEP()
Gets the value of the replacedEP property.
|
String |
getScenario()
Gets the value of the scenario property.
|
SupportType |
getSupported()
Gets the value of the supported property.
|
String |
getUpdated()
Gets the value of the updated property.
|
BigInteger |
getUpdatedEP()
Gets the value of the updatedEP property.
|
MemberType |
getWhich()
Gets the value of the which property.
|
void |
setAbbrName(String value)
Sets the value of the abbrName property.
|
void |
setAdded(String value)
Sets the value of the added property.
|
void |
setAddedEP(BigInteger value)
Sets the value of the addedEP property.
|
void |
setAnnotation(Annotation value)
Sets the value of the annotation property.
|
void |
setCategory(String value)
Sets the value of the category property.
|
void |
setChangeType(ChangeTypeT value)
Sets the value of the changeType property.
|
void |
setDeprecated(String value)
Sets the value of the deprecated property.
|
void |
setDeprecatedEP(BigInteger value)
Sets the value of the deprecatedEP property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setImplMaxOccurs(String value)
Sets the value of the implMaxOccurs property.
|
void |
setImplMinOccurs(BigInteger value)
Sets the value of the implMinOccurs property.
|
void |
setIssue(String value)
Sets the value of the issue property.
|
void |
setLastModified(String value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNumInGroup(FieldRefType value)
Sets the value of the numInGroup property.
|
void |
setRendering(String value)
Sets the value of the rendering property.
|
void |
setReplaced(String value)
Sets the value of the replaced property.
|
void |
setReplacedByField(BigInteger value)
Sets the value of the replacedByField property.
|
void |
setReplacedEP(BigInteger value)
Sets the value of the replacedEP property.
|
void |
setScenario(String value)
Sets the value of the scenario property.
|
void |
setSupported(SupportType value)
Sets the value of the supported property.
|
void |
setUpdated(String value)
Sets the value of the updated property.
|
void |
setUpdatedEP(BigInteger value)
Sets the value of the updatedEP property.
|
void |
setWhich(MemberType value)
Sets the value of the which property.
|
protected FieldRefType numInGroup
protected Annotation annotation
protected String category
protected String rendering
protected BigInteger implMinOccurs
protected String implMaxOccurs
protected MemberType which
protected String added
protected BigInteger addedEP
protected ChangeTypeT changeType
protected String deprecated
protected BigInteger deprecatedEP
protected String issue
protected String lastModified
protected String replaced
protected BigInteger replacedEP
protected BigInteger replacedByField
protected SupportType supported
protected String updated
protected BigInteger updatedEP
protected BigInteger id
protected String name
protected String abbrName
protected String scenario
public FieldRefType getNumInGroup()
FieldRefTypepublic void setNumInGroup(FieldRefType value)
value - allowed object is
FieldRefTypepublic 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 Annotation getAnnotation()
Annotationpublic void setAnnotation(Annotation value)
value - allowed object is
Annotationpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getRendering()
Stringpublic void setRendering(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 MemberType getWhich()
MemberTypepublic void setWhich(MemberType value)
value - allowed object is
MemberTypepublic String getAdded()
Stringpublic void setAdded(String value)
value - allowed object is
Stringpublic BigInteger getAddedEP()
BigIntegerpublic void setAddedEP(BigInteger value)
value - allowed object is
BigIntegerpublic ChangeTypeT getChangeType()
ChangeTypeTpublic void setChangeType(ChangeTypeT value)
value - allowed object is
ChangeTypeTpublic String getDeprecated()
Stringpublic void setDeprecated(String value)
value - allowed object is
Stringpublic BigInteger getDeprecatedEP()
BigIntegerpublic void setDeprecatedEP(BigInteger value)
value - allowed object is
BigIntegerpublic String getIssue()
Stringpublic void setIssue(String value)
value - allowed object is
Stringpublic String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getReplaced()
Stringpublic void setReplaced(String value)
value - allowed object is
Stringpublic BigInteger getReplacedEP()
BigIntegerpublic void setReplacedEP(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReplacedByField()
BigIntegerpublic void setReplacedByField(BigInteger value)
value - allowed object is
BigIntegerpublic SupportType getSupported()
SupportTypepublic void setSupported(SupportType value)
value - allowed object is
SupportTypepublic String getUpdated()
Stringpublic void setUpdated(String value)
value - allowed object is
Stringpublic BigInteger getUpdatedEP()
BigIntegerpublic void setUpdatedEP(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getId()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAbbrName()
Stringpublic void setAbbrName(String value)
value - allowed object is
Stringpublic 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.