|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mayo.informatics.lexgrid.convert.inserter.error.AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
public static class AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem
The Class AssociationSourceInsertErrorItem.
Field Summary | |
---|---|
java.util.List<AssociationSourceBatchInsertItem> |
batch
The batch. |
java.lang.String |
codingSchemeId
The coding scheme id. |
Constructor Summary | |
---|---|
AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId,
java.util.List<AssociationSourceBatchInsertItem> batch)
Instantiates a new association source insert error item. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String codingSchemeId
public java.util.List<AssociationSourceBatchInsertItem> batch
Constructor Detail |
---|
public AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem(java.lang.String codingSchemeId, java.util.List<AssociationSourceBatchInsertItem> batch)
codingSchemeId
- the coding scheme idbatch
- the batchMethod Detail |
---|
public 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
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |