Uses of Class
core.CodingSchemeSummary

Packages that use CodingSchemeSummary
collections   
interfaceelements   
 

Uses of CodingSchemeSummary in collections
 

Fields in collections declared as CodingSchemeSummary
private  CodingSchemeSummary[] CodingSchemeSummaryList.codingSchemeSummary
           
 

Methods in collections that return CodingSchemeSummary
 CodingSchemeSummary[] CodingSchemeSummaryList.getCodingSchemeSummary()
          Gets the codingSchemeSummary value for this CodingSchemeSummaryList.
 CodingSchemeSummary CodingSchemeSummaryList.getCodingSchemeSummary(int i)
           
 

Methods in collections with parameters of type CodingSchemeSummary
 void CodingSchemeSummaryList.setCodingSchemeSummary(CodingSchemeSummary[] codingSchemeSummary)
          Sets the codingSchemeSummary value for this CodingSchemeSummaryList.
 void CodingSchemeSummaryList.setCodingSchemeSummary(int i, CodingSchemeSummary _value)
           
 

Constructors in collections with parameters of type CodingSchemeSummary
CodingSchemeSummaryList(CodingSchemeSummary[] codingSchemeSummary)
           
 

Uses of CodingSchemeSummary in interfaceelements
 

Fields in interfaceelements declared as CodingSchemeSummary
private  CodingSchemeSummary CodingSchemeRendering.codingSchemeSummary
          Summary of the coding scheme content as rendered by the service.
 

Methods in interfaceelements that return CodingSchemeSummary
 CodingSchemeSummary CodingSchemeRendering.getCodingSchemeSummary()
          Gets the codingSchemeSummary value for this CodingSchemeRendering.
 

Methods in interfaceelements with parameters of type CodingSchemeSummary
 void CodingSchemeRendering.setCodingSchemeSummary(CodingSchemeSummary codingSchemeSummary)
          Sets the codingSchemeSummary value for this CodingSchemeRendering.
 

Constructors in interfaceelements with parameters of type CodingSchemeSummary
CodingSchemeRendering(CodingSchemeSummary codingSchemeSummary, ReferenceLink referenceLink, RenderingDetail renderingDetail, ReferenceLink serviceHandle)