Uses of Class
org.somda.sdc.biceps.model.participant.LocalizedText
-
Packages that use LocalizedText Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of LocalizedText in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as LocalizedText Modifier and Type Field Description protected LocalizedTextSystemErrorReport.ReportPart. errorInfoFields in org.somda.sdc.biceps.model.message with type parameters of type LocalizedText Modifier and Type Field Description protected List<LocalizedText>InvocationInfo. invocationErrorMessageprotected List<LocalizedText>GetLocalizedTextResponse. textMethods in org.somda.sdc.biceps.model.message that return LocalizedText Modifier and Type Method Description LocalizedTextSystemErrorReport.ReportPart. getErrorInfo()Gets the value of the errorInfo property.Methods in org.somda.sdc.biceps.model.message that return types with arguments of type LocalizedText Modifier and Type Method Description List<LocalizedText>InvocationInfo. getInvocationErrorMessage()Gets the value of the invocationErrorMessage property.List<LocalizedText>GetLocalizedTextResponse. getText()Gets the value of the text property.Methods in org.somda.sdc.biceps.model.message with parameters of type LocalizedText Modifier and Type Method Description voidSystemErrorReport.ReportPart. setErrorInfo(LocalizedText value)Sets the value of the errorInfo property.Method parameters in org.somda.sdc.biceps.model.message with type arguments of type LocalizedText Modifier and Type Method Description voidInvocationInfo. setInvocationErrorMessage(List<LocalizedText> value)voidGetLocalizedTextResponse. setText(List<LocalizedText> value) -
Uses of LocalizedText in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant with type parameters of type LocalizedText Modifier and Type Field Description protected List<LocalizedText>CodedValue. codingSystemNameprotected List<LocalizedText>CodedValue. conceptDescriptionprotected List<LocalizedText>CauseInfo. descriptionprotected List<LocalizedText>ClinicalInfo. descriptionprotected List<LocalizedText>RemedyInfo. descriptionprotected List<LocalizedText>CalibrationInfo.CalibrationDocumentation. documentationprotected List<LocalizedText>InstanceIdentifier. identifierNameprotected List<LocalizedText>PhysicalConnectorInfo. labelprotected List<LocalizedText>MdsDescriptor.MetaData. manufacturerprotected List<LocalizedText>MdsDescriptor.MetaData. modelNameMethods in org.somda.sdc.biceps.model.participant that return LocalizedText Modifier and Type Method Description LocalizedTextObjectFactory. createLocalizedText()Create an instance ofLocalizedTextMethods in org.somda.sdc.biceps.model.participant that return types with arguments of type LocalizedText Modifier and Type Method Description List<LocalizedText>CodedValue. getCodingSystemName()Gets the value of the codingSystemName property.List<LocalizedText>CodedValue. getConceptDescription()Gets the value of the conceptDescription property.List<LocalizedText>CauseInfo. getDescription()Gets the value of the description property.List<LocalizedText>ClinicalInfo. getDescription()Gets the value of the description property.List<LocalizedText>RemedyInfo. getDescription()Gets the value of the description property.List<LocalizedText>CalibrationInfo.CalibrationDocumentation. getDocumentation()Gets the value of the documentation property.List<LocalizedText>InstanceIdentifier. getIdentifierName()Gets the value of the identifierName property.List<LocalizedText>PhysicalConnectorInfo. getLabel()Gets the value of the label property.List<LocalizedText>MdsDescriptor.MetaData. getManufacturer()Gets the value of the manufacturer property.List<LocalizedText>MdsDescriptor.MetaData. getModelName()Gets the value of the modelName property.Method parameters in org.somda.sdc.biceps.model.participant with type arguments of type LocalizedText Modifier and Type Method Description voidCodedValue. setCodingSystemName(List<LocalizedText> value)voidCodedValue. setConceptDescription(List<LocalizedText> value)voidCauseInfo. setDescription(List<LocalizedText> value)voidClinicalInfo. setDescription(List<LocalizedText> value)voidRemedyInfo. setDescription(List<LocalizedText> value)voidCalibrationInfo.CalibrationDocumentation. setDocumentation(List<LocalizedText> value)voidInstanceIdentifier. setIdentifierName(List<LocalizedText> value)voidPhysicalConnectorInfo. setLabel(List<LocalizedText> value)voidMdsDescriptor.MetaData. setManufacturer(List<LocalizedText> value)voidMdsDescriptor.MetaData. setModelName(List<LocalizedText> value)
-