Uses of Class
org.somda.sdc.dpws.model.LocalizedStringType
Packages that use LocalizedStringType
-
Uses of LocalizedStringType in org.somda.sdc.dpws.model
Fields in org.somda.sdc.dpws.model with type parameters of type LocalizedStringTypeModifier and TypeFieldDescriptionprotected List<LocalizedStringType>ThisDeviceType.friendlyNameprotected List<LocalizedStringType>ThisModelType.manufacturerprotected List<LocalizedStringType>ThisModelType.modelNameMethods in org.somda.sdc.dpws.model that return LocalizedStringTypeModifier and TypeMethodDescriptionLocalizedStringType.clone()LocalizedStringType.copyExcept(PropertyTree _propertyTree) LocalizedStringType.copyOnly(PropertyTree _propertyTree) LocalizedStringType.createCopy()LocalizedStringType.createCopy(PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) ObjectFactory.createLocalizedStringType()Create an instance ofLocalizedStringTypeMethods in org.somda.sdc.dpws.model that return types with arguments of type LocalizedStringTypeModifier and TypeMethodDescriptionThisDeviceType.getFriendlyName()Gets the value of the friendlyName property.ThisModelType.getManufacturer()Gets the value of the manufacturer property.ThisModelType.getModelName()Gets the value of the modelName property.Method parameters in org.somda.sdc.dpws.model with type arguments of type LocalizedStringTypeModifier and TypeMethodDescriptionvoidThisDeviceType.setFriendlyName(List<LocalizedStringType> value) voidThisModelType.setManufacturer(List<LocalizedStringType> value) voidThisModelType.setModelName(List<LocalizedStringType> value) Constructors in org.somda.sdc.dpws.model with parameters of type LocalizedStringTypeModifierConstructorDescriptionInstantiates a LocalizedStringType copying the state of another LocalizedStringTypeLocalizedStringType(LocalizedStringType _other, PropertyTree _propertyTree, PropertyTreeUse _propertyTreeUse) Instantiates a LocalizedStringType copying the state of another LocalizedStringType