public class GroupRefType extends ComponentRefType implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2
Java class for groupRefType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupRefType">
<complexContent>
<extension base="{http://fixprotocol.io/2020/orchestra/repository}componentRefType">
<attribute name="implMinOccurs" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="implMaxOccurs" type="{http://fixprotocol.io/2020/orchestra/repository}unboundedIntType" default="unbounded" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
implMaxOccurs |
protected BigInteger |
implMinOccurs |
added, addedEP, annotation, blockAssignment, changeType, deprecated, deprecatedEP, id, instanceName, issue, lastModified, presence, replaced, replacedByField, replacedEP, rule, scenario, supported, updated, updatedEP| Constructor and Description |
|---|
GroupRefType() |
| 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 |
getImplMaxOccurs()
Gets the value of the implMaxOccurs property.
|
BigInteger |
getImplMinOccurs()
Gets the value of the implMinOccurs property.
|
void |
setImplMaxOccurs(String value)
Sets the value of the implMaxOccurs property.
|
void |
setImplMinOccurs(BigInteger value)
Sets the value of the implMinOccurs property.
|
getAdded, getAddedEP, getAnnotation, getBlockAssignment, getChangeType, getDeprecated, getDeprecatedEP, getId, getInstanceName, getIssue, getLastModified, getPresence, getReplaced, getReplacedByField, getReplacedEP, getRule, getScenario, getSupported, getUpdated, getUpdatedEP, setAdded, setAddedEP, setAnnotation, setChangeType, setDeprecated, setDeprecatedEP, setId, setInstanceName, setIssue, setLastModified, setPresence, setReplaced, setReplacedByField, setReplacedEP, setScenario, setSupported, setUpdated, setUpdatedEPprotected BigInteger implMinOccurs
protected String implMaxOccurs
public BigInteger getImplMinOccurs()
BigIntegerpublic void setImplMinOccurs(BigInteger value)
value - allowed object is
BigIntegerpublic String getImplMaxOccurs()
Stringpublic void setImplMaxOccurs(String value)
value - allowed object is
Stringpublic Object clone()
clone in class ComponentRefTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ComponentRefTypepublic 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.CopyTo2copyTo in class ComponentRefTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in class ComponentRefTypeCopyright © 2016–2020 FIX Trading Community. All rights reserved.