public static class AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<AssociationSourceBatchInsertItem> |
batch
The batch.
|
java.lang.String |
codingSchemeId
The coding scheme id.
|
Constructor and Description |
---|
AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId,
java.util.List<AssociationSourceBatchInsertItem> batch)
Instantiates a new association source insert error item.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AssociationSourceBatchInsertItem> |
getBatch()
Gets the batch.
|
java.lang.String |
getCodingSchemeId()
Gets the coding scheme id.
|
void |
setBatch(java.util.List<AssociationSourceBatchInsertItem> batch)
Sets the batch.
|
void |
setCodingSchemeId(java.lang.String codingSchemeId)
Sets the coding scheme id.
|
public java.lang.String codingSchemeId
public java.util.List<AssociationSourceBatchInsertItem> batch
public AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId, java.util.List<AssociationSourceBatchInsertItem> batch)
codingSchemeId
- the coding scheme idbatch
- the batchpublic java.lang.String getCodingSchemeId()
public void setCodingSchemeId(java.lang.String codingSchemeId)
codingSchemeId
- the new coding scheme idpublic java.util.List<AssociationSourceBatchInsertItem> getBatch()
public void setBatch(java.util.List<AssociationSourceBatchInsertItem> batch)
batch
- the new batch