Uses of Class
org.somda.sdc.dpws.model.LocalizedStringType
-
Packages that use LocalizedStringType Package Description org.somda.sdc.dpws.model -
-
Uses of LocalizedStringType in org.somda.sdc.dpws.model
Fields in org.somda.sdc.dpws.model with type parameters of type LocalizedStringType Modifier and Type Field Description protected List<LocalizedStringType>ThisDeviceType. friendlyNameprotected List<LocalizedStringType>ThisModelType. manufacturerprotected List<LocalizedStringType>ThisModelType. modelNameMethods in org.somda.sdc.dpws.model that return LocalizedStringType Modifier and Type Method Description LocalizedStringTypeObjectFactory. createLocalizedStringType()Create an instance ofLocalizedStringTypeMethods in org.somda.sdc.dpws.model that return types with arguments of type LocalizedStringType Modifier and Type Method Description List<LocalizedStringType>ThisDeviceType. getFriendlyName()Gets the value of the friendlyName property.List<LocalizedStringType>ThisModelType. getManufacturer()Gets the value of the manufacturer property.List<LocalizedStringType>ThisModelType. getModelName()Gets the value of the modelName property.Method parameters in org.somda.sdc.dpws.model with type arguments of type LocalizedStringType Modifier and Type Method Description voidThisDeviceType. setFriendlyName(List<LocalizedStringType> value)voidThisModelType. setManufacturer(List<LocalizedStringType> value)voidThisModelType. setModelName(List<LocalizedStringType> value)
-