Uses of Class
org.somda.sdc.biceps.model.participant.MdDescription
-
Packages that use MdDescription Package Description org.somda.sdc.biceps.model.message org.somda.sdc.biceps.model.participant -
-
Uses of MdDescription in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as MdDescription Modifier and Type Field Description protected MdDescriptionGetMdDescriptionResponse. mdDescriptionMethods in org.somda.sdc.biceps.model.message that return MdDescription Modifier and Type Method Description MdDescriptionGetMdDescriptionResponse. getMdDescription()Gets the value of the mdDescription property.Methods in org.somda.sdc.biceps.model.message with parameters of type MdDescription Modifier and Type Method Description voidGetMdDescriptionResponse. setMdDescription(MdDescription value)Sets the value of the mdDescription property. -
Uses of MdDescription in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as MdDescription Modifier and Type Field Description protected MdDescriptionMdib. mdDescriptionMethods in org.somda.sdc.biceps.model.participant that return MdDescription Modifier and Type Method Description MdDescriptionObjectFactory. createMdDescription()Create an instance ofMdDescriptionMdDescriptionMdib. getMdDescription()Gets the value of the mdDescription property.Methods in org.somda.sdc.biceps.model.participant with parameters of type MdDescription Modifier and Type Method Description voidMdib. setMdDescription(MdDescription value)Sets the value of the mdDescription property.
-