| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected InstanceDefinition |
InstanceDefinitions.coreInstances |
protected InstanceDefinition |
InstanceDefinitions.taskInstances |
| Modifier and Type | Method and Description |
|---|---|
InstanceDefinition |
ObjectFactory.createInstanceDefinition()
Create an instance of
InstanceDefinition |
InstanceDefinition |
InstanceDefinitions.getCoreInstances()
Gets the value of the coreInstances property.
|
InstanceDefinition |
InstanceDefinitions.getTaskInstances()
Gets the value of the taskInstances property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceDefinitions.setCoreInstances(InstanceDefinition value)
Sets the value of the coreInstances property.
|
void |
InstanceDefinitions.setTaskInstances(InstanceDefinition value)
Sets the value of the taskInstances property.
|
| Constructor and Description |
|---|
InstanceDefinitions(MasterInstanceDefinition masterInstances,
InstanceDefinition coreInstances,
InstanceDefinition taskInstances)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.